master
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
31 std::stringstream out;
33 throw std::runtime_error(
"BRKppnunu::computeThValue(): requires cofficient of "
34 "order" + out.str() +
"not computed");
41 return((*(allcoeff[
LO]) + *(allcoeff[
NLO]) + *(allcoeff[
NLO_QED11])) *
47 return((*(allcoeff[
LO]) + *(allcoeff[
NLO])) *
48 (*(allcoeff[
LO]) + *(allcoeff[
NLO])) +
51 return((*(allcoeff[
LO])) * (*(allcoeff[
LO]) ) +
54 std::stringstream out;
56 throw std::runtime_error(
"BRKppnunu::BRKppnunu(): order " + out.str() +
"not implemented");
59 std::stringstream out;
61 throw std::runtime_error(
"BRKppnunu::BRKppnunu(): order_qed " + out.str() +
"not implemented");
BR_Kppnunu(StandardModel &SM_i)
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.
gslpp::complex BRKppnunu(orders order, orders_qed order_qed)
complex sin(const complex &z)
A class for defining operations on and functions of complex numbers.
A model class for the Standard Model.
double C_TOT(orders order, orders_qed order_qed)
complex pow(const complex &z1, const complex &z2)
double getGF() const
A get method to retrieve the Fermi constant .
complex sqrt(const complex &z)
orders_qed
An enum type for orders in electroweak.
const StandardModel & SM
A reference to an object of StandardMode class.
const Flavour & getFlavour() const
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 .
WilsonCoefficient getCoeffDS1pnunu() const