hep.aida.jni
Class CIMeasurement

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

public class CIMeasurement
extends CProxy
implements hep.aida.IMeasurement


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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.