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

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

#include <unitarity.h>

+ Inheritance diagram for unitarity4:

Detailed Description

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

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

Definition at line 118 of file unitarity.h.

Public Member Functions

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

◆ unitarity4()

unitarity4::unitarity4 ( const StandardModel SM_i)

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

Definition at line 97 of file unitarity.cpp.

98: unitarity(SM_i)
99{}
unitarity(const StandardModel &SM_i)
Constructor.
Definition: unitarity.cpp:12

Member Function Documentation

◆ computeThValue()

double unitarity4::computeThValue ( )
virtual
Returns
\(\Lambda^{even}_{01-}=\frac{1}{2}(\lambda_1+\lambda_2-\sqrt{(\lambda_1-\lambda_2)^2+4\lambda_4^2})\)

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

Reimplemented from unitarity.

Definition at line 101 of file unitarity.cpp.

102{
103 double mHl2=myTHDM->getmHl2();
104 double mA2=myTHDM->getmA2();
105 double mHh2=myTHDM->getmHh2();
106 double mHp2=myTHDM->getmHp2();
107 double vev=myTHDM->v();
108 double sina=myTHDM->getsina();
109 double cosa=myTHDM->getcosa();
110 double tanb=myTHDM->gettanb();
111 double sinb=myTHDM->getsinb();
112 double cosb=myTHDM->getcosb();
113 double m12_2=myTHDM->getm12_2();
114
115 return ((mHl2*cosa*cosa +mHh2*sina*sina -m12_2/tanb)/sinb/sinb
116 +(mHh2*cosa*cosa +mHl2*sina*sina - m12_2*tanb)/cosb/cosb
117 -sqrt(4.0*pow(mA2 -2*mHp2 +m12_2/(cosb*sinb),2)
118 +pow((mHl2/cosb/cosb -mHh2/sinb/sinb)*sina*sina
119 +(mHh2/cosb/cosb -mHl2/sinb/sinb)*cosa*cosa
120 +m12_2/tanb/sinb/sinb -m12_2*tanb/cosb/cosb,2)))/(2.0*vev*vev);
121}
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: