The mass difference between the second neutral Higgs and the charged Higgs.
More...
#include <GeneralTHDMquantities.h>
The mass difference between the second neutral Higgs and the charged Higgs.
Definition at line 180 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.
|
| |
◆ mH2mmHp_GTHDM()
◆ computeThValue()
| double mH2mmHp_GTHDM::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of the mass of H2 minus the mass of the charged Higgs
Implements ThObservable.
Definition at line 95 of file GeneralTHDMquantities.cpp.
96{
97 if(
myGTHDM.getMyGTHDMCache()->mH2sq < 0.)
98 return std::numeric_limits<double>::quiet_NaN();
99 else
100 return sqrt(
myGTHDM.getMyGTHDMCache()->mH2sq) - sqrt(
myGTHDM.getMyGTHDMCache()->mHp2);
101}
◆ myGTHDM
| const GeneralTHDM& mH2mmHp_GTHDM::myGTHDM |
|
private |
The documentation for this class was generated from the following files: