32 for (
unsigned int i = 0; i < mc.size(); i++){
33 for (
int j =
LO; j <= ordDF1; j++){
34 for (
int k =
LO; k <= j; k++){
WilsonCoefficient coeffbsg
std::unique_ptr< EvolDB1bsg > evolDB1bsg
HeffDF1bsg(const StandardModel &SM)
constructor
gslpp::vector< gslpp::complex > ** ComputeCoeffBsg(double mu, schemes scheme=NDR)
const StandardModel & model
virtual ~HeffDF1bsg()
destructor
virtual std::vector< WilsonCoefficient > & CMbsg()=0
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)
void setScheme(schemes scheme)
virtual void setMu(double mu)
orders
An enum type for orders in QCD.
schemes
An enum type for regularization schemes.