19{
21 throw std::runtime_error("AmpDK::computeThValue(): requires cofficient of order not computed");
22
23#if SUSYFIT_DEBUG & 4
24 std::cout <<
"alsmu" <<
mySM.
Als(2.) << std::endl;
25#endif
26
30
32#if SUSYFIT_DEBUG & 2
33 std::cout << "B-parameter: " << me(0) << std::endl;
34#endif
35#if SUSYFIT_DEBUG & 4
36 std::cout <<
"alsmu" <<
mySM.
Als(2.) << std::endl;
37#endif
38
46 double KK = MK/(Ms+Md)*MK/(Ms+Md);
48 double mm = MK*FK*FK;
49 KK *= mm;
50 me(0) *= 1./3.*mm;
51 me(1) *= -5./24.*KK;
52 me(2) *= 1./24.*KK;
53 me(3) *= 1./4.*KK;
54 me(4) *= 1./12.*KK;
55
56#if SUSYFIT_DEBUG & 2
57 std::cout << "matrix element: " << me(0) << std::endl;
58#endif
59#if SUSYFIT_DEBUG & 4
60 std::cout <<
"alsmu" <<
mySM.
Als(2.) << std::endl;
61#endif
62 switch(order) {
64 return(((*(allcoeff[
LO]) + *(allcoeff[
NLO])) * me) / HCUT * 1.e3);
66 return(((*(allcoeff[
LO])) * me) / HCUT * 1.e3);
67 default:
68 throw std::runtime_error("AmpDK2::AmpDK(): order not implemented");
69 }
70}
const double & getMu() const
A get method for the scale of the bag parameters.
schemes getScheme() const
A get method for the scheme of the bag parameters.
const gslpp::vector< double > & getBpars() const
A get method for the vector of the bag parameters.
HeffDF2 & getHDF2() const
The member that returns an object of the class HeffDF2.
gslpp::vector< gslpp::complex > ** ComputeCoeffK(double mu, schemes scheme=NDR) const
WilsonCoefficient getCoeffK() const
const double & getDecayconst() const
A get method for the decay constant of the meson.
double getMass_scale() const
A get method to access the scale at which the particle mass is defined.
const double & getMass() const
A get method to access the particle mass.
const BParameter & getBK() const
For getting the bag parameters corresponding to the operator basis in process in the meson system.
const Meson & getMesons(const QCD::meson m) const
A get method to access a meson as an object of the type Meson.
const double Mrun(const double mu, const double m, const quark q, const orders order=FULLNNLO) const
Computes a running quark mass from .
const 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
const double Als(const double mu, const orders order, const bool Nf_thr, const bool qed_flag) const
The running QCD coupling in the scheme including QED corrections.