A module for the Standard Model. More...
Classes | |
| class | BParameter |
| A class for the bag paramters. More... | |
| class | CKM |
| A class for the CKM matrix elements. More... | |
| class | EWSMApproximateFormulae |
| A class for approximate formulae of the EW precision observables. More... | |
| class | EWSMcache |
| A class for cache variables used in computing radiative corrections to the EW precision observables. More... | |
| class | EWSMOneLoopEW |
| A class for \(O(\alpha)\) one-loop corrections to the EW precision observables. More... | |
| class | EWSMThreeLoopEW |
| A class for \(O(\alpha^3)\) three-loop corrections to the EW precision observables. More... | |
| class | EWSMThreeLoopEW2QCD |
| A class for \(O(\alpha^2\alpha_s)\) three-loop corrections to the EW precision observables. More... | |
| class | EWSMThreeLoopQCD |
| A class for \(O(\alpha\alpha_s^2)\) three-loop corrections to the EW precision observables. More... | |
| class | EWSMTwoLoopEW |
| A class for \(O(\alpha^2)\) two-loop corrections to the EW precision observables. More... | |
| class | EWSMTwoLoopQCD |
| A class for \(O(\alpha\alpha_s)\) two-loop corrections to the EW precision observables. More... | |
| class | Meson |
| A class for mesons. More... | |
| class | Model |
| A class for the template of models. More... | |
| class | ModelMatching |
| A class for a template of model matching. More... | |
| class | MtMSbar |
| A class for \(m_t(m_t)\). More... | |
| class | Particle |
| A class for particles. More... | |
| class | PMNS |
| A class for the PMNS matrix elements. More... | |
| class | QCD |
| A class for parameters related to QCD, hadrons and quarks. More... | |
| class | RGEvolutor |
| A class for the RG evolutor of the Wilson coefficients. More... | |
| class | StandardModel |
| A model class for the Standard Model. More... | |
| class | StandardModelMatching |
| A class for the matching in the Standard Model. More... | |
| class | WilsonCoefficient |
| A class for the Wilson coefficients. More... | |
| class | WilsonTemplate< T > |
| A template class for the Wilson coefficients. More... | |
Enumerations | |
| enum | orders { LO = 0, NLO, NNLO, FULLNLO, FULLNNLO } |
| An enum type for orders in QCD. More... | |
| enum | orders_ew { NULL_ew = orders(MAXORDER + 1), LO_ew, NLO_ew, NLO_ewt1, NLO_ewt2, NLO_ewt3, NLO_ewt4, FULLNLO_ew } |
| An enum type for orders in electroweak. More... | |
| enum | schemes { NDR = 0, HV, LRI } |
| An enum type for regularization schemes. More... | |
A module for the Standard Model.
| enum orders |
An enum type for orders in QCD.
| Enumerator | |
|---|---|
| LO |
Leading order |
| NLO |
Next-to-leading order |
| NNLO |
Next-to-next-to-leading order |
| FULLNLO |
Full NLO = LO + NLO |
| FULLNNLO |
Full NNLO = LO + NLO + NNLO |
Definition at line 31 of file OrderScheme.h.
| enum orders_ew |
An enum type for orders in electroweak.
| Enumerator | |
|---|---|
| NULL_ew |
An auxiliary enumerator |
| LO_ew |
Leading order |
| NLO_ew |
Next-to-leading order |
| NLO_ewt1 | |
| NLO_ewt2 | |
| NLO_ewt3 | |
| NLO_ewt4 | |
| FULLNLO_ew |
Full NLO_ew = LO + NLO + LO_ew + NLO_ew +...+ NLO_ewt4 |
Definition at line 45 of file OrderScheme.h.
| enum schemes |
An enum type for regularization schemes.
| Enumerator | |
|---|---|
| NDR |
Naive dimensional regularization (NDR) scheme |
| HV |
't Hooft-Veltman (HV) scheme |
| LRI |
Regularization-Independent (RI) renormalization schemes with the Landau gauge |
Definition at line 19 of file OrderScheme.h.