A class for \(O(\alpha\alpha_s^2)\) three-loop corrections to the EW precision observables. More...
#include <EWSMThreeLoopQCD.h>
A class for \(O(\alpha\alpha_s^2)\) three-loop corrections to the EW precision observables.
This class handles three-loop QCD contributions of \(O(\alpha\alpha_s^2)\) to the following quantities, which are relevant to the EW precision observables:
See also the description of EWSM class for their definitions.
Definition at line 33 of file EWSMThreeLoopQCD.h.
Public Member Functions | |
double | DeltaAlpha_l (const double s) const |
Leptonic contribution of \(O(\alpha\alpha_s^2)\) to the electromagnetic coupling \(\alpha\), denoted as \(\Delta\alpha_{\mathrm{lept}}^{\alpha\alpha_s^2}(s)\). More... | |
double | DeltaAlpha_t (const double s) const |
Top-quark contribution of \(O(\alpha\alpha_s^2)\) to the electromagnetic coupling \(\alpha\), denoted as \(\Delta\alpha_{\mathrm{top}}^{\alpha\alpha_s^2}(s)\). More... | |
gslpp::complex | deltaKappa_rem_f (const Particle f, const double Mw_i) const |
Remainder contribution of \(O(\alpha\alpha_s^2)\) to the effective couplings \(\kappa_Z^f\), denoted as \(\delta\kappa_{\mathrm{rem}}^{f,\, \alpha\alpha_s^2}\). More... | |
double | DeltaR_rem (const double Mw_i) const |
Remainder contribution of \(O(\alpha\alpha_s^2)\) to \(\Delta r\), denoted as \(\Delta r_{\mathrm{rem}}^{\alpha\alpha_s^2}\). More... | |
double | DeltaRho (const double Mw_i) const |
Leading three-loop QCD contribution of \(O(\alpha\alpha_s^2)\) to \(\Delta\rho\), denoted as \(\Delta\rho^{\alpha\alpha_s^2}\). More... | |
gslpp::complex | deltaRho_rem_f (const Particle f, const double Mw_i) const |
Remainder contribution of \(O(\alpha\alpha_s^2)\) to the effective couplings \(\rho_Z^f\), denoted as \(\delta\rho_{\mathrm{rem}}^{f,\, \alpha\alpha_s^2}\). More... | |
EWSMThreeLoopQCD (const EWSMcache &cache_i) | |
Constructor. More... | |
Private Member Functions | |
double | deltaQCD_3 (const double Mw_i) const |
The function \(\delta^{\mathrm{QCD}}_3\). More... | |
gslpp::complex | deltaQCD_kappa3 (const double Mw_i) const |
The function \(\delta^{\mathrm{QCD}}_{\kappa, 3}\). More... | |
Private Attributes | |
const EWSMcache & | cache |
A reference to an object of type EWSMcache. More... | |
EWSMThreeLoopQCD::EWSMThreeLoopQCD | ( | const EWSMcache & | cache_i | ) |
Constructor.
[in] | cache_i | a reference to an object of type EWSMcache |
Definition at line 10 of file EWSMThreeLoopQCD.cpp.
double EWSMThreeLoopQCD::DeltaAlpha_l | ( | const double | s | ) | const |
Leptonic contribution of \(O(\alpha\alpha_s^2)\) to the electromagnetic coupling \(\alpha\), denoted as \(\Delta\alpha_{\mathrm{lept}}^{\alpha\alpha_s^2}(s)\).
This contribution vanishes at \(O(\alpha\alpha_s^2)\).
[in] | s | invariant mass squared |
Definition at line 18 of file EWSMThreeLoopQCD.cpp.
double EWSMThreeLoopQCD::DeltaAlpha_t | ( | const double | s | ) | const |
Top-quark contribution of \(O(\alpha\alpha_s^2)\) to the electromagnetic coupling \(\alpha\), denoted as \(\Delta\alpha_{\mathrm{top}}^{\alpha\alpha_s^2}(s)\).
A simple numerical formula presented in [Kuhn:1998ze] has been employed. See also [Chetyrkin:1995ii], [Chetyrkin:1996cf] and [Chetyrkin:1997mb].
[in] | s | invariant mass squared |
Definition at line 23 of file EWSMThreeLoopQCD.cpp.
gslpp::complex EWSMThreeLoopQCD::deltaKappa_rem_f | ( | const Particle | f, |
const double | Mw_i | ||
) | const |
Remainder contribution of \(O(\alpha\alpha_s^2)\) to the effective couplings \(\kappa_Z^f\), denoted as \(\delta\kappa_{\mathrm{rem}}^{f,\, \alpha\alpha_s^2}\).
The formula used here is given by
\[ \delta\kappa_{\mathrm{rem}}^{f,\alpha\alpha_s^2} = - 3\,X_t^\alpha \frac{c_W^2}{s_W^2} \biggl(\frac{\alpha_s(m_t^2)}{\pi}\biggr)^2 \bigl( \delta^{\mathrm{QCD}}_3 + \mathrm{Re}\,[\delta^{\mathrm{QCD}}_{\kappa,\,3}]\bigr), \]
where \(\delta^{\mathrm{QCD}}_3\) and \(\delta^{\mathrm{QCD}}_3\) are computed via deltaQCD_3() and deltaQCD_kappa3(), respectively. See [Avdeev:1994db], [Chetyrkin:1995ix] and [Chetyrkin:1995js].
[in] | f | a lepton or quark |
[in] | Mw_i | the \(W\)-boson mass |
Definition at line 72 of file EWSMThreeLoopQCD.cpp.
|
private |
The function \(\delta^{\mathrm{QCD}}_3\).
This function is associated with the leading three-loop QCD contribution of \(O(\alpha\alpha_s^2(m_t^2/M_Z^2+1+M_Z^2/m_t^2))\) to \(\Delta\rho\), as explained in the description of DeltaRho(). See [Avdeev:1994db], [Chetyrkin:1995ix], [Chetyrkin:1995js] and Chapter 8 of [Bardin:1999ak].
[in] | Mw_i | the \(W\)-boson mass |
Definition at line 87 of file EWSMThreeLoopQCD.cpp.
|
private |
The function \(\delta^{\mathrm{QCD}}_{\kappa, 3}\).
The sum \(\delta^{\mathrm{QCD}}_3 + \delta^{\mathrm{QCD}}_{\kappa, 3}\) corresponds to the \(O(\alpha\alpha_s^2(m_t^2/M_Z^2+1+M_Z^2/m_t^2))\) contribution to \(\delta\kappa_{\mathrm{rem}}^{f}\). See the arXiv version of [Chetyrkin:1995js] (and also [Avdeev:1994db], [Chetyrkin:1995ix] and Chapter 8 of [Bardin:1999ak]).
[in] | Mw_i | the \(W\)-boson mass |
Definition at line 114 of file EWSMThreeLoopQCD.cpp.
double EWSMThreeLoopQCD::DeltaR_rem | ( | const double | Mw_i | ) | const |
Remainder contribution of \(O(\alpha\alpha_s^2)\) to \(\Delta r\), denoted as \(\Delta r_{\mathrm{rem}}^{\alpha\alpha_s^2}\).
The three-loop remainder contribution of \(O(\alpha\alpha_s^2)\) is obtained from the \(O(\alpha)\) remainder contribution [Halzen:1990je] :
\[ \Delta r_{\mathrm{rem},ud}^{\alpha} \biggl[1+\frac{\alpha_s(M_Z^2)}{\pi} + 1.4097\, \biggl(\frac{\alpha_s(M_Z^2)}{\pi}\biggr)^2\biggr] = \Delta r_{\mathrm{rem},ud}^{\alpha} + \Delta r_{\mathrm{rem}}^{\alpha\alpha_s} + \Delta r_{\mathrm{rem}}^{\alpha\alpha_s^2}, \]
where \(\Delta r_{\mathrm{rem},ud}^{\alpha}\) is the one-loop light-quark contribution to \(\Delta r_{\mathrm{rem}}^{\alpha}\) and given by
\[ \Delta r_{\mathrm{rem},ud}^{\alpha} = - \frac{\alpha}{\pi} \frac{c_W^2 - s_W^2}{4s_W^4}\,\ln c_W^2, \]
and the QCD corrections are associated with the \(R\) ratio (see, e.g., [Baikov:2008jh]):
\[ R = \frac{11}{3}\biggl[ 1 + \frac{\alpha_s(M_Z^2)}{\pi} + 1.4097\, \biggl(\frac{\alpha_s(M_Z^2)}{\pi}\biggr)^2 + \cdots \biggr]. \]
[in] | Mw_i | the \(W\)-boson mass |
Definition at line 48 of file EWSMThreeLoopQCD.cpp.
double EWSMThreeLoopQCD::DeltaRho | ( | const double | Mw_i | ) | const |
Leading three-loop QCD contribution of \(O(\alpha\alpha_s^2)\) to \(\Delta\rho\), denoted as \(\Delta\rho^{\alpha\alpha_s^2}\).
The formula used here is given by
\[ \Delta\rho^{\alpha\alpha_s^2} = 3\,X_t^\alpha\biggl(\frac{\alpha_s(m_t^2)}{\pi}\biggr)^2 \delta^{\mathrm{QCD}}_3, \]
where \(X_t^\alpha = \alpha\, m_t^2/(16\pi s_W^2 M_W^2)\), and \(\delta^{\mathrm{QCD}}_3\) is computed via deltaQCD_3(). See [Avdeev:1994db], [Chetyrkin:1995ix], [Chetyrkin:1995js] and Chapter 8 of [Bardin:1999ak]. This quantity contributes to \(\Delta r\) and the \(Zf\bar{f}\) effective couplings \(\rho_Z^f\) and \(\kappa_Z^f\). See also the description of EWSM class.
[in] | Mw_i | the \(W\)-boson mass |
Definition at line 42 of file EWSMThreeLoopQCD.cpp.
gslpp::complex EWSMThreeLoopQCD::deltaRho_rem_f | ( | const Particle | f, |
const double | Mw_i | ||
) | const |
Remainder contribution of \(O(\alpha\alpha_s^2)\) to the effective couplings \(\rho_Z^f\), denoted as \(\delta\rho_{\mathrm{rem}}^{f,\, \alpha\alpha_s^2}\).
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 66 of file EWSMThreeLoopQCD.cpp.
|
private |
A reference to an object of type EWSMcache.
Definition at line 153 of file EWSMThreeLoopQCD.h.