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

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

#include <STU.h>

+ Inheritance diagram for DeltaU:

Detailed Description

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\). More...
 
- Public Member Functions inherited from STU
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. More...
 
 STU (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...
 

Protected Attributes

DeltaSmyDeltaS
 
- Protected Attributes inherited from STU
THDMcachemycache
 
- 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...
 

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 }

Member Function Documentation

◆ computeThValue()

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

Reimplemented from STU.

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 }

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:
THDMcache::MWTHDM
double MWTHDM(const double MW) const
DeltaU::myDeltaS
DeltaS * myDeltaS
Definition: STU.h:113
THDMcache::B0_MZ2_0_MW2_mHl2
gslpp::complex B0_MZ2_0_MW2_mHl2(const double MZ2, const double MW2, const double mHl2) const
.
THDMcache::B00_MZ2_0_mHh2_mHp2
gslpp::complex B00_MZ2_0_mHh2_mHp2(const double MZ2, const double mHh2, const double mHp2) const
.
THDM::getmA2
double getmA2() const
A method get the squared mass of the pseudoscalar Higgs A.
Definition: THDM.h:423
THDMcache::B00_MZ2_MW2_mHl2_mHp2
gslpp::complex B00_MZ2_MW2_mHl2_mHp2(const double MZ2, const double MW2, const double mHl2, const double mHp2) const
.
THDMcache::B00_MZ2_MW2_mA2_mHp2
gslpp::complex B00_MZ2_MW2_mA2_mHp2(const double MZ2, const double MW2, const double mA2, const double mHp2) const
.
gslpp::complex
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
THDM::getmHp2
double getmHp2() const
A method get the squared charged Higgs mass.
Definition: THDM.h:457
THDM::getmHh2
double getmHh2() const
A method get the squared mass of the "non-125 GeV" neutral scalar Higgs.
Definition: THDM.h:365
THDMcache::B00_MZ2_MW2_MW2_mHh2
gslpp::complex B00_MZ2_MW2_MW2_mHh2(const double MZ2, const double MW2, const double mHh2) const
.
THDMcache::B00_MZ2_MW2_mHp2_mHp2
gslpp::complex B00_MZ2_MW2_mHp2_mHp2(const double MZ2, const double MW2, const double mHp2) const
.
DeltaS
An observable class for the THDM contribution to the electroweak Peskin-Takeuchi pseudo-observable .
Definition: STU.h:58
STU::myTHDM
const THDM * myTHDM
Definition: STU.h:37
STU::STU
STU(const StandardModel &SM_i)
Constructor.
Definition: STU.cpp:12
DeltaS::computeThValue
double computeThValue()
THDM contribution to .
Definition: STU.cpp:48
THDM::getsin_ba
double getsin_ba() const
A method get .
Definition: THDM.h:315
THDMcache::B00_MZ2_MW2_MW2_mHl2
gslpp::complex B00_MZ2_MW2_MW2_mHl2(const double MZ2, const double MW2, const double mHl2) const
.
THDMcache::B00_MZ2_0_mA2_mHp2
gslpp::complex B00_MZ2_0_mA2_mHp2(const double MZ2, const double mA2, const double mHp2) const
.
STU::mycache
THDMcache * mycache
Definition: STU.h:49
StandardModel::getMz
double getMz() const
A get method to access the mass of the boson .
Definition: StandardModel.h:721
THDMcache::B00_MZ2_0_mHl2_mHp2
gslpp::complex B00_MZ2_0_mHl2_mHp2(const double MZ2, const double mHl2, const double mHp2) const
.
THDMcache::B00_MZ2_0_mHp2_mHp2
gslpp::complex B00_MZ2_0_mHp2_mHp2(const double MZ2, const double mHp2) const
.
StandardModel::Mw_tree
virtual double Mw_tree() const
The tree-level mass of the boson, .
Definition: StandardModel.cpp:951
THDM::getmHl2
double getmHl2() const
A method get the squared mass of the lighter neutral scalar Higgs.
Definition: THDM.h:339
THDMcache::B00_MZ2_MW2_mHh2_mHp2
gslpp::complex B00_MZ2_MW2_mHh2_mHp2(const double MZ2, const double MW2, const double mHh2, const double mHp2) const
.
THDMcache::B0_MZ2_MW2_MW2_mHl2
gslpp::complex B0_MZ2_MW2_MW2_mHl2(const double MZ2, const double MW2, const double mHl2) const
.
gslpp::complex::real
const double & real() const
Definition: gslpp_complex.cpp:53
THDMcache::B00_MZ2_0_MW2_mHl2
gslpp::complex B00_MZ2_0_MW2_mHl2(const double MZ2, const double MW2, const double mHl2) const
.
THDMcache::B0_MZ2_MW2_MW2_mHh2
gslpp::complex B0_MZ2_MW2_MW2_mHh2(const double MZ2, const double MW2, const double mHh2) const
.
THDMcache::B00_MZ2_0_MW2_mHh2
gslpp::complex B00_MZ2_0_MW2_mHh2(const double MZ2, const double MW2, const double mHh2) const
.
THDMcache::B0_MZ2_0_MW2_mHh2
gslpp::complex B0_MZ2_0_MW2_mHh2(const double MZ2, const double MW2, const double mHh2) const
.