1 #ifndef __BCOBSERVABLE__H 2 #define __BCOBSERVABLE__H 27 #include "BCVariable.h" 28 #include "BCVariableSet.h" 51 BCObservable(
const std::string& name,
double lowerlimit,
double upperlimit,
const std::string& latexname =
"",
const std::string& unitstring =
"");
60 {
Value(value);
return *
this; }
70 {
return fObservableValue; }
81 { fObservableValue = val; }
87 double fObservableValue;
A class representing a variable of a model.
A class representing a variable of a model.
BCObservable()
The default constructor.
virtual void Value(double val)
Set value of observable.
BCObservable & operator=(const double &value)
assignment to a double operator