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

An observable class for the quartic Higgs potential coupling \(\lambda_4^\text{HH}\). More...

#include <THDMquantities.h>

+ Inheritance diagram for HHlambda4:

Detailed Description

An observable class for the quartic Higgs potential coupling \(\lambda_4^\text{HH}\).

This class is used to compute the quartic Higgs potential coupling \(\lambda_4^\text{HH}\), see (4.8) in [Gunion:1989we].

Definition at line 1195 of file THDMquantities.h.

Public Member Functions

double computeThValue ()
 The quartic coupling \(\lambda_4^\text{HH}\).
 
 HHlambda4 (const StandardModel &SM_i)
 HHlambda4 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.
 

Public Attributes

const THDMmyTHDM
 

Additional Inherited Members

- 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

◆ HHlambda4()

HHlambda4::HHlambda4 ( const StandardModel SM_i)

HHlambda4 constructor.

Definition at line 886 of file THDMquantities.cpp.

887: ThObservable(SM_i), myTHDM(static_cast<const THDM*> (&SM_i))
888{}
const THDM * myTHDM
A base class for symmetric Two-Higgs-Doublet models.
Definition THDM.h:120
A class for a model prediction of an observable.

Member Function Documentation

◆ computeThValue()

double HHlambda4::computeThValue ( )
virtual

The quartic coupling \(\lambda_4^\text{HH}\).

Returns
\(\lambda_4^\text{HH}\)

Implements ThObservable.

Definition at line 890 of file THDMquantities.cpp.

891{
892 double vev=myTHDM->v();
893 double mHp2=myTHDM->getmHp2();
894
895 return (2.0*mHp2)/(vev*vev);
896}
const double v() const
The Higgs vacuum expectation value.
double getmHp2() const
A method get the squared charged Higgs mass.
Definition THDM.h:457

Member Data Documentation

◆ myTHDM

const THDM* HHlambda4::myTHDM

Definition at line 1209 of file THDMquantities.h.


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