60 void setEvol(
unsigned int i,
unsigned int j,
double x,
orders order_i);
94 gslpp::matrix<double>**
getEvol()
const;
A class for the RG evolutor of the Wilson coefficients.
void setMu(double mu)
Sets the lower scale for the running of the Wilson Coefficients.
void setEvol(unsigned int i, unsigned int j, double x, orders order_i)
RGEvolutor(unsigned int dim, schemes scheme, orders order)
constructor
virtual ~RGEvolutor()
destructor
gslpp::matrix< double > ** getEvol() const
void setScales(double mu, double M)
Sets the upper and lower scale for the running of the Wilson Coefficients.
void setM(double M)
Sets the upper scale for the running of the Wilson Coefficients.
gslpp::matrix< double > * Evol(orders order)
Evolution matrix set at a fixed order of QCD coupling.
double getM() const
Retrieve the upper scale of the Wilson Coefficients.
A template class for the Wilson coefficients.
orders
An enum type for orders in QCD.
schemes
An enum type for regularization schemes.
orders_qed
An enum type for orders in electroweak.