The mass difference between the charged Higgs and the SM Higgs.
More...
#include <GeneralTHDMquantities.h>
The mass difference between the charged Higgs and the SM Higgs.
Definition at line 224 of file GeneralTHDMquantities.h.
|
| double | max |
| | the bin maximum.
|
| |
| double | min |
| | The bin minimum.
|
| |
| std::vector< std::string > | parametersForObservable |
| | a vector of parameter namesfor the specific observable
|
| |
| const StandardModel & | SM |
| | A reference to an object of StandardMode class.
|
| |
◆ mHpmmH1_GTHDM()
◆ computeThValue()
| double mHpmmH1_GTHDM::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of the mass of the charged Higgs minus the mass of H1
Implements ThObservable.
Definition at line 119 of file GeneralTHDMquantities.cpp.
120{
121 if(
myGTHDM.getMyGTHDMCache()->mH1sq < 0.)
122 return std::numeric_limits<double>::quiet_NaN();
123 else
124 return sqrt(
myGTHDM.getMyGTHDMCache()->mHp2) - sqrt(
myGTHDM.getMyGTHDMCache()->mH1sq);
125}
◆ myGTHDM
| const GeneralTHDM& mHpmmH1_GTHDM::myGTHDM |
|
private |
The documentation for this class was generated from the following files: