master
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
32 /(1. - 8.*z*z + 8.*z*z*z*z*z*z - z*z*z*z*z*z*z*z - 24.*z*z*z*z*
log(z))
39 std::stringstream out;
41 throw std::runtime_error(
"BRBsnunu::computeThValue(): requires cofficient of "
42 "order" + out.str() +
"not computed");
49 return((*(allcoeff[
LO]) + *(allcoeff[
NLO])) *
50 (*(allcoeff[
LO]) + *(allcoeff[
NLO])));
52 return((*(allcoeff[
LO])) *
55 std::stringstream out;
57 throw std::runtime_error(
"BRBsnunu::BRBsnunu(): order " + out.str() +
"not implemented");;
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
complex sin(const complex &z)
A class for defining operations on and functions of complex numbers.
complex log(const complex &z)
A model class for the Standard Model.
const double & getMass() const
A get method to access the particle mass.
double computeThValue()
hep-ph/9512380v2
complex pow(const complex &z1, const complex &z2)
double getGF() const
A get method to retrieve the Fermi constant .
complex sqrt(const complex &z)
double Als(double mu, orders order=FULLNLO, bool qed_flag=false, bool Nf_thr=true) const
The running QCD coupling in the scheme including QED corrections.
Particle getQuarks(const QCD::quark q) const
A get method to access a quark as an object of the type Particle.
const Flavour & getFlavour() const
orders
An enum type for orders in QCD.
gslpp::vector< gslpp::complex > ** ComputeCoeffsnunu() const
WilsonCoefficient getCoeffsnunu() const
virtual double Mw_tree() const
The tree-level mass of the boson, .
A class for a model prediction of an observable.
double getMub() const
A get method to access the threshold between five- and four-flavour theory in GeV.
const double & real() const
double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
gslpp::complex BRBsnunu(orders order)
the short distance contribution to the | |
double getAle() const
A get method to retrieve the fine-structure constant .
BR_Bsnunu(StandardModel &SM_i)
Constructor.
HeffDB1 & getHDB1() const
The member that returns an object of the class HeffDB1.