10#include "std_make_vector.h"
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");;
gslpp::complex BRKmumu(orders order)
BR_Kmumu(StandardModel &SM_i)
HeffDS1 & getHDS1() const
The member that returns an object of the class HeffDS1.
gslpp::vector< gslpp::complex > ** ComputeCoeffDS1mumu() const
WilsonCoefficient getCoeffDS1mumu() const
double getLifetime() const
A get method for the lifetime of the meson.
const double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
const Meson & getMesons(const QCD::meson m) const
A get method to access a meson as an object of the type Meson.
void initializeMeson(QCD::meson meson_i) const
A method to initialize a meson.
A model class for the Standard Model.
const Flavour & getFlavour() const
const double getGF() const
A get method to retrieve the Fermi constant .
const double Mw_tree() const
The tree-level mass of the boson, .
const double getAle() const
A get method to retrieve the fine-structure constant .
A class for a model prediction of an observable.
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
orders
An enum type for orders in QCD.