a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
<br>

A module for the Standard Model. More...

Classes

class  BParameter
 A class for the bag parameters. More...
 
class  CKM
 A class for the CKM matrix elements. More...
 
class  EffectiveEDMcouplings
 A class for effective EDM couplings. More...
 
class  EWSM_Output
 A class for testing SM radiative corrections to the EW precision obsrvables. 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  EWSMOneLoopEW_HV
 A class for \(O(\alpha)\) one-loop corrections to the EW precision observables in the 't Hooft-Feynman gauge. 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  EWSMTwoFermionsLEP2
 A class for the form factors \(G_1\), \(G_2\) and \(G_3\) in the processes \(e^+e^-\to f\bar{f}\) at LEP-II. More...
 
class  EWSMTwoFermionsLEP2_Hollik
 A class for the cross sections and forward-backward asymmetries of \(e^+e^-\to f\bar{f}\) at LEP-II. 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  WilsonCoefficientNew
 A class for the Wilson coefficients. More...
 
class  WilsonTemplate< T >
 A template class for the Wilson coefficients. More...
 

Functions

orders getHighest (orders order)
 returns the highest order in QCD without the prefix FULL
 

Detailed Description

A module for the Standard Model.

This module contain all the parameters and associated code necessary to set up the SM. It also contains the computations for the EW observables. ZThe running of the masses and the couplings are computed by QCD for the strong corrections and in the StandardModel for the EW corrections.

Function Documentation

◆ getHighest()

orders getHighest ( orders  order)

returns the highest order in QCD without the prefix FULL

Parameters
[in]orderin QCD

Definition at line 10 of file OrderScheme.cpp.

10 {
11 if (order < FULLNLO) return order;
12 return orders(order - FULLNLO + NLO);
13}
orders
Definition OrderScheme.h:33
@ NLO
Definition OrderScheme.h:35
@ FULLNLO
Definition OrderScheme.h:38