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 <IMeasurementROOT.h>
Public Member Functions | |
virtual | ~IMeasurementROOT () |
Destructor. | |
IMeasurementROOT () | |
Constructor. | |
IMeasurementROOT (double value, double error) | |
IMeasurementROOT (double value, double errorPlus, double errorMinus) | |
virtual double | value () const |
Get the value of the IMeasurement. More... | |
virtual double | errorPlus () const |
Get the plus error of the IMeasurement. More... | |
virtual double | errorMinus () const |
Get the minus error of the IMeasurement. More... | |
virtual bool | setValue (double value) |
Set the value of the IMeasurement. More... | |
virtual bool | setErrorPlus (double errorPlus) |
Set the plus error of the IMeasurement. More... | |
virtual bool | setErrorMinus (double errorMinus) |
Set the minus error of the IMeasurement. More... | |
virtual bool | setErrorPlusMinus (double error) |
virtual bool | setErrorPlusMinus (double errorPlus, double errorMinus) |
Public Member Functions inherited from AIDA::IMeasurement | |
virtual | ~IMeasurement () |
Destructor. | |
Basic user-level interface class for holding a single "measurement" with positive and negative errors (to allow for asymmetric errors).
"IMeasurement" = "value" + "errorPlus" - "errorMinus"
|
virtual |
|
virtual |
|
virtual |
Set the minus error of the IMeasurement.
value | The new minus error of the IMeasurement. |
Implements AIDA::IMeasurement.
|
virtual |
Set the plus error of the IMeasurement.
value | The new plus error of the IMeasurement. |
Implements AIDA::IMeasurement.
|
virtual |
Set the value of the IMeasurement.
value | The new value of the IMeasurement. |
Implements AIDA::IMeasurement.
|
virtual |
Get the value of the IMeasurement.
Implements AIDA::IMeasurement.