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

Eigenvalue of the \(\Phi \Phi \to \Phi \Phi\) scattering matrix. More...

#include <unitarity.h>

+ Inheritance diagram for unitarity6:

Detailed Description

Eigenvalue of the \(\Phi \Phi \to \Phi \Phi\) scattering matrix.

\(\Lambda^{even}_{00-}\).

Definition at line 160 of file unitarity.h.

Public Member Functions

double computeThValue ()
 
 unitarity6 (const StandardModel &SM_i)
 Constructor for \(\Lambda^{even}_{00-}\) from equations (9) in [Ginzburg:2005dt].
 
- Public Member Functions inherited from unitarity
 unitarity (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 unitarity
const THDMmyTHDM
 
- 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

◆ unitarity6()

unitarity6::unitarity6 ( const StandardModel SM_i)

Constructor for \(\Lambda^{even}_{00-}\) from equations (9) in [Ginzburg:2005dt].

Definition at line 152 of file unitarity.cpp.

153: unitarity(SM_i)
154{}
An observable class for the requirement of tree level perturbative unitarity.
Definition unitarity.h:31

Member Function Documentation

◆ computeThValue()

double unitarity6::computeThValue ( )
virtual
Returns
\(\Lambda^{even}_{00-}=\frac{3}{2}(\lambda_1+\lambda_2)-\frac{1}{2}\sqrt{9(\lambda_1-\lambda_2)^2+4(2\lambda_3+\lambda_4)^2}\)

Corresponds to \(a_-\) from equation (2.6) in [Akeroyd:2000wc].

Reimplemented from unitarity.

Definition at line 156 of file unitarity.cpp.

157{
158 double mHl2=myTHDM->getmHl2();
159 double mA2=myTHDM->getmA2();
160 double mHh2=myTHDM->getmHh2();
161 double mHp2=myTHDM->getmHp2();
162 double vev=myTHDM->v();
163 double sina=myTHDM->getsina();
164 double cosa=myTHDM->getcosa();
165 double tanb=myTHDM->gettanb();
166 double sinb=myTHDM->getsinb();
167 double cosb=myTHDM->getcosb();
168 double m12_2=myTHDM->getm12_2();
169
170 return (3.0*((mHh2/cosb/cosb +mHl2/sinb/sinb)*cosa*cosa
171 +(mHl2/cosb/cosb + mHh2/sinb/sinb)*sina*sina
172 -m12_2*(1.0/tanb/sinb/sinb + tanb/cosb/cosb))
173 -sqrt(4.0*pow(mA2 + 2.0*mHp2
174 -(m12_2 +2.0*(mHl2 - mHh2)*cosa*sina)/(cosb*sinb),2)
175 +(9.0*pow((mHl2 - mHh2)*(cosa*cosa - sina*sina)
176 +(mHl2 + mHh2 -(2.0*m12_2)/(cosb*sinb))
177 *(cosb*cosb - sinb*sinb),2))
178 /(4.0*pow(cosb,4)*pow(sinb,4))))/(2.0*vev*vev);
179}
const double v() const
The Higgs vacuum expectation value.
double gettanb() const
A method get .
Definition THDM.h:283
double getmHh2() const
A method get the squared mass of the "non-125 GeV" neutral scalar Higgs.
Definition THDM.h:365
double getsinb() const
A method get .
Definition THDM.h:291
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 getm12_2() const
A method get the parameter of the Higgs potential .
Definition THDM.h:491
double getcosb() const
A method get .
Definition THDM.h:299
double getcosa() const
A method get .
Definition THDM.h:323
double getsina() const
A method get .
Definition THDM.h:331
double getmA2() const
A method get the squared mass of the pseudoscalar Higgs A.
Definition THDM.h:423
const THDM * myTHDM
Definition unitarity.h:45

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