mHpTHDMW.
More...
#include <THDMWquantities.h>
mHpTHDMW.
Definition at line 329 of file THDMWquantities.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.
|
| |
◆ mHpTHDMW()
mHpTHDMW constructor.
Definition at line 178 of file THDMWquantities.cpp.
180{}
A base class for symmetric Two-Higgs-Doublet-Manohar-Wise models.
A class for a model prediction of an observable.
◆ computeThValue()
| double mHpTHDMW::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(m_{H^+}\)
Implements ThObservable.
Definition at line 182 of file THDMWquantities.cpp.
183{
185 if (msq<0.)
186 {
187 return std::numeric_limits<double>::quiet_NaN();
188 }
189 else
190 {
191 return sqrt(msq);
192 }
193}
THDMWcache * getMyTHDMWCache() const
A method get the THDMWCache.
◆ myTHDMW
| const THDMW& mHpTHDMW::myTHDMW |
|
private |
The documentation for this class was generated from the following files: