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(
"BRKp0nunu::computeThValue(): requires cofficient of "
37 "order" + out.str() +
"not computed");
44 return((*(allcoeff[
LO]) + *(allcoeff[
NLO]) + *(allcoeff[
NLO_QED11])) *
49 return((*(allcoeff[
LO]) + *(allcoeff[
NLO])) *
50 (*(allcoeff[
LO]) + *(allcoeff[
NLO])));
52 return((*(allcoeff[
LO])) * (*(allcoeff[
LO])));
54 std::stringstream out;
56 throw std::runtime_error(
"BRKp0nunu::BRKp0nunu(): order " + out.str() +
"not implemented");
59 std::stringstream out;
61 throw std::runtime_error(
"BRKp0nunu::BRKp0nunu(): order_qed " + out.str() +
"not implemented");
gslpp::vector< gslpp::complex > ** ComputeCoeffDS1pnunu() const
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
complex sin(const complex &z)
void initializeMeson(QCD::meson meson_i) const
A method to initialize a meson.
A class for defining operations on and functions of complex numbers.
A model class for the Standard Model.
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.
orders_qed
An enum type for orders in electroweak.
const StandardModel & SM
A reference to an object of StandardMode class.
const Flavour & getFlavour() const
double getLifetime() const
A get method for the lifetime of the meson.
gslpp::complex BRKp0nunu(orders order, orders_qed order_qed)
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.
BR_Kp0nunu(StandardModel &SM_i)
double getAle() const
A get method to retrieve the fine-structure constant .
WilsonCoefficient getCoeffDS1pnunu() const