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

Controls that the scalar THDMW potential is bounded from below. More...

#include <GMpositivity.h>

+ Inheritance diagram for GMpositivity2:

Detailed Description

Controls that the scalar THDMW potential is bounded from below.

\(2\lambda_2+\lambda_3>0\).

Author
HEPfit Collaboration

Definition at line 55 of file GMpositivity.h.

Public Member Functions

double computeThValue ()
 
 GMpositivity2 (const StandardModel &SM_i)
 GMpositivity2 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.
 

Private Attributes

const GeorgiMachacekmyGM
 

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

◆ GMpositivity2()

GMpositivity2::GMpositivity2 ( const StandardModel SM_i)

GMpositivity2 constructor.

Definition at line 26 of file GMpositivity.cpp.

27: ThObservable(SM_i), myGM(static_cast<const GeorgiMachacek&> (SM_i))
28{}
const GeorgiMachacek & myGM
A base class for the GeorgiMachacek model.
A class for a model prediction of an observable.

Member Function Documentation

◆ computeThValue()

double GMpositivity2::computeThValue ( )
virtual
Returns
\(2\lambda_2+\lambda_3\)

Implements ThObservable.

Definition at line 30 of file GMpositivity.cpp.

31{
32 double lambda2 = myGM.getMyGMCache()->lambda2;
33 double lambda3 = myGM.getMyGMCache()->lambda3;
34
35// std::cout<<"p2="<<2.0*lambda2+lambda3<<std::endl;
36 return 2.0*lambda2+lambda3;
37}
double lambda2
Definition GMcache.h:966
double lambda3
Definition GMcache.h:966
GMcache * getMyGMCache() const
A method get the GeorgiMachacekCache.
An observable class for the quartic Higgs potential coupling .
An observable class for the quartic Higgs potential coupling .

Member Data Documentation

◆ myGM

const GeorgiMachacek& GMpositivity2::myGM
private

Definition at line 68 of file GMpositivity.h.


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