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
- Source Code:
- RemoteDataPointSet.RemoteMeasurement.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteDataPointSet.RemoteMeasurement
public RemoteDataPointSet.RemoteMeasurement(int index)
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()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.