NLO over LO ratio for the first Z2-odd 01 eigenvalue (corresponding to unitarityNLOev9).
More...
#include <unitarity.h>
NLO over LO ratio for the first Z2-odd 01 eigenvalue (corresponding to unitarityNLOev9).
Definition at line 1288 of file unitarity.h.
◆ unitarityRp9()
◆ computeThValue()
| double unitarityRp9::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(|a^{\text{odd,NLO}}_{01+}/a^{\text{odd,LO}}_{01+}|\)
Implements ThObservable.
Definition at line 2435 of file unitarity.cpp.
2450 double betalambda3 = 3.0*la1Q*la3Q + 3.0*la2Q*la3Q + 2.0*la3Q*la3Q + la1Q*la4Q + la2Q*la4Q + la4Q*la4Q + la5Q*la5Q
2451 + 3.0*la3Q*Yb1Q*Yb1Q + 3.0*la3Q*Yb2Q*Yb2Q + la3Q*Ytau1Q*Ytau1Q + la3Q*Ytau2Q*Ytau2Q + 3.0*la3Q*YtQ*YtQ
2452 - 6.0*Yb1Q*Yb1Q*(Yb2Q*Yb2Q + YtQ*YtQ) - 2.0*Ytau1Q*Ytau1Q*Ytau2Q*Ytau2Q;
2453 double betalambda5 = la5Q*(la1Q + la2Q + 4.0*la3Q + 6.0*la4Q)
2454 + 3.0*la5Q*Yb1Q*Yb1Q + la5Q*Ytau1Q*Ytau1Q + la5Q*(3.0*Yb2Q*Yb2Q + Ytau2Q*Ytau2Q + 3.0*YtQ*YtQ)
2455 - 6.0*Yb1Q*Yb1Q*Yb2Q*Yb2Q - 2.0*Ytau1Q*Ytau1Q*Ytau2Q*Ytau2Q;
2457 double uniNLO10a = -la3Q/(16.0*M_PI);
2458 double uniNLO10b = 3.0*betalambda3/(256.0*M_PI*M_PI*M_PI);
2460 gslpp::complex uniNLO10d = -(la3Q+la4Q-la5Q)/(512.0*M_PI*M_PI*M_PI) * WFRc2;
2462 double uniNLO11a = -la5Q/(16.0*M_PI);
2463 double uniNLO11b = 3.0*betalambda5/(256.0*M_PI*M_PI*M_PI);
2465 gslpp::complex uniNLO11d = -(la4Q-2.0*la5Q)/(512.0*M_PI*M_PI*M_PI) * WFRc2;
2471 double a0LO = uniNLO10a+uniNLO11a;
2472 if(fabs(a0LO)>Rpeps)
2474 Rp = ((uniA+uniC)-a0LO).
abs()/fabs(a0LO);
◆ myTHDM
| const THDM& unitarityRp9::myTHDM |
|
private |
The documentation for this class was generated from the following files: