double min
The bin minimum.
virtual double computeThValue()=0
A member to be overloaded by the respective theory observable. class that calculates the value of the...
ThObservable(const ThObservable &orig)
The copy constructor.
A class for a model prediction of an observable.
A model class for the Standard Model.
void setBinMin(double min)
A set method to set the minimum value of the bin.
double getBinMin()
A get method to get the minimum value of the bin.
double getBinMax()
A get method to get the maximum value of the bin.
void setBinMax(double max)
A set method to set the maximum value of the bin.
const StandardModel & SM
A reference to an object of StandardMode class.
ThObservable(const StandardModel &SM_i)
Constructor.
virtual ~ThObservable()
The default destructor.
const StandardModel & getModel()
A get method to get the model.
double max
the bin maximum.