master
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
34 std::stringstream out;
36 throw std::runtime_error(
"BRKmumu::computeThValue(): requires cofficient of "
37 "order" + out.str() +
"not computed");
44 return((*(allcoeff[
LO]) + *(allcoeff[
NLO])) *
45 (*(allcoeff[
LO]) + *(allcoeff[
NLO]))
48 return((*(allcoeff[
LO])) *
52 std::stringstream out;
54 throw std::runtime_error(
"BRKmumu::BRKmumu(): order " + out.str() +
"not implemented");;
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
gslpp::vector< gslpp::complex > ** ComputeCoeffDS1mumu() const
complex sin(const complex &z)
void initializeMeson(QCD::meson meson_i) const
A method to initialize a meson.
WilsonCoefficient getCoeffDS1mumu() const
A class for defining operations on and functions of complex numbers.
A model class for the Standard Model.
BR_Kmumu(StandardModel &SM_i)
complex pow(const complex &z1, const complex &z2)
double getGF() const
A get method to retrieve the Fermi constant .
complex sqrt(const complex &z)
Meson getMesons(const QCD::meson m) const
A get method to access a meson as an object of the type Meson.
gslpp::complex BRKmumu(orders order)
const Flavour & getFlavour() const
double getLifetime() const
A get method for the lifetime of the meson.
HeffDS1 & getHDS1() const
The member that returns an object of the class HeffDS1.
orders
An enum type for orders in QCD.
virtual double Mw_tree() const
The tree-level mass of the boson, .
A class for a model prediction of an observable.
const double & real() const
double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
double getAle() const
A get method to retrieve the fine-structure constant .