The mass difference between the third neutral Higgs and the charged Higgs.
More...
#include <GeneralTHDMquantities.h>
The mass difference between the third neutral Higgs and the charged Higgs.
Definition at line 158 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.
|
| |
◆ mH3mmHp_GTHDM()
◆ computeThValue()
| double mH3mmHp_GTHDM::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of the mass of H3 minus the mass of the charged Higgs
Implements ThObservable.
Definition at line 71 of file GeneralTHDMquantities.cpp.
72{
73 if(
myGTHDM.getMyGTHDMCache()->mH3sq < 0.)
74 return std::numeric_limits<double>::quiet_NaN();
75 else
76 return sqrt(
myGTHDM.getMyGTHDMCache()->mH3sq) - sqrt(
myGTHDM.getMyGTHDMCache()->mHp2);
77}
◆ myGTHDM
| const GeneralTHDM& mH3mmHp_GTHDM::myGTHDM |
|
private |
The documentation for this class was generated from the following files: