#include <unitarity.h>
Definition at line 1717 of file unitarity.h.
◆ unitarityR11()
unitarityR11 constructor.
Definition at line 3645 of file unitarity.cpp.
A base class for symmetric Two-Higgs-Doublet models.
ThObservable(const StandardModel &SM_i)
Constructor.
◆ computeThValue()
double unitarityR11::computeThValue |
( |
| ) |
|
|
virtual |
Implements ThObservable.
Definition at line 3649 of file unitarity.cpp.
3665 double betalambda3 = 3.0*la1Q*la3Q + 3.0*la2Q*la3Q + 2.0*la3Q*la3Q + la1Q*la4Q + la2Q*la4Q + la4Q*la4Q + la5Q*la5Q
3666 + 3.0*la3Q*Yb1Q*Yb1Q + 3.0*la3Q*Yb2Q*Yb2Q + la3Q*Ytau1Q*Ytau1Q + la3Q*Ytau2Q*Ytau2Q + 3.0*la3Q*YtQ*YtQ
3667 - 6.0*Yb1Q*Yb1Q*(Yb2Q*Yb2Q + YtQ*YtQ) - 2.0*Ytau1Q*Ytau1Q*Ytau2Q*Ytau2Q;
3668 double betalambda5 = la5Q*(la1Q + la2Q + 4.0*la3Q + 6.0*la4Q)
3669 + 3.0*la5Q*Yb1Q*Yb1Q + la5Q*Ytau1Q*Ytau1Q + la5Q*(3.0*Yb2Q*Yb2Q + Ytau2Q*Ytau2Q + 3.0*YtQ*YtQ)
3670 - 6.0*Yb1Q*Yb1Q*Yb2Q*Yb2Q - 2.0*Ytau1Q*Ytau1Q*Ytau2Q*Ytau2Q;
3672 double uniNLO12a = -la3Q/(16.0*M_PI);
3673 double uniNLO12b = 3.0*betalambda3/(256.0*M_PI*M_PI*M_PI);
3674 gslpp::complex uniNLO12c = (gslpp::complex::i()*M_PI-1.0)*(la3Q*la3Q+la5Q*la5Q)/(256.0*M_PI*M_PI*M_PI);
3675 gslpp::complex uniNLO12d = -la3Q/(512.0*M_PI*M_PI*M_PI) * WFRc3;
3677 double uniNLO13a = -la5Q/(16.0*M_PI);
3678 double uniNLO13b = 3.0*betalambda5/(256.0*M_PI*M_PI*M_PI);
3679 gslpp::complex uniNLO13c = (gslpp::complex::i()*M_PI-1.0)*la3Q*la5Q/(128.0*M_PI*M_PI*M_PI);
3680 gslpp::complex uniNLO13d = -la4Q/(512.0*M_PI*M_PI*M_PI) * WFRc2;
3682 gslpp::complex uniA=uniNLO12a+uniNLO12b+uniNLO12c+uniNLO12d;
3683 gslpp::complex uniC=uniNLO13a+uniNLO13b+uniNLO13c+uniNLO13d;
3686 double a0LO = uniNLO12a+uniNLO13a;
3687 gslpp::complex a0NLO = uniA+uniC;
3688 if(a0NLO.abs()>Rpeps)
3690 R = (a0NLO-a0LO).abs()/(a0NLO.abs());
THDMcache * getMyTHDMCache() const
A method get the THDMCache.
◆ myTHDM
const THDM& unitarityR11::myTHDM |
|
private |
The documentation for this class was generated from the following files: