v1.0
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
21 throw std::runtime_error(
"AmpDK::computeThValue(): requires cofficient of order not computed");
29 std::cout <<
"B-parameter: " << me(0) << std::endl;
39 double KK = MK/(Ms+Md)*MK/(Ms+Md);
50 std::cout <<
"matrix element: " << me(0) << std::endl;
54 return((*(allcoeff[
LO]) + *(allcoeff[
NLO])) * me);
56 return((*(allcoeff[
LO])) * me);
58 throw std::runtime_error(
"AmpDK2::AmpDK(): order not implemented");
65 throw std::runtime_error(
"AmpDMKNP::computeThValue(): requires cofficient of order not computed");
79 double KK = MK/(Ms+Md)*MK/(Ms+Md);
91 return((*(allcoeff[
LO]) + *(allcoeff[
NLO])) * me);
93 return((*(allcoeff[
LO])) * me);
95 throw "AmpDM2::AmpDMKNP(): order not implemented";
void initializeBParameter(std::string name_i) const
A method to initialize B Parameter and the corresponding meson.
gslpp::vector< gslpp::complex > ** ComputeCoeffK(double mu, schemes scheme=NDR) const
const gslpp::vector< double > & getBpars() const
A get method for the vector of the bag parameters.
A class for defining operations on and functions of complex numbers.
WilsonCoefficient getCoeffmK() const
gslpp::vector< gslpp::complex > ** ComputeCoeffmK(double mu, schemes scheme=NDR) const
double getMass_scale() const
A get method to access the scale at which the particle mass is defined.
A model class for the Standard Model.
WilsonCoefficient getCoeffK() const
const StandardModel & mySM
gslpp::complex AmpDMKNP(orders order)
compute the NP part of the amplitude for kaon oscillations
HeffDF2 & getHDF2() const
The member that returns an object of the class HeffDF2.
const double & getMass() const
A get method to access the particle mass.
gslpp::complex AmpDK(orders order)
compute the amplitude for kaon oscillations
Meson getMesons(const QCD::meson m) const
A get method to access a meson as an object of the type Meson.
const double & getDecayconst() const
A get method for the decay constant of the meson.
Particle getQuarks(const QCD::quark q) const
A get method to access a quark as an object of the type Particle.
A class for constructing and defining operations on real vectors.
const Flavour & getFlavour() const
AmpDK2(const StandardModel &SM_i)
Constructor.
orders
An enum type for orders in QCD.
BParameter getBK() const
For getting the bag parameters corresponding to the operator basis in process in the meson system.
schemes getScheme() const
A get method for the scheme of the bag parameters.
double Mrun(const double mu, const double m, const orders order=FULLNNLO) const
Computes a running quark mass from .
const double & getMu() const
A get method for the scale of the bag parameters.