a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
unitarity11eveP_Z2 Class Reference

Plus-sign eigenvalue of the even 11 block. More...

#include <GeneralTHDMZ2Unitarity.h>

+ Inheritance diagram for unitarity11eveP_Z2:

Detailed Description

Plus-sign eigenvalue of the even 11 block.

Definition at line 253 of file GeneralTHDMZ2Unitarity.h.

Public Member Functions

double computeThValue ()
 
 unitarity11eveP_Z2 (const StandardModel &SM_i)
 unitarity11eveP_Z2 constructor. More...
 
- Public Member Functions inherited from unitarity_Z2
 unitarity_Z2 (const StandardModel &SM_i)
 unitarity_Z2 constructor. More...
 
- Public Member Functions inherited from ThObservable
double getBinMax ()
 A get method to get the maximum value of the bin. More...
 
double getBinMin ()
 A get method to get the minimum value of the bin. More...
 
const StandardModelgetModel ()
 A get method to get the model. More...
 
const std::vector< std::string > getParametersForObservable ()
 A get method to get the parameters for the specific observable. More...
 
void setBinMax (double max)
 A set method to set the maximum value of the bin. More...
 
void setBinMin (double min)
 A set method to set the minimum value of the bin. More...
 
void setParametersForObservable (std::vector< std::string > parametersForObservable_i)
 A set method to get the parameters for the specific observable. More...
 
 ThObservable (const StandardModel &SM_i)
 Constructor. More...
 
 ThObservable (const ThObservable &orig)
 The copy constructor. More...
 
virtual ~ThObservable ()
 The default destructor. More...
 

Additional Inherited Members

- Protected Member Functions inherited from unitarity_Z2
void computeZ2_at_Q ()
 
- Protected Attributes inherited from unitarity_Z2
GeneralTHDMZ2Runner myGTHDM
 
gslpp::matrix< double > myZ2_at_Q
 
- Protected Attributes inherited from ThObservable
double max
 the bin maximum. More...
 
double min
 The bin minimum. More...
 
std::vector< std::string > parametersForObservable
 a vector of parameter namesfor the specific observable More...
 
const StandardModelSM
 A reference to an object of StandardMode class. More...
 

Constructor & Destructor Documentation

◆ unitarity11eveP_Z2()

unitarity11eveP_Z2::unitarity11eveP_Z2 ( const StandardModel SM_i)

unitarity11eveP_Z2 constructor.

Definition at line 402 of file GeneralTHDMZ2Unitarity.cpp.

403: unitarity_Z2(SM_i)
404{}
unitarity_Z2(const StandardModel &SM_i)
unitarity_Z2 constructor.

Member Function Documentation

◆ computeThValue()

double unitarity11eveP_Z2::computeThValue ( )
virtual
Returns
\(a^{\text{even}}_{11+}\)

Implements ThObservable.

Definition at line 406 of file GeneralTHDMZ2Unitarity.cpp.

407{
408 gslpp::complex i = gslpp::complex::i();
409
411
412 double la1Q = myZ2_at_Q(0, 0);
413 double la2Q = myZ2_at_Q(0, 1);
414 double la3Q = myZ2_at_Q(0, 2);
415 double la4Q = myZ2_at_Q(0, 3);
416 double la5Q = myZ2_at_Q(0, 4);
417
418 double YtQ = myZ2_at_Q(1, 0);
419 double Yb1Q = myZ2_at_Q(1, 1);
420 double Yb2Q = myZ2_at_Q(1, 2);
421 double Ytau1Q = myZ2_at_Q(1, 3);
422 double Ytau2Q = myZ2_at_Q(1, 4);
423
424 double WFRc1 = myZ2_at_Q(2, 0);
425 double WFRc2 = myZ2_at_Q(2, 1);
426 double WFRc3 = myZ2_at_Q(2, 2);
427 double WFRc4 = myZ2_at_Q(2, 3);
428
429 double beta1 = myGTHDM.betalambda1_Z2(la1Q, la3Q, la4Q, la5Q, Yb1Q, Ytau1Q);
430 double beta2 = myGTHDM.betalambda2_Z2(la2Q, la3Q, la4Q, la5Q, YtQ, Yb2Q, Ytau2Q);
431 double beta5 = myGTHDM.betalambda5_Z2(la1Q, la2Q, la3Q, la4Q, la5Q, YtQ, Yb1Q, Yb2Q, Ytau1Q, Ytau2Q);
432
433 gslpp::complex B20 = -la1Q + 3.*beta1/2. + (i*M_PI - 1.)*(la1Q*la1Q + la5Q*la5Q)/16./M_PI/M_PI -
434 la1Q*(WFRc1 - 2.*WFRc2 + WFRc3 + 2.*WFRc4)/32./M_PI/M_PI;
435
436 gslpp::complex B21 = -la2Q + 3.*beta2/2. + (i*M_PI - 1.)*(la2Q*la2Q + la5Q*la5Q)/16./M_PI/M_PI -
437 la2Q*(-WFRc1 + 2.*WFRc2 - WFRc3 + 2.*WFRc4)/32./M_PI/M_PI;
438
439 gslpp::complex B22 = -la5Q + 3.*beta5/2. + (i*M_PI - 1.)*(la1Q + la2Q)*la5Q/16./M_PI/M_PI -
440 la5Q*2.*WFRc4/32./M_PI/M_PI;
441
442 return ((B20 + B21 + sqrt((B20 - B21)*(B20 - B21) + 4.*B22*B22))/32./M_PI - i/2.).abs();
443}
double betalambda2_Z2(double la2, double la3, double la4, double la5, double Yt, double Yb2, double Ytau2)
The beta function of appearing in unitarity conditions.
double betalambda1_Z2(double la1, double la3, double la4, double la5, double Yb1, double Ytau1)
The beta function of appearing in unitarity conditions.
double betalambda5_Z2(double la1, double la2, double la3, double la4, double la5, double Yt, double Yb1, double Yb2, double Ytau1, double Ytau2)
The beta function of appearing in unitarity conditions.
gslpp::matrix< double > myZ2_at_Q
GeneralTHDMZ2Runner myGTHDM

The documentation for this class was generated from the following files: