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

#include <THDMWSTU.h>

+ Inheritance diagram for THDMWDeltaT:

Detailed Description

Definition at line 76 of file THDMWSTU.h.

Public Member Functions

double computeThValue ()
 THDMW contribution to \(T\). More...
 
 THDMWDeltaT (const StandardModel &SM_i)
 Constructor for DeltaT. More...
 
- Public Member Functions inherited from THDMWSTU
double F (const double m02, const double m12) const
 Function \(F(m02,m12)\) used for THDMW. Remember that this function is defined for THDMW and SUSY while for THDM we have a multiplicative factor 0.5. More...
 
 THDMWSTU (const StandardModel &SM_i)
 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

- Public Attributes inherited from THDMWSTU
const THDMWmyTHDMW
 
- Protected Attributes inherited from THDMWSTU
THDMWcachemycache
 
- 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

◆ THDMWDeltaT()

THDMWDeltaT::THDMWDeltaT ( const StandardModel SM_i)

Constructor for DeltaT.

Definition at line 125 of file THDMWSTU.cpp.

126: THDMWSTU(SM_i)
127{}
THDMWSTU(const StandardModel &SM_i)
Constructor.
Definition: THDMWSTU.cpp:15

Member Function Documentation

◆ computeThValue()

double THDMWDeltaT::computeThValue ( )
virtual

THDMW contribution to \(T\).

Returns
\(\Delta T\)

Reimplemented from THDMWSTU.

Definition at line 129 of file THDMWSTU.cpp.

130{
131 double mSp2=myTHDMW.getMyTHDMWCache()->mSpsq;
132 double mSR2=myTHDMW.getMyTHDMWCache()->mSRsq;
133 double mSI2=myTHDMW.getMyTHDMWCache()->mSIsq;
134 double s_W2 = myTHDMW.sW2();
135 //std::cout<< "SinW_2=" << s_W2 << std::endl;//Why this value?
136 double c_W2 = 1-myTHDMW.sW2();
137 double MZ2=pow(myTHDMW.getMz(),2);
138 double MW2=pow(myTHDMW.Mw(),2);
139 //We define the self energies removing the coupling because it will cancel
140
141
142 gslpp::complex delPiWW_0;
143 gslpp::complex delPiZZ_0;
144
145
146 //g1 on arxiv:0907.2696 is e/s_W
147
148
149 //double nu2=myTHDMW->getTHDMW_nu2();
150 //double nu3=myTHDMW->getTHDMW_nu3();
151 //double v=246.2;
152 //std::cout<< "DeltaT approx.=" << pow(v,4)*(pow(nu2,2)-pow(2.*nu3,2))/(96.*pow(M_PI,1)*mSp2*MW2*s_W2) << std::endl;//typo in arxiv:0907.269, look at arxiv:0606172
153 //std::cout<< "DeltaT fraction=" << pow(v,4)*(pow(nu2,2)-pow(2.*nu3,2))/(96.*pow(M_PI,1)*mSp2*MW2*s_W2)/((4.*M_PI)*(delPiWW_0.real()/MW2-delPiZZ_0.real()/MZ2)) << std::endl;
154 if(fabs(myTHDMW.getMyTHDMWCache()->setOtherParameters()-1.)<1.e-10)
155 {
156 delPiWW_0=(1./(8.*pow(M_PI,2)*s_W2))*(0.5*F(mSp2,mSR2)+0.5*F(mSp2,mSI2));
157 delPiZZ_0=(1./(8.*pow(M_PI,2)*s_W2*c_W2))*(0.5*F(mSI2,mSR2));
158 return (4.*M_PI)*(delPiWW_0.real()/MW2-delPiZZ_0.real()/MZ2);
159 }
160 else
161 {
162 return std::numeric_limits<double>::quiet_NaN();
163 }
164
165
166
167
168
169}
const double getMz() const
A get method to access the mass of the boson .
virtual const double sW2(const double Mw_i) const
The square of the sine of the weak mixing angle in the on-shell scheme, denoted as .
THDMWcache * getMyTHDMWCache() const
A method get the THDMWCache.
Definition: THDMW.h:318
virtual const double Mw() const
Definition: THDMW.cpp:493
double F(const double m02, const double m12) const
Function used for THDMW. Remember that this function is defined for THDMW and SUSY while for THDM we...
Definition: THDMWSTU.cpp:27
const THDMW & myTHDMW
Definition: THDMWSTU.h:38
double setOtherParameters()
double mSRsq
Definition: THDMWcache.h:80
double mSIsq
Definition: THDMWcache.h:81
double mSpsq
Definition: THDMWcache.h:83

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