FreeHEP API
Version v1.2.2

hep.aida.ref.remote
Class RemoteDataPointSet.RemoteMeasurement

java.lang.Object
  |
  +--hep.aida.ref.remote.RemoteDataPointSet.RemoteMeasurement
All Implemented Interfaces:
hep.aida.IMeasurement
Enclosing class:
RemoteDataPointSet

public class RemoteDataPointSet.RemoteMeasurement
extends Object
implements hep.aida.IMeasurement


Constructor Summary
RemoteDataPointSet.RemoteMeasurement(int index)
           
 
Method Summary
 double errorMinus()
           
 double errorPlus()
           
 void setErrorMinus(double param)
           
 void setErrorPlus(double param)
           
 void setValue(double param)
           
 double value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDataPointSet.RemoteMeasurement

public RemoteDataPointSet.RemoteMeasurement(int index)
Method Detail

value

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

errorMinus

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

errorPlus

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

setErrorMinus

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

setErrorPlus

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

setValue

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

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.