9#ifndef FLAVOURWILSONCOEFFICIENT_DF2_H
10#define FLAVOURWILSONCOEFFICIENT_DF2_H
143 return FWCM.getObj();
156 gslpp::vector<gslpp::complex>
getC_c()
const
161 gslpp::vector<gslpp::complex>
getC_s()
const
209 virtual void setParameter(
const std::string,
const double&);
std::map< std::string, double > DPars
Model for NP contributions to using modification to the Wilson coefficients.
double reC5_bd
The real parts of the Wilson Coefficients.
virtual FlavourWilsonCoefficient_DF2Matching & getMatching() const
A get method to access the member reference of type FlavourWilsonCoefficient_DF2Matching.
FlavourWilsonCoefficient_DF2()
FlavourWilsonCoefficient constructor.
gslpp::vector< gslpp::complex > C_bd
gslpp::vector< gslpp::complex > getC_s() const
virtual void setParameter(const std::string, const double &)
A method to set the value of a parameter of FlavourWilsonCoefficient_DF2.
virtual bool PostUpdate()
The post-update method for FlavourWilsonCoefficient_DF2.
gslpp::vector< gslpp::complex > getC_c() const
static const std::string FlavourWilsonCoefficient_DF2vars[NFlavourWilsonCoefficient_DF2vars]
gslpp::vector< gslpp::complex > getC_bs() const
double imC5_c
The imaginary parts of the Wilson Coefficients.
virtual bool CheckParameters(const std::map< std::string, double > &DPars)
A method to check if all the mandatory parameters for FlavourWilsonCoefficient_DF2 have been provided...
Matching< FlavourWilsonCoefficient_DF2Matching, FlavourWilsonCoefficient_DF2 > FWCM
The FlavourWilsonCoefficientMatching_DF2 object.
gslpp::vector< gslpp::complex > C_c
gslpp::vector< gslpp::complex > getC_bd() const
double getWCscale_bs() const
double imC5_bd
The imaginary parts of the Wilson Coefficients.
gslpp::vector< gslpp::complex > C_s
static const int NFlavourWilsonCoefficient_DF2vars
double imC5_bs
The imaginary parts of the Wilson Coefficients.
gslpp::vector< gslpp::complex > C_bs
The complex Wilson Coefficients.
double reC5_s
The real parts of the Wilson Coefficients.
double getWCscale_bd() const
double reC5_c
The real parts of the Wilson Coefficients.
double WCscale_bs
The scale of the Wilson Coefficients.
double getWCscale_c() const
virtual bool InitializeModel()
A method to initialize the model.
double getWCscale_s() const
double imC5_s
The imaginary parts of the Wilson Coefficients.
double reC5_bs
The real parts of the Wilson Coefficients.
A class for the matching in the FlavourWilsonCoefficient_DF2Matching.
A model class for the Standard Model.