21 throw std::runtime_error(
"DmD::computeThValue(): requires cofficient of order not computed");
30 double KD = MD/(Mc+Mu)*MD/(Mc+Mu);
32 me(0) *= 1./3.*MD*FD*FD;
33 me(1) *= -5./24.*KD*MD*FD*FD;
34 me(2) *= 1./24.*KD*MD*FD*FD;
35 me(3) *= 1./4.*KD*MD*FD*FD;
36 me(4) *= 1./12.*KD*MD*FD*FD;
40 return((*(allcoeff[
LO]) + *(allcoeff[
NLO])) * me / HCUT);
42 return((*(allcoeff[
LO])) * me / HCUT);
44 throw std::runtime_error(
"AmpDD2::AmpDD(): order not implemented");
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 > ** ComputeCoeffdd(double mu, schemes scheme=NDR) const
WilsonCoefficient getCoeffDD() const
const double & getDecayconst() const
A get method for the decay constant of the meson.
const double & getMass() const
A get method to access the particle mass.
const BParameter & getBD() 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.
void initializeBParameter(std::string name_i) const
A method to initialize B Parameter and the corresponding meson.
const Particle & getQuarks(const QCD::quark q) const
A get method to access a quark as an object of the type Particle.
A model class for the Standard Model.
const Flavour & getFlavour() const
AmpDD2(const StandardModel &SM_i)
Amplitude Class
const StandardModel & mySM
gslpp::complex AmpDD(orders order)
a method returning the complex amplitude for the mixing
orders
An enum type for orders in QCD.