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

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

#include <STU.h>

+ Inheritance diagram for DeltaU:

Detailed Description

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

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

Definition at line 98 of file STU.h.

Public Member Functions

double computeThValue ()
 
 DeltaU (const StandardModel &SM_i)
 THDM contribution to \(U\).
 
- 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.
 

Protected Attributes

DeltaSmyDeltaS
 
- 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.
 

Additional Inherited Members

- Public Attributes inherited from STU
const THDMmyTHDM
 

Constructor & Destructor Documentation

◆ DeltaU()

DeltaU::DeltaU ( const StandardModel SM_i)

THDM contribution to \(U\).

Constructor for DeltaU.

Definition at line 118 of file STU.cpp.

119: STU(SM_i)
120{
121 myDeltaS = new DeltaS(SM_i);
122}
An observable class for the THDM contribution to the electroweak Peskin-Takeuchi pseudo-observable .
Definition STU.h:58
DeltaS * myDeltaS
Definition STU.h:113
An observable class for the electroweak Peskin-Takeuchi pseudo-observables.
Definition STU.h:24

Member Function Documentation

◆ computeThValue()

double DeltaU::computeThValue ( )
virtual
Returns
\(\Delta U\)

Implements ThObservable.

Definition at line 124 of file STU.cpp.

125{
126 double mHl2=myTHDM->getmHl2();
127 double mHh2=myTHDM->getmHh2();
128 double mA2=myTHDM->getmA2();
129 double mHp2=myTHDM->getmHp2();
130 double sin_ba=myTHDM->getsin_ba();
131 double sin2_ba = sin_ba*sin_ba;
132 double cos2_ba = 1. - sin2_ba;
133 double MZ=myTHDM->getMz();
134 double MZ2 = MZ*MZ;
135 double MW =mycache->MWTHDM(myTHDM->Mw_tree());
136 double MW2 = MW*MW;
137
138 gslpp::complex B00prime_MZ2_MW2_mA2_mHp2;
139 gslpp::complex B00prime_MZ2_MW2_mHp2_mHp2;
140 gslpp::complex B00prime_MZ2_MW2_mHh2_mHp2;
141 gslpp::complex B00prime_MZ2_MW2_mHl2_mHp2;
142 gslpp::complex B00prime_MZ2_MW2_MW2_mHh2;
143 gslpp::complex B00prime_MZ2_MW2_MW2_mHl2;
144 gslpp::complex B0prime_MZ2_MW2_MW2_mHh2;
145 gslpp::complex B0prime_MZ2_MW2_MW2_mHl2;
146
147 B00prime_MZ2_MW2_mA2_mHp2 = mycache->B00_MZ2_MW2_mA2_mHp2(MZ2,MW2,mA2,mHp2) - mycache->B00_MZ2_0_mA2_mHp2(MZ2,mA2,mHp2);
148 B00prime_MZ2_MW2_mHp2_mHp2 = mycache->B00_MZ2_MW2_mHp2_mHp2(MZ2,MW2,mHp2) - mycache->B00_MZ2_0_mHp2_mHp2(MZ2,mHp2);
149 B00prime_MZ2_MW2_mHh2_mHp2 = mycache->B00_MZ2_MW2_mHh2_mHp2(MZ2,MW2,mHh2,mHp2) - mycache->B00_MZ2_0_mHh2_mHp2(MZ2,mHh2,mHp2);
150 B00prime_MZ2_MW2_mHl2_mHp2 = mycache->B00_MZ2_MW2_mHl2_mHp2(MZ2,MW2,mHl2,mHp2) - mycache->B00_MZ2_0_mHl2_mHp2(MZ2,mHl2,mHp2);
151 B00prime_MZ2_MW2_MW2_mHh2 = mycache->B00_MZ2_MW2_MW2_mHh2(MZ2,MW2,mHh2) - mycache->B00_MZ2_0_MW2_mHh2(MZ2,MW2,mHh2);
152 B00prime_MZ2_MW2_MW2_mHl2 = mycache->B00_MZ2_MW2_MW2_mHl2(MZ2,MW2,mHl2) - mycache->B00_MZ2_0_MW2_mHl2(MZ2,MW2,mHl2);
153 B0prime_MZ2_MW2_MW2_mHh2 = mycache->B0_MZ2_MW2_MW2_mHh2(MZ2,MW2,mHh2) - mycache->B0_MZ2_0_MW2_mHh2(MZ2,MW2,mHh2);
154 B0prime_MZ2_MW2_MW2_mHl2 = mycache->B0_MZ2_MW2_MW2_mHl2(MZ2,MW2,mHl2) - mycache->B0_MZ2_0_MW2_mHl2(MZ2,MW2,mHl2);
155
156 return - myDeltaS->computeThValue() + 1. / M_PI / MZ2 * (B00prime_MZ2_MW2_mA2_mHp2.real()
157 - 2. * B00prime_MZ2_MW2_mHp2_mHp2.real() + sin2_ba * B00prime_MZ2_MW2_mHh2_mHp2.real()
158 + cos2_ba * (B00prime_MZ2_MW2_mHl2_mHp2.real() + B00prime_MZ2_MW2_MW2_mHh2.real()
159 - B00prime_MZ2_MW2_MW2_mHl2.real() - MW2 * B0prime_MZ2_MW2_MW2_mHh2.real()
160 + MW2 * B0prime_MZ2_MW2_MW2_mHl2.real()));
161}
double computeThValue()
THDM contribution to .
Definition STU.cpp:48
THDMcache * mycache
Definition STU.h:49
const THDM * myTHDM
Definition STU.h:37
const double getMz() const
A get method to access the mass of the boson .
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
gslpp::complex B00_MZ2_0_mHl2_mHp2(const double MZ2, const double mHl2, const double mHp2) const
.
gslpp::complex B0_MZ2_0_MW2_mHl2(const double MZ2, const double MW2, const double mHl2) const
.
gslpp::complex B00_MZ2_0_mHp2_mHp2(const double MZ2, const double mHp2) const
.
gslpp::complex B0_MZ2_MW2_MW2_mHl2(const double MZ2, const double MW2, const double mHl2) const
.
gslpp::complex B00_MZ2_0_mHh2_mHp2(const double MZ2, const double mHh2, const double mHp2) const
.
gslpp::complex B00_MZ2_MW2_MW2_mHl2(const double MZ2, const double MW2, const double mHl2) const
.
gslpp::complex B00_MZ2_MW2_mA2_mHp2(const double MZ2, const double MW2, const double mA2, const double mHp2) const
.
gslpp::complex B00_MZ2_0_MW2_mHh2(const double MZ2, const double MW2, const double mHh2) const
.
gslpp::complex B00_MZ2_MW2_mHh2_mHp2(const double MZ2, const double MW2, const double mHh2, const double mHp2) const
.
double MWTHDM(const double MW) const
gslpp::complex B0_MZ2_MW2_MW2_mHh2(const double MZ2, const double MW2, const double mHh2) const
.
gslpp::complex B00_MZ2_MW2_MW2_mHh2(const double MZ2, const double MW2, const double mHh2) const
.
gslpp::complex B00_MZ2_MW2_mHp2_mHp2(const double MZ2, const double MW2, const double mHp2) const
.
gslpp::complex B00_MZ2_0_MW2_mHl2(const double MZ2, const double MW2, const double mHl2) const
.
gslpp::complex B0_MZ2_0_MW2_mHh2(const double MZ2, const double MW2, const double mHh2) const
.
gslpp::complex B00_MZ2_MW2_mHl2_mHp2(const double MZ2, const double MW2, const double mHl2, const double mHp2) const
.
gslpp::complex B00_MZ2_0_mA2_mHp2(const double MZ2, const double mA2, const double mHp2) const
.

Member Data Documentation

◆ myDeltaS

DeltaS* DeltaU::myDeltaS
protected

Definition at line 113 of file STU.h.


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