A class for the matching in the FlavourWilsonCoefficient_DF2Matching.
More...
#include <FlavourWilsonCoefficient_DF2Matching.h>
A class for the matching in the FlavourWilsonCoefficient_DF2Matching.
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 24 of file FlavourWilsonCoefficient_DF2Matching.h.
◆ FlavourWilsonCoefficient_DF2Matching()
◆ CMdbd2()
\( \Delta B = 2 \), \( B_{d} \)
- Returns
- return the vector of SM Wilson coefficients (SM + NP)
Reimplemented from StandardModelMatching.
Definition at line 16 of file FlavourWilsonCoefficient_DF2Matching.cpp.
21 for (
int k = 0; k < 5; k++)
gslpp::vector< gslpp::complex > getC_bd() const
double getWCscale_bd() const
std::vector< WilsonCoefficient > vmcdbd2
virtual std::vector< WilsonCoefficient > & CMdbd2()
,
void setCoeff(const gslpp::vector< gslpp::complex > &z, orders order_i)
virtual void setMu(double mu)
◆ CMdbs2()
\( \Delta B = 2 \), \( B_{s} \)
- Returns
- return the vector of SM Wilson coefficients (SM + NP)
Reimplemented from StandardModelMatching.
Definition at line 29 of file FlavourWilsonCoefficient_DF2Matching.cpp.
34 for (
int k = 0; k < 5; k++)
gslpp::vector< gslpp::complex > getC_bs() const
double getWCscale_bs() const
std::vector< WilsonCoefficient > vmcdbs2
virtual std::vector< WilsonCoefficient > & CMdbs2()
,
◆ CMdd2()
\( \Delta C = 2 \),
- Returns
- return the vector of SM Wilson coefficients (SM + NP)
Reimplemented from StandardModelMatching.
Definition at line 42 of file FlavourWilsonCoefficient_DF2Matching.cpp.
47 for (
int k = 0; k < 5; k++)
gslpp::vector< gslpp::complex > getC_c() const
double getWCscale_c() const
std::vector< WilsonCoefficient > vmcdc2
virtual std::vector< WilsonCoefficient > & CMdd2()
,
◆ CMdk2()
\( \Delta S = 2 \)
- Returns
- return the vector of SM Wilson coefficients (SM + NP)
Definition at line 55 of file FlavourWilsonCoefficient_DF2Matching.cpp.
57 vmcds2 = StandardModelMatching::CMdk2();
60 for (
int k = 0; k < 5; k++)
gslpp::vector< gslpp::complex > getC_s() const
double getWCscale_s() const
std::vector< WilsonCoefficient > vmcds2
◆ FWC
◆ mcdbd2
◆ mcdbs2
◆ mcdc2
◆ mcds2
◆ vmcdbd2
◆ vmcdbs2
◆ vmcdc2
◆ vmcds2
The documentation for this class was generated from the following files: