12 coeffmueconv(8,
NDR ,
LO){
20 const std::vector<WilsonCoefficient>& mcb8 =
model.
getMatching().CMmueconv();
23 for (
unsigned int i = 0; i < mcb8.size(); i++){
24 for (
int j =
LO; j <= ordmueconv; j++){
virtual ~Heffmueconv()
destructor of the class Heffmueconv.
WilsonCoefficient coeffmueconv
Variable which stores the Wilson coefficient for conversion in Nuclei.
gslpp::vector< gslpp::complex > ** ComputeCoeffmueconv()
Computes the Wilson coefficients for the process conversion in Nuclei.
const StandardModel & model
Variable which stores the model information.
Heffmueconv(const StandardModel &SM_i)
The constructor of the class Heffmueconv.
A model class for the Standard Model.
virtual StandardModelMatching & getMatching() const
A get method to access the member reference of type StandardModelMatching.
gslpp::vector< gslpp::complex > ** getCoeff() const
void setCoeff(const gslpp::vector< gslpp::complex > &z, orders order_i)
virtual void resetCoefficient()
orders
An enum type for orders in QCD.