#include <unitarity.h>
Definition at line 1734 of file unitarity.h.
◆ unitarityR12()
unitarityR12 constructor.
Definition at line 3696 of file unitarity.cpp.
A base class for symmetric Two-Higgs-Doublet models.
ThObservable(const StandardModel &SM_i)
Constructor.
◆ computeThValue()
double unitarityR12::computeThValue |
( |
| ) |
|
|
virtual |
Implements ThObservable.
Definition at line 3700 of file unitarity.cpp.
3716 double betalambda3 = 3.0*la1Q*la3Q + 3.0*la2Q*la3Q + 2.0*la3Q*la3Q + la1Q*la4Q + la2Q*la4Q + la4Q*la4Q + la5Q*la5Q
3717 + 3.0*la3Q*Yb1Q*Yb1Q + 3.0*la3Q*Yb2Q*Yb2Q + la3Q*Ytau1Q*Ytau1Q + la3Q*Ytau2Q*Ytau2Q + 3.0*la3Q*YtQ*YtQ
3718 - 6.0*Yb1Q*Yb1Q*(Yb2Q*Yb2Q + YtQ*YtQ) - 2.0*Ytau1Q*Ytau1Q*Ytau2Q*Ytau2Q;
3719 double betalambda5 = la5Q*(la1Q + la2Q + 4.0*la3Q + 6.0*la4Q)
3720 + 3.0*la5Q*Yb1Q*Yb1Q + la5Q*Ytau1Q*Ytau1Q + la5Q*(3.0*Yb2Q*Yb2Q + Ytau2Q*Ytau2Q + 3.0*YtQ*YtQ)
3721 - 6.0*Yb1Q*Yb1Q*Yb2Q*Yb2Q - 2.0*Ytau1Q*Ytau1Q*Ytau2Q*Ytau2Q;
3723 double uniNLO12a = -la3Q/(16.0*M_PI);
3724 double uniNLO12b = 3.0*betalambda3/(256.0*M_PI*M_PI*M_PI);
3725 gslpp::complex uniNLO12c = (gslpp::complex::i()*M_PI-1.0)*(la3Q*la3Q+la5Q*la5Q)/(256.0*M_PI*M_PI*M_PI);
3726 gslpp::complex uniNLO12d = -la3Q/(512.0*M_PI*M_PI*M_PI) * WFRc3;
3728 double uniNLO13a = -la5Q/(16.0*M_PI);
3729 double uniNLO13b = 3.0*betalambda5/(256.0*M_PI*M_PI*M_PI);
3730 gslpp::complex uniNLO13c = (gslpp::complex::i()*M_PI-1.0)*la3Q*la5Q/(128.0*M_PI*M_PI*M_PI);
3731 gslpp::complex uniNLO13d = -la4Q/(512.0*M_PI*M_PI*M_PI) * WFRc2;
3733 gslpp::complex uniA=uniNLO12a+uniNLO12b+uniNLO12c+uniNLO12d;
3734 gslpp::complex uniC=uniNLO13a+uniNLO13b+uniNLO13c+uniNLO13d;
3737 double a0LO = uniNLO12a-uniNLO13a;
3738 gslpp::complex a0NLO = uniA-uniC;
3739 if(a0NLO.abs()>Rpeps)
3741 R = (a0NLO-a0LO).abs()/(a0NLO.abs());
THDMcache * getMyTHDMCache() const
A method get the THDMCache.
◆ myTHDM
const THDM& unitarityR12::myTHDM |
|
private |
The documentation for this class was generated from the following files: