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

#include <LRSMquantities.h>

+ Inheritance diagram for MH01_app1:

Detailed Description

Definition at line 249 of file LRSMquantities.h.

Public Member Functions

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

Public Attributes

const LeftRightSymmetricModelmyLRSM
 

Additional Inherited Members

- 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

◆ MH01_app1()

MH01_app1::MH01_app1 ( const StandardModel SM_i)

MH01_app1 constructor.

Definition at line 310 of file LRSMquantities.cpp.

311: ThObservable(SM_i), myLRSM(static_cast<const LeftRightSymmetricModel*> (&SM_i))
312{
313}
A base class for generic Left Right Symmetric Models.
const LeftRightSymmetricModel * myLRSM
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32

Member Function Documentation

◆ computeThValue()

double MH01_app1::computeThValue ( )
virtual
Returns
approximate \(m_{H^0_1}\) according to 1612.09146

Implements ThObservable.

Definition at line 315 of file LRSMquantities.cpp.

316{
317 double vev = myLRSM->v();
318 double xi = myLRSM->getxi_LRSM();
319 double kappasq = 0.5 * vev * vev * (1.0 - xi * xi);
320 double lambda1 = myLRSM->getlambda1_LRSM();
321 double rho1 = myLRSM->getrho1_LRSM();
322 double alpha1 = myLRSM->getalpha1_LRSM();
323
324 return sqrt(kappasq * (4.0 * lambda1 - (alpha1 * alpha1) / rho1));
325}
const double v() const
The Higgs vacuum expectation value.
parameter of the Higgs potential
A class for , relevant for mesons mixing in the Standard Model.
Definition: xi.h:23

Member Data Documentation

◆ myLRSM

const LeftRightSymmetricModel* MH01_app1::myLRSM

Definition at line 262 of file LRSMquantities.h.


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