A class for \(O(\alpha^3)\) three-loop corrections to the EW precision observables. More...
#include <EWSMThreeLoopEW.h>
A class for \(O(\alpha^3)\) three-loop corrections to the EW precision observables.
This class handles three-loop EW contributions of \(O(\alpha^3)\) to the following quantities, which are relevant to the EW precision observables:
where only \(\Delta\alpha_{\mathrm{lept}}(M_Z^2)\) and \(\Delta\rho\) are non-zero in the current class. See also the description of EWSM class for their definitions.
Definition at line 35 of file EWSMThreeLoopEW.h.
Public Member Functions | |
double | DeltaAlpha_l (const double s) const |
Leptonic contribution of \(O(\alpha^3)\) to the electromagnetic coupling \(\alpha\), denoted as \(\Delta\alpha_{\mathrm{lept}}^{\alpha^3}(s)\). More... | |
double | DeltaAlpha_t (const double s) const |
Top-quark contribution of \(O(\alpha^3)\) to the electromagnetic coupling \(\alpha\), denoted as \(\Delta\alpha_{\mathrm{top}}^{\alpha^3}(s)\). More... | |
gslpp::complex | deltaKappa_rem_f (const Particle f, const double Mw_i) const |
Remainder contribution of \(O(\alpha^3)\) to the effective couplings \(\kappa_Z^f\), denoted as \(\delta\kappa_{\mathrm{rem}}^{f,\, \alpha^3}\). More... | |
double | DeltaR_rem (const double Mw_i) const |
Remainder contribution of \(O(\alpha^3)\) to \(\Delta r\), denoted as \(\Delta r_{\mathrm{rem}}^{\alpha^3}\). More... | |
double | DeltaRho (const double Mw_i) const |
Leading three-loop contribution of \(O(\alpha^3)\) to \(\Delta\rho\), denoted as \(\Delta\rho^{\alpha^3}\). More... | |
gslpp::complex | deltaRho_rem_f (const Particle f, const double Mw_i) const |
Remainder contribution of \(O(\alpha^3)\) to the effective couplings \(\rho_Z^f\), denoted as \(\delta\rho_{\mathrm{rem}}^{f,\, \alpha^3}\). More... | |
EWSMThreeLoopEW (const EWSMcache &cache_i) | |
Constructor. More... | |
Private Attributes | |
const EWSMcache & | cache |
A reference to an object of type EWSMcache. More... | |
EWSMThreeLoopEW::EWSMThreeLoopEW | ( | const EWSMcache & | cache_i | ) |
Constructor.
[in] | cache_i | a reference to an object of type EWSMcache |
Definition at line 11 of file EWSMThreeLoopEW.cpp.
double EWSMThreeLoopEW::DeltaAlpha_l | ( | const double | s | ) | const |
Leptonic contribution of \(O(\alpha^3)\) to the electromagnetic coupling \(\alpha\), denoted as \(\Delta\alpha_{\mathrm{lept}}^{\alpha^3}(s)\).
The expressions used here can be found in [Steinhauser:1998rq].
[in] | s | invariant mass squared |
Definition at line 19 of file EWSMThreeLoopEW.cpp.
double EWSMThreeLoopEW::DeltaAlpha_t | ( | const double | s | ) | const |
Top-quark contribution of \(O(\alpha^3)\) to the electromagnetic coupling \(\alpha\), denoted as \(\Delta\alpha_{\mathrm{top}}^{\alpha^3}(s)\).
This contribution is not implemented, since it is tiny and negligible.
[in] | s | invariant mass squared |
Definition at line 65 of file EWSMThreeLoopEW.cpp.
gslpp::complex EWSMThreeLoopEW::deltaKappa_rem_f | ( | const Particle | f, |
const double | Mw_i | ||
) | const |
Remainder contribution of \(O(\alpha^3)\) to the effective couplings \(\kappa_Z^f\), denoted as \(\delta\kappa_{\mathrm{rem}}^{f,\, \alpha^3}\).
This contribution is not implemented, since it is tiny and negligible.
[in] | f | a lepton or quark |
[in] | Mw_i | the \(W\)-boson mass |
Definition at line 120 of file EWSMThreeLoopEW.cpp.
double EWSMThreeLoopEW::DeltaR_rem | ( | const double | Mw_i | ) | const |
Remainder contribution of \(O(\alpha^3)\) to \(\Delta r\), denoted as \(\Delta r_{\mathrm{rem}}^{\alpha^3}\).
This contribution is not implemented, since it is tiny and negligible.
[in] | Mw_i | the \(W\)-boson mass |
Definition at line 109 of file EWSMThreeLoopEW.cpp.
double EWSMThreeLoopEW::DeltaRho | ( | const double | Mw_i | ) | const |
Leading three-loop contribution of \(O(\alpha^3)\) to \(\Delta\rho\), denoted as \(\Delta\rho^{\alpha^3}\).
This function handles the leading three-loop EW contribution of \(O(\alpha^3 m_t^6/M_Z^6)\) to \(\Delta\rho\). Expressions are available for \(m_h=0\) in [vanderBij:2000cg] and for \(m_h\approx m_t\) and \(m_h\gg m_t\) in [Faisst:2003px].
[in] | Mw_i | the \(W\)-boson mass |
Definition at line 70 of file EWSMThreeLoopEW.cpp.
gslpp::complex EWSMThreeLoopEW::deltaRho_rem_f | ( | const Particle | f, |
const double | Mw_i | ||
) | const |
Remainder contribution of \(O(\alpha^3)\) to the effective couplings \(\rho_Z^f\), denoted as \(\delta\rho_{\mathrm{rem}}^{f,\, \alpha^3}\).
This contribution is not implemented, since it is tiny and negligible.
[in] | f | a lepton or quark |
[in] | Mw_i | the \(W\)-boson mass |
Definition at line 114 of file EWSMThreeLoopEW.cpp.
|
private |
A reference to an object of type EWSMcache.
Definition at line 116 of file EWSMThreeLoopEW.h.