FreeHEP API
Version current

hep.aida.jni
Class CIMeasurement

java.lang.Object
  extended byhep.aida.jni.CAIDRef
      extended byhep.aida.jni.CProxy
          extended byhep.aida.jni.CIMeasurement
All Implemented Interfaces:
hep.aida.IMeasurement

public class CIMeasurement
extends CProxy
implements hep.aida.IMeasurement

Source Code:
CIMeasurement.java

Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Constructor Summary
CIMeasurement(long crefID)
           
 
Method Summary
 double errorMinus()
           
 double errorPlus()
           
 void setErrorMinus(double errorMinus)
           
 void setErrorPlus(double errorPlus)
           
 void setValue(double value)
           
 double value()
           
 
Methods inherited from class hep.aida.jni.CProxy
finalize, finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMeasurement

public CIMeasurement(long crefID)
Method Detail

value

public double value()
Specified by:
value in interface hep.aida.IMeasurement

errorPlus

public double errorPlus()
Specified by:
errorPlus in interface hep.aida.IMeasurement

errorMinus

public double errorMinus()
Specified by:
errorMinus in interface hep.aida.IMeasurement

setValue

public void setValue(double value)
              throws IllegalArgumentException
Specified by:
setValue in interface hep.aida.IMeasurement
Throws:
IllegalArgumentException

setErrorPlus

public void setErrorPlus(double errorPlus)
                  throws IllegalArgumentException
Specified by:
setErrorPlus in interface hep.aida.IMeasurement
Throws:
IllegalArgumentException

setErrorMinus

public void setErrorMinus(double errorMinus)
                   throws IllegalArgumentException
Specified by:
setErrorMinus in interface hep.aida.IMeasurement
Throws:
IllegalArgumentException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.