RAIDA
1.9.0
|
Basic user-level interface class for holding a single "measurement" with positive and negative errors (to allow for asymmetric errors). More...
#include <IMeasurement.h>
Public Member Functions | |
virtual | ~IMeasurement () |
Destructor. | |
virtual double | value () const =0 |
Get the value of the IMeasurement. More... | |
virtual double | errorPlus () const =0 |
Get the plus error of the IMeasurement. More... | |
virtual double | errorMinus () const =0 |
Get the minus error of the IMeasurement. More... | |
virtual bool | setValue (double value)=0 |
Set the value of the IMeasurement. More... | |
virtual bool | setErrorPlus (double errorPlus)=0 |
Set the plus error of the IMeasurement. More... | |
virtual bool | setErrorMinus (double errorMinus)=0 |
Set the minus error of the IMeasurement. More... | |
Basic user-level interface class for holding a single "measurement" with positive and negative errors (to allow for asymmetric errors).
"IMeasurement" = "value" + "errorPlus" - "errorMinus"
|
pure virtual |
Get the minus error of the IMeasurement.
Implemented in AIDA::IMeasurementROOT.
|
pure virtual |
Get the plus error of the IMeasurement.
Implemented in AIDA::IMeasurementROOT.
|
pure virtual |
Set the minus error of the IMeasurement.
value | The new minus error of the IMeasurement. |
Implemented in AIDA::IMeasurementROOT.
|
pure virtual |
Set the plus error of the IMeasurement.
value | The new plus error of the IMeasurement. |
Implemented in AIDA::IMeasurementROOT.
|
pure virtual |
Set the value of the IMeasurement.
value | The new value of the IMeasurement. |
Implemented in AIDA::IMeasurementROOT.
|
pure virtual |
Get the value of the IMeasurement.
Implemented in AIDA::IMeasurementROOT.