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

#include <THDMWSTU.h>

+ Inheritance diagram for THDMWDeltaS:

Detailed Description

Definition at line 60 of file THDMWSTU.h.

Public Member Functions

double computeThValue ()
 THDMW contribution to \(S\). More...
 
 THDMWDeltaS (const StandardModel &SM_i)
 Constructor for DeltaS. 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

◆ THDMWDeltaS()

THDMWDeltaS::THDMWDeltaS ( const StandardModel SM_i)

Constructor for DeltaS.

Definition at line 49 of file THDMWSTU.cpp.

50: THDMWSTU(SM_i)
51{}
THDMWSTU(const StandardModel &SM_i)
Constructor.
Definition: THDMWSTU.cpp:15

Member Function Documentation

◆ computeThValue()

double THDMWDeltaS::computeThValue ( )
virtual

THDMW contribution to \(S\).

Returns
\(\Delta S\)

Reimplemented from THDMWSTU.

Definition at line 53 of file THDMWSTU.cpp.

54{
55 double mSp2=myTHDMW.getMyTHDMWCache()->mSpsq;
56 double mSR2=myTHDMW.getMyTHDMWCache()->mSRsq;
57 double mSI2=myTHDMW.getMyTHDMWCache()->mSIsq;
58 double s_W2 = myTHDMW.sW2();
59 //std::cout<< "SinW_2=" << s_W2 << std::endl;//Why this value?
60 double c_W2 = 1-myTHDMW.sW2();
61 double MZ2=pow(myTHDMW.getMz(),2);
62 //double MW2=pow(myTHDMW->Mw(),2);
63 //We define the self energies removing the coupling because it will cancel
64
65
66
67 //gslpp::complex delPiWW_MZ;
68 gslpp::complex delPiZZ_MZ;
69 //gslpp::complex delPiWW_0;
70 gslpp::complex delPiZZ_0;
71 gslpp::complex delPiAAprime_0;
72 gslpp::complex delPiZAprime_0;
73 //gslpp::complex delPiAA_MZ;
74 //gslpp::complex delPiZA_MZ;
75
76 //g1 on arxiv:0907.2696 is e/s_W
77 //delPiWW_MZ=(1./(2.*pow(M_PI,2)*s_W2))*(mycache->B00_MZ2_MZ2_mSi2_mSp2(MZ2,mSI2,mSp2)+mycache->B00_MZ2_MZ2_mSr2_mSp2(MZ2,mSR2,mSp2)-0.5*mycache->A0_MZ2_mSp2(MZ2,mSp2)-0.25*mycache->A0_MZ2_mSp2(MZ2,mSR2)-0.25*mycache->A0_MZ2_mSp2(MZ2,mSI2));
78
79
80 //delPiWW_0=(1./(8.*pow(M_PI,2)*s_W2))*(0.5*F(mSp2,mSR2)+0.5*F(mSp2,mSI2));
81
82
83 //delPiAA_MZ=(2./pow(M_PI,2))*(mycache->B00_MZ2_MZ2_mSp2_mSp2(MZ2,mSp2)-0.5*mycache->A0_MZ2_mSp2(MZ2,mSp2));
84 //delPiZA_MZ=((1.-2.*s_W2)/(pow(M_PI,2)*sqrt(c_W2)*sqrt(s_W2)))*(mycache->B00_MZ2_MZ2_mSp2_mSp2(MZ2,mSp2)-0.5*mycache->A0_MZ2_mSp2(MZ2,mSp2));
85
86
87 //double nu2=myTHDMW->getTHDMW_nu2();
88 //double nu3=myTHDMW->getTHDMW_nu3();
89 //double v=246.2;
90
91 //std::cout<< "prove10=" << delPiAAprime_0 << std::endl;
92 //std::cout<< "prove11=" << delPiAA_MZ/MZ2 << std::endl;
93 //std::cout<< "prove20=" << delPiZAprime_0 << std::endl;
94 //std::cout<< "prove21=" << delPiZA_MZ/MZ2 << std::endl;
95 //std::cout<< "DeltaS approx.=" << pow(v,2)*nu2/(6.*M_PI*mSp2) << std::endl;
96 //std::cout<< "DeltaS old=" << (16.*M_PI*s_W2*c_W2)*(((delPiZZ_MZ.real()-delPiZZ_0.real())/MZ2)-(c_W2-s_W2)*delPiZAprime_0.real()/(sqrt(s_W2)*sqrt(c_W2))-delPiAAprime_0.real()) << std::endl;
97
98 //std::cout<< "DeltaS fraction old=" << (16.*M_PI*s_W2*c_W2)*(((delPiZZ_MZ.real()-delPiZZ_0.real())/MZ2)-(c_W2-s_W2)*delPiZAprime_0.real()/(sqrt(s_W2)*sqrt(c_W2))-delPiAAprime_0.real())/(pow(v,2)*nu2/(6.*M_PI*mSp2)) << std::endl;
99 //std::cout<< "DeltaS fraction new=" << ((16.*M_PI*s_W2*c_W2)*(((delPiZZ_MZ.real()-delPiZZ_0.real())/MZ2)-(c_W2-s_W2)*delPiZA_MZ.real()/(sqrt(s_W2)*sqrt(c_W2)*MZ2)-delPiAA_MZ.real()/MZ2))/(pow(v,2)*nu2/(6.*M_PI*mSp2)) << std::endl;
100
101
102 //std::cout<< "B00_MZ2_MZ2_mSr2_mSi2(MZ2,mSR2,mSI2)=" << mycache->B00_MZ2_MZ2_mSr2_mSi2(MZ2,mSR2,mSI2) << std::endl;
103 //std::cout<< "A0_MZ2_mSp2=" << mycache->A0_MZ2_mSp2(MZ2,mSp2) << std::endl;
104 //std::cout<< "mSp2=" << mSp2 << std::endl;
105 //std::cout<< "mSr2=" << mSR2 << std::endl;
106 //std::cout<< "MZ2=" << MZ2 << std::endl;
107 //std::cout<< "THDMWpositiveMassSquares=" << myTHDMW->getMyTHDMWCache()->setOtherParameters() << std::endl;
108 //std::cout<< "THDMWpositiveMassSquares=" << THDMWpositiveMassSquares << std::endl;
109 if(fabs(myTHDMW.getMyTHDMWCache()->setOtherParameters()-1.)<1.e-10)
110 {
111 delPiZZ_MZ=(1./(2.*pow(M_PI,2)*c_W2*s_W2))*(pow(1.-2.*s_W2,2)*(mycache->B00_MZ2_MZ2_mSp2_mSp2(MZ2,mSp2)-0.5*mycache->A0_MZ2_mSp2(MZ2,mSp2))+mycache->B00_MZ2_MZ2_mSr2_mSi2(MZ2,mSR2,mSI2)-0.25*mycache->A0_MZ2_mSp2(MZ2,mSR2)-0.25*mycache->A0_MZ2_mSp2(MZ2,mSI2));
112 delPiZZ_0=(1./(8.*pow(M_PI,2)*s_W2*c_W2))*(0.5*F(mSI2,mSR2));
113 delPiAAprime_0=-(1/(6.*pow(M_PI,2)))*mycache->B0_MZ2_0_mSp2_mSp2(MZ2,mSp2);
114 delPiZAprime_0=-((1-2*s_W2)/(12.*pow(M_PI,2)*sqrt(c_W2)*sqrt(s_W2)))*mycache->B0_MZ2_0_mSp2_mSp2(MZ2,mSp2);
115
116 return (16.*M_PI*s_W2*c_W2)*(((delPiZZ_MZ.real()-delPiZZ_0.real())/MZ2)-(c_W2-s_W2)*delPiZAprime_0.real()/(sqrt(s_W2)*sqrt(c_W2))-delPiAAprime_0.real());
117
118 }
119 else
120 {
121 return std::numeric_limits<double>::quiet_NaN();
122 }
123 }
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
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
THDMWcache * mycache
Definition: THDMWSTU.h:51
double setOtherParameters()
gslpp::complex B00_MZ2_MZ2_mSr2_mSi2(const double MZ2, const double mSr2, const double mSi2) const
.
Definition: THDMWcache.cpp:266
gslpp::complex B0_MZ2_0_mSp2_mSp2(const double MZ2, const double mSp2) const
.
Definition: THDMWcache.cpp:183
gslpp::complex A0_MZ2_mSp2(const double MZ2, const double mSp2) const
.
Definition: THDMWcache.cpp:141
double mSRsq
Definition: THDMWcache.h:80
double mSIsq
Definition: THDMWcache.h:81
double mSpsq
Definition: THDMWcache.h:83
gslpp::complex B00_MZ2_MZ2_mSp2_mSp2(const double MZ2, const double mSp2) const
.
Definition: THDMWcache.cpp:282

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