master
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
14 if ((
myNPbase = dynamic_cast<const NPbase*> (&
SM)) == NULL)
15 throw std::runtime_error(
"mueeWW called with a class whose parent is not NPbase");
24 :
ThObservable(SM_i), sqrt_s(sqrt_s_i), Pol_em(Pol_em_i), Pol_ep(Pol_ep_i)
26 if ((
myNPbase = dynamic_cast<const NPbase*> (&
SM)) == NULL)
27 throw std::runtime_error(
"mueeWWPol called with a class whose parent is not NPbase");
A model class for the Standard Model.
mueeWW(const StandardModel &SM_i, const double sqrt_s_i)
Constructor.
double computeThValue()
A method to compute the value of in the current model.
virtual double mueeWW(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
const StandardModel & SM
A reference to an object of StandardMode class.
virtual double mueeWWPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
double computeThValue()
A method to compute the value of in the current model.
A class for a model prediction of an observable.
mueeWWPol(const StandardModel &SM_i, const double sqrt_s_i, const double Pol_em_i, const double Pol_ep_i)
Constructor.