The mass difference between the third neutral Higgs and the SM Higgs.
More...
#include <GeneralTHDMquantities.h>
The mass difference between the third neutral Higgs and the SM Higgs.
Definition at line 136 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.
|
| |
◆ mH3mmH1_GTHDM()
◆ computeThValue()
| double mH3mmH1_GTHDM::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of the mass of H3 minus the mass of H1
Implements ThObservable.
Definition at line 83 of file GeneralTHDMquantities.cpp.
84{
85 if(
myGTHDM.getMyGTHDMCache()->mH3sq < 0. ||
myGTHDM.getMyGTHDMCache()->mH1sq < 0.)
86 return std::numeric_limits<double>::quiet_NaN();
87 else
88 return sqrt(
myGTHDM.getMyGTHDMCache()->mH3sq) - sqrt(
myGTHDM.getMyGTHDMCache()->mH1sq);
89}
◆ myGTHDM
| const GeneralTHDM& mH3mmH1_GTHDM::myGTHDM |
|
private |
The documentation for this class was generated from the following files: