|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Collection of QCD-specific constants and coefficients. More...
#include <QCDHelper.h>
Static Public Attributes | |
| static constexpr int | Nc = 3 |
| Number of colors. | |
| static constexpr double | C_F = (Nc * Nc - 1.) / (2. * Nc) |
| Fundamental Casimir C_F = (N_c^2 - 1) / (2 N_c). | |
| static constexpr double | C_A = Nc |
| Adjoint Casimir C_A = N_c. | |
| static constexpr std::array< std::array< double, 3 >, 6 > | beta |
| β-function coefficients β_0, β_1, β_2 for nf = 1..6. | |
| static constexpr std::array< std::array< double, 3 >, 6 > | gamma |
| γ-function coefficients γ_0, γ_1, γ_2 for nf = 1..6. | |
Collection of QCD-specific constants and coefficients.
Contains:
These constants are exposed through QCDHelper::constants and used in the explicit α_s and mass-running formulae.
Definition at line 41 of file QCDHelper.h.
|
staticconstexpr |
β-function coefficients β_0, β_1, β_2 for nf = 1..6.
Indexed as beta[nf-1][i] with i = 0,1,2.
Definition at line 54 of file QCDHelper.h.
|
staticconstexpr |
Adjoint Casimir C_A = N_c.
Definition at line 47 of file QCDHelper.h.
Fundamental Casimir C_F = (N_c^2 - 1) / (2 N_c).
Definition at line 45 of file QCDHelper.h.
|
staticconstexpr |
γ-function coefficients γ_0, γ_1, γ_2 for nf = 1..6.
Indexed as gamma[nf-1][i] with i = 0,1,2.
Definition at line 66 of file QCDHelper.h.
|
staticconstexpr |
Number of colors.
Definition at line 43 of file QCDHelper.h.