v1.0
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
34 if ((
myNPbase = dynamic_cast<const NPbase*> (&
SM)) == NULL)
35 throw std::runtime_error(
"xseeWW called with a class whose parent is not NPbase");
73 if ((
myNPbase = dynamic_cast<const NPbase*> (&
SM)) == NULL)
74 throw std::runtime_error(
"dxseeWWdcosBin called with a class whose parent is not NPbase");
virtual double dxseeWWdcosBin(const double sqrt_s, const double cos1, const double cos2) const
The integral of differential distribution for , with in a given bin of the polar angle.
virtual double xseeWW(const double sqrt_s) const
Total cross section in pb, with .
A model class for the Standard Model.
A class for computing the integral of the differential cross section for in a given bin.
The auxiliary base model class for other model classes.
double computeThValue()
A method to compute the value of the cross section in the current model.
const StandardModel & SM
A reference to an object of StandardMode class.
double computeThValue()
A method to compute the integral of the differential cross section for in a given bin in the curren...
xseeWW(const StandardModel &SM_i, const double sqrt_s_i)
Constructor.
A class for a model prediction of an observable.
A class for computing the cross section .
dxseeWWdcosBin(const StandardModel &SM_i, const double sqrt_s_i, const double cos1_i, const double cos2_i)
Constructor.