master
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
33 return (3.*
SM.
getFlavour().
getMPll(
meson,
pseudoscalar, lep_i).
integrateSigma(0,q_min,q_max) -
SM.
getFlavour().
getMPll(
meson,
pseudoscalar, lep_i).
integrateSigma(2,q_min,q_max))/(4. *
SM.
getFlavour().
getMPll(
meson,
pseudoscalar, lep_i).
getwidth());
45 :
BR_MPll(SM_i, meson_i, pseudoscalar_i, lep_i)
63 :
BR_MPll(SM_i, meson_i, pseudoscalar_i, lep_1)
83 :
BR_MPll(SM_i, meson_i, pseudoscalar_i, lep_i)
97 return (3.*
SM.
getFlavour().
getMPll(
meson,
pseudoscalar,
lep).
integrateDelta(0, q_min, q_max) -
SM.
getFlavour().
getMPll(
meson,
pseudoscalar,
lep).
integrateDelta(2, q_min, q_max))/(4.*
computeBR_MPll(q_min, q_max,
lep)*
SM.
getFlavour().
getMPll(
meson,
pseudoscalar,
lep).
getwidth());
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
double getBinMax()
A get method to get the maximum value of the bin.
MPll & getMPll(QCD::meson meson_i, QCD::meson pseudoscalar_i, QCD::lepton lep_i) const
Returns the initial and final state dependent object for .
A model class for the Standard Model.
double integrateSigma(int i, double q_min, double q_max)
The integral of from to .
double computeThValue()
The binned observable ratio in .
BR_MPll(const StandardModel &SM_i, QCD::meson meson_i, QCD::meson pseudoscalar_i, QCD::lepton lep_i)
Constructor.
dBR_MPll(const StandardModel &SM_i, QCD::meson meson_i, QCD::meson pseudoscalar_i, QCD::lepton lep_i)
Constructor.
meson
An enum type for mesons.
double integrateDelta(int i, double q_min, double q_max)
The integral of from to .
double computeThValue()
The binned observable in .
const StandardModel & SM
A reference to an object of StandardMode class.
ACP_MPll(const StandardModel &SM_i, QCD::meson meson_i, QCD::meson pseudoscalar_i, QCD::lepton lep_i)
Constructor.
const Flavour & getFlavour() const
double computeThValue()
The binned observable ratio in .
double computeBR_MPll(double qmin, double qmax, QCD::lepton lep_i)
A method to compute the binned observable in in a generic bin.
A class for a model prediction of an observable.
double computeThValue()
The binned observable in .
R_MPll(const StandardModel &SM_i, QCD::meson meson_i, QCD::meson pseudoscalar_i, QCD::lepton lep_1, QCD::lepton lep_2)
Constructor.
double getBinMin()
A get method to get the minimum value of the bin.
A class for the binned integrated observable in .
std::vector< std::string > initializeMPllParameters()
A method for initializing the parameters necessary for MPll.
double getwidth()
The width of the meson M.
lepton
An enum type for leptons.