a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
DeltaT Class Reference

An observable class for the THDM contribution to the electroweak Peskin-Takeuchi pseudo-observable \(T\). More...

#include <STU.h>

+ Inheritance diagram for DeltaT:

Detailed Description

An observable class for the THDM contribution to the electroweak Peskin-Takeuchi pseudo-observable \(T\).

Definition at line 78 of file STU.h.

Public Member Functions

double computeThValue ()
 THDM contribution to \(T\).
 
 DeltaT (const StandardModel &SM_i)
 Constructor for DeltaT.
 
- Public Member Functions inherited from STU
double computeThValue ()
 Empty constructor.
 
double F (const double m02, const double m12) const
 Function \(F(m02,m12)\) used for THDM. Remember that this function is defined for THDM while for SUSY we have a multiplicative factor 2.
 
 STU (const StandardModel &SM_i)
 Constructor.
 
- Public Member Functions inherited from ThObservable
double getBinMax ()
 A get method to get the maximum value of the bin.
 
double getBinMin ()
 A get method to get the minimum value of the bin.
 
const StandardModelgetModel ()
 A get method to get the model.
 
const std::vector< std::string > getParametersForObservable ()
 A get method to get the parameters for the specific observable.
 
void setBinMax (double max)
 A set method to set the maximum value of the bin.
 
void setBinMin (double min)
 A set method to set the minimum value of the bin.
 
void setParametersForObservable (std::vector< std::string > parametersForObservable_i)
 A set method to get the parameters for the specific observable.
 
 ThObservable (const StandardModel &SM_i)
 Constructor.
 
 ThObservable (const ThObservable &orig)
 The copy constructor.
 
virtual ~ThObservable ()
 The default destructor.
 

Additional Inherited Members

- Public Attributes inherited from STU
const THDMmyTHDM
 
- Protected Attributes inherited from STU
THDMcachemycache
 
- Protected Attributes inherited from ThObservable
double max
 the bin maximum.
 
double min
 The bin minimum.
 
std::vector< std::string > parametersForObservable
 a vector of parameter namesfor the specific observable
 
const StandardModelSM
 A reference to an object of StandardMode class.
 

Constructor & Destructor Documentation

◆ DeltaT()

DeltaT::DeltaT ( const StandardModel SM_i)

Constructor for DeltaT.

Definition at line 82 of file STU.cpp.

83: STU(SM_i)
84{}
An observable class for the electroweak Peskin-Takeuchi pseudo-observables.
Definition STU.h:24

Member Function Documentation

◆ computeThValue()

double DeltaT::computeThValue ( )
virtual

THDM contribution to \(T\).

Returns
\(\Delta T\)

Implements ThObservable.

Definition at line 86 of file STU.cpp.

87{
88 double mHl2=myTHDM->getmHl2();
89 double mHh2=myTHDM->getmHh2();
90 double mA2=myTHDM->getmA2();
91 double mHp2=myTHDM->getmHp2();
92 double sin_ba=myTHDM->getsin_ba();
93 double sin2_ba = sin_ba*sin_ba;
94 double cos2_ba = 1. - sin2_ba;
95 double MZ=myTHDM->getMz();
96 double MZ2 = MZ*MZ;
97 double MW=mycache->MWTHDM(myTHDM->Mw_tree());
98 double MW2 = MW*MW;
99 double s_W2 = 1.0-mycache->cW2THDM(myTHDM->c02());
100
101 gslpp::complex B0_MZ2_0_MZ2_mHh2;
102 gslpp::complex B0_MZ2_0_MZ2_mHl2;
103 gslpp::complex B0_MZ2_0_MW2_mHh2;
104 gslpp::complex B0_MZ2_0_MW2_mHl2;
105
106 B0_MZ2_0_MZ2_mHh2 = mycache->B0_MZ2_0_MZ2_mHh2(MZ2,mHh2);
107 B0_MZ2_0_MZ2_mHl2 = mycache->B0_MZ2_0_MZ2_mHl2(MZ2,mHl2);
108 B0_MZ2_0_MW2_mHh2 = mycache->B0_MZ2_0_MW2_mHh2(MZ2,MW2,mHh2);
109 B0_MZ2_0_MW2_mHl2 = mycache->B0_MZ2_0_MW2_mHl2(MZ2,MW2,mHl2);
110
111 return 1. / 16. / M_PI / MW2 / s_W2 * (F(mHp2,mA2)
112 + sin2_ba * (F(mHp2,mHh2) - F(mA2,mHh2)) + cos2_ba * (F(mHp2,mHl2)
113 - F(mA2,mHl2) + F(MW2,mHh2) - F(MW2,mHl2) - F(MZ2,mHh2)
114 + F(MZ2,mHl2) + 4. * MZ2 * (B0_MZ2_0_MZ2_mHh2.real() - B0_MZ2_0_MZ2_mHl2.real())
115 - 4. * MW2 * (B0_MZ2_0_MW2_mHh2.real() - B0_MZ2_0_MW2_mHl2.real())));
116}
THDMcache * mycache
Definition STU.h:49
double F(const double m02, const double m12) const
Function used for THDM. Remember that this function is defined for THDM while for SUSY we have a mul...
Definition STU.cpp:26
const THDM * myTHDM
Definition STU.h:37
const double getMz() const
A get method to access the mass of the boson .
const double c02() const
The square of the cosine of the weak mixing angle defined without weak radiative corrections.
const double Mw_tree() const
The tree-level mass of the boson, .
double getmHh2() const
A method get the squared mass of the "non-125 GeV" neutral scalar Higgs.
Definition THDM.h:365
double getmHl2() const
A method get the squared mass of the lighter neutral scalar Higgs.
Definition THDM.h:339
double getmHp2() const
A method get the squared charged Higgs mass.
Definition THDM.h:457
double getsin_ba() const
A method get .
Definition THDM.h:315
double getmA2() const
A method get the squared mass of the pseudoscalar Higgs A.
Definition THDM.h:423
double cW2THDM(const double c02) const
gslpp::complex B0_MZ2_0_MW2_mHl2(const double MZ2, const double MW2, const double mHl2) const
.
gslpp::complex B0_MZ2_0_MZ2_mHh2(const double MZ2, const double mHh2) const
.
double MWTHDM(const double MW) const
gslpp::complex B0_MZ2_0_MW2_mHh2(const double MZ2, const double MW2, const double mHh2) const
.
gslpp::complex B0_MZ2_0_MZ2_mHl2(const double MZ2, const double mHl2) const
.

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