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

Minus-sign eigenvalue of the odd 00 block. More...

#include <GeneralTHDMZ2Unitarity.h>

+ Inheritance diagram for unitarity00oddM_Z2:

Detailed Description

Minus-sign eigenvalue of the odd 00 block.

Definition at line 119 of file GeneralTHDMZ2Unitarity.h.

Public Member Functions

double computeThValue ()
 
 unitarity00oddM_Z2 (const StandardModel &SM_i)
 unitarity00oddM_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

◆ unitarity00oddM_Z2()

unitarity00oddM_Z2::unitarity00oddM_Z2 ( const StandardModel SM_i)

unitarity00oddM_Z2 constructor.

Definition at line 157 of file GeneralTHDMZ2Unitarity.cpp.

158: unitarity_Z2(SM_i)
159{}
unitarity_Z2(const StandardModel &SM_i)
unitarity_Z2 constructor.

Member Function Documentation

◆ computeThValue()

double unitarity00oddM_Z2::computeThValue ( )
virtual
Returns
\(a^{\text{odd}}_{00-}\)

Implements ThObservable.

Definition at line 161 of file GeneralTHDMZ2Unitarity.cpp.

162{
163 gslpp::complex i = gslpp::complex::i();
164
166
167 double la1Q = myZ2_at_Q(0, 0);
168 double la2Q = myZ2_at_Q(0, 1);
169 double la3Q = myZ2_at_Q(0, 2);
170 double la4Q = myZ2_at_Q(0, 3);
171 double la5Q = myZ2_at_Q(0, 4);
172
173 double YtQ = myZ2_at_Q(1, 0);
174 double Yb1Q = myZ2_at_Q(1, 1);
175 double Yb2Q = myZ2_at_Q(1, 2);
176 double Ytau1Q = myZ2_at_Q(1, 3);
177 double Ytau2Q = myZ2_at_Q(1, 4);
178
179 double WFRc2 = myZ2_at_Q(2, 1);
180
181 double beta3 = myGTHDM.betalambda3_Z2(la1Q, la2Q, la3Q, la4Q, la5Q, YtQ, Yb1Q, Yb2Q, Ytau1Q, Ytau2Q);
182 double beta4 = myGTHDM.betalambda4_Z2(la1Q, la2Q, la3Q, la4Q, la5Q, YtQ, Yb1Q, Yb2Q, Ytau1Q, Ytau2Q);
183 double beta5 = myGTHDM.betalambda5_Z2(la1Q, la2Q, la3Q, la4Q, la5Q, YtQ, Yb1Q, Yb2Q, Ytau1Q, Ytau2Q);
184
185 gslpp::complex B4 = -la3Q - 2.*la4Q + 3.*(beta3 + 2.*beta4)/2. + (i*M_PI - 1.)*(la3Q*la3Q +
186 4.*la3Q*la4Q + 4.*la4Q*la4Q + 9.*la5Q*la5Q)/16./M_PI/M_PI -
187 (la3Q + la4Q + la5Q)*WFRc2/32./M_PI/M_PI;
188
189 gslpp::complex B6 = -3.*la5Q + 9.*beta5/2. + 6.*(i*M_PI - 1.)*(la3Q + 2.*la4Q)*la5Q/16./M_PI/M_PI -
190 (la4Q + 2.*la5Q)*WFRc2/32./M_PI/M_PI;
191
192 return ((B4 - B6)/16./M_PI - i/2.).abs();
193}
double betalambda3_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.
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.
double betalambda4_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: