FreeHEP API
Version current

hep.aida.ref.remote
Class RemoteDataPointSet.RemoteMeasurement

java.lang.Object
  extended byhep.aida.ref.remote.RemoteDataPointSet.RemoteMeasurement
All Implemented Interfaces:
hep.aida.IMeasurement
Enclosing class:
RemoteDataPointSet

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

Source Code:
RemoteDataPointSet.RemoteMeasurement.java

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()
           
 double weight()
           
 
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
Throws:
IllegalArgumentException

setErrorPlus

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

setValue

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

weight

public double weight()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.