7 #ifndef AIDA_IMEASUREMENT_H 
    8 #define AIDA_IMEASUREMENT_H 1 
   37     virtual double value() 
const = 0;
 
virtual bool setErrorPlus(double errorPlus)=0
Set the plus error of the IMeasurement. 
 
virtual bool setValue(double value)=0
Set the value of the IMeasurement. 
 
virtual bool setErrorMinus(double errorMinus)=0
Set the minus error of the IMeasurement. 
 
virtual double errorMinus() const =0
Get the minus error of the IMeasurement. 
 
virtual double value() const =0
Get the value of the IMeasurement. 
 
virtual double errorPlus() const =0
Get the plus error of the IMeasurement. 
 
Basic user-level interface class for holding a single "measurement" with positive and negative errors...
Definition: IMeasurement.h:26
 
virtual ~IMeasurement()
Destructor. 
Definition: IMeasurement.h:30