The mass difference between the second neutral Higgs and the SM Higgs.
More...
#include <GeneralTHDMquantities.h>
The mass difference between the second neutral Higgs and the SM Higgs.
Definition at line 202 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.
|
| |
◆ mH2mmH1_GTHDM()
◆ computeThValue()
| double mH2mmH1_GTHDM::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of the mass of H2 minus the mass of H1
Implements ThObservable.
Definition at line 107 of file GeneralTHDMquantities.cpp.
108{
109 if(
myGTHDM.getMyGTHDMCache()->mH2sq < 0. ||
myGTHDM.getMyGTHDMCache()->mH1sq < 0.)
110 return std::numeric_limits<double>::quiet_NaN();
111 else
112 return sqrt(
myGTHDM.getMyGTHDMCache()->mH2sq) - sqrt(
myGTHDM.getMyGTHDMCache()->mH1sq);
113}
◆ myGTHDM
| const GeneralTHDM& mH2mmH1_GTHDM::myGTHDM |
|
private |
The documentation for this class was generated from the following files: