A class for the RG evolutor of the Wilson coefficients. More...
#include <RGEvolutor.h>
A class for the RG evolutor of the Wilson coefficients.
Definition at line 24 of file RGEvolutor.h.
Public Member Functions | |
gslpp::matrix< double > * | Evol (orders order) |
Evolution matrix set at a fixed order of QCD coupling. More... | |
gslpp::matrix< double > * | Evol (orders_qed order_qed) |
Evolution matrix set at a fixed order of Electroweak coupling. More... | |
gslpp::matrix< double > ** | getEvol () const |
double | getM () const |
Retrieve the upper scale of the Wilson Coefficients. More... | |
RGEvolutor (unsigned int dim, schemes scheme, orders order) | |
constructor More... | |
RGEvolutor (unsigned int dim, schemes scheme, orders order, orders_qed order_qed) | |
constructor More... | |
void | setEvol (const gslpp::matrix< double > &m, orders order_i) |
void | setEvol (const gslpp::matrix< double > &m, orders_qed order_qed_i) |
void | setEvol (unsigned int i, unsigned int j, double x, orders order_i) |
void | setEvol (unsigned int i, unsigned int j, double x, orders order_i, orders_qed order_qed) |
void | setM (double M) |
Sets the upper scale for the running of the Wilson Coefficients. More... | |
void | setMu (double mu) |
Sets the lower scale for the running of the Wilson Coefficients. More... | |
void | setScales (double mu, double M) |
Sets the upper and lower scale for the running of the Wilson Coefficients. More... | |
virtual | ~RGEvolutor () |
destructor More... | |
![]() | |
double | getMu () const |
orders | getOrder () const |
orders_qed | getOrder_qed () const |
schemes | getScheme () const |
unsigned int | getSize () const |
virtual void | resetCoefficient () |
void | setScheme (schemes scheme) |
WilsonTemplate (const WilsonTemplate< gslpp::matrix< double > > &orig) | |
WilsonTemplate (unsigned int dim, schemes scheme_i, orders order_i, orders_qed order_qed_i=NO_QED) | |
virtual | ~WilsonTemplate () |
Protected Attributes | |
double | M |
![]() | |
gslpp::matrix< double > * | elem [MAXORDER_QED+1] |
double | mu |
orders | order |
orders_qed | order_qed |
schemes | scheme |
unsigned int | size |
Additional Inherited Members | |
![]() | |
gslpp::matrix< double > * | Elem (orders order) const |
gslpp::matrix< double > * | Elem (orders_qed order_qed) const |
void | setElem (const gslpp::matrix< double > &v, orders order_i) |
void | setElem (const gslpp::matrix< double > &v, orders_qed order_qed_i) |
constructor
[in] | dim | dimension of the operator basis |
[in] | scheme | renormalizations scheme |
[in] | order | order of QCD coupling |
Definition at line 10 of file RGEvolutor.cpp.
RGEvolutor::RGEvolutor | ( | unsigned int | dim, |
schemes | scheme, | ||
orders | order, | ||
orders_qed | order_qed | ||
) |
constructor
[in] | dim | dimension of the operator basis |
[in] | scheme | renormalizations scheme |
[in] | order | order of QCD coupling |
[in] | order_qed | order of Electroweak coupling |
Definition at line 14 of file RGEvolutor.cpp.
|
virtual |
gslpp::matrix< double > * RGEvolutor::Evol | ( | orders | order | ) |
Evolution matrix set at a fixed order of QCD coupling.
[in] | order | order of QCD coupling |
Definition at line 103 of file RGEvolutor.cpp.
gslpp::matrix< double > * RGEvolutor::Evol | ( | orders_qed | order_qed | ) |
Evolution matrix set at a fixed order of Electroweak coupling.
[in] | order_qed | order of Electroweak coupling |
Definition at line 108 of file RGEvolutor.cpp.
gslpp::matrix< double > ** RGEvolutor::getEvol | ( | ) | const |
Definition at line 75 of file RGEvolutor.cpp.
double RGEvolutor::getM | ( | ) | const |
Retrieve the upper scale of the Wilson Coefficients.
Definition at line 80 of file RGEvolutor.cpp.
void RGEvolutor::setEvol | ( | const gslpp::matrix< double > & | m, |
orders | order_i | ||
) |
[in] | m | Evolution matrix |
[in] | order_i | order of QCD coupling |
Definition at line 65 of file RGEvolutor.cpp.
void RGEvolutor::setEvol | ( | const gslpp::matrix< double > & | m, |
orders_qed | order_qed_i | ||
) |
[in] | m | |
[in] | order_qed_i | order of Electroweak coupling |
Definition at line 70 of file RGEvolutor.cpp.
void RGEvolutor::setEvol | ( | unsigned int | i, |
unsigned int | j, | ||
double | x, | ||
orders | order_i | ||
) |
[in] | i | |
[in] | j | |
[in] | x | |
[in] | order_i | order of QCD coupling |
Definition at line 21 of file RGEvolutor.cpp.
void RGEvolutor::setEvol | ( | unsigned int | i, |
unsigned int | j, | ||
double | x, | ||
orders | order_i, | ||
orders_qed | order_qed | ||
) |
[in] | i | |
[in] | j | |
[in] | x | |
[in] | order_i | order of QCD coupling |
[in] | order_qed | order of Electroweak coupling |
Definition at line 36 of file RGEvolutor.cpp.
void RGEvolutor::setM | ( | double | M | ) |
Sets the upper scale for the running of the Wilson Coefficients.
[in] | M | Upper RGE running scale |
Definition at line 93 of file RGEvolutor.cpp.
|
virtual |
Sets the lower scale for the running of the Wilson Coefficients.
[in] | mu | Lower RGE running scale |
Reimplemented from WilsonTemplate< gslpp::matrix< double > >.
Definition at line 98 of file RGEvolutor.cpp.
void RGEvolutor::setScales | ( | double | mu, |
double | M | ||
) |
Sets the upper and lower scale for the running of the Wilson Coefficients.
[in] | mu | Lower RGE running scale |
[in] | M | Upper RGE running scale |
Definition at line 85 of file RGEvolutor.cpp.
|
protected |
Definition at line 142 of file RGEvolutor.h.