NLO over LO ratio for the second Z2-odd 01 eigenvalue (corresponding to unitarityNLOev10).
More...
#include <unitarity.h>
NLO over LO ratio for the second Z2-odd 01 eigenvalue (corresponding to unitarityNLOev10).
Definition at line 1309 of file unitarity.h.
◆ unitarityRp10()
◆ computeThValue()
| double unitarityRp10::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(|a^{\text{odd,NLO}}_{01-}/a^{\text{odd,LO}}_{01-}|\)
Implements ThObservable.
Definition at line 2484 of file unitarity.cpp.
2499 double betalambda3 = 3.0*la1Q*la3Q + 3.0*la2Q*la3Q + 2.0*la3Q*la3Q + la1Q*la4Q + la2Q*la4Q + la4Q*la4Q + la5Q*la5Q
2500 + 3.0*la3Q*Yb1Q*Yb1Q + 3.0*la3Q*Yb2Q*Yb2Q + la3Q*Ytau1Q*Ytau1Q + la3Q*Ytau2Q*Ytau2Q + 3.0*la3Q*YtQ*YtQ
2501 - 6.0*Yb1Q*Yb1Q*(Yb2Q*Yb2Q + YtQ*YtQ) - 2.0*Ytau1Q*Ytau1Q*Ytau2Q*Ytau2Q;
2502 double betalambda5 = la5Q*(la1Q + la2Q + 4.0*la3Q + 6.0*la4Q)
2503 + 3.0*la5Q*Yb1Q*Yb1Q + la5Q*Ytau1Q*Ytau1Q + la5Q*(3.0*Yb2Q*Yb2Q + Ytau2Q*Ytau2Q + 3.0*YtQ*YtQ)
2504 - 6.0*Yb1Q*Yb1Q*Yb2Q*Yb2Q - 2.0*Ytau1Q*Ytau1Q*Ytau2Q*Ytau2Q;
2506 double uniNLO10a = -la3Q/(16.0*M_PI);
2507 double uniNLO10b = 3.0*betalambda3/(256.0*M_PI*M_PI*M_PI);
2509 gslpp::complex uniNLO10d = -(la3Q+la4Q-la5Q)/(512.0*M_PI*M_PI*M_PI) * WFRc2;
2511 double uniNLO11a = -la5Q/(16.0*M_PI);
2512 double uniNLO11b = 3.0*betalambda5/(256.0*M_PI*M_PI*M_PI);
2514 gslpp::complex uniNLO11d = -(la4Q-2.0*la5Q)/(512.0*M_PI*M_PI*M_PI) * WFRc2;
2520 double a0LO = uniNLO10a-uniNLO11a;
2521 if(fabs(a0LO)>Rpeps)
2523 Rp = ((uniA-uniC)-a0LO).
abs()/fabs(a0LO);
◆ myTHDM
| const THDM& unitarityRp10::myTHDM |
|
private |
The documentation for this class was generated from the following files: