mhTHDMW.
More...
#include <THDMWquantities.h>
mhTHDMW.
Definition at line 109 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.
|
| |
◆ mhTHDMW()
mhTHDMW constructor.
Definition at line 48 of file THDMWquantities.cpp.
50{}
A base class for symmetric Two-Higgs-Doublet-Manohar-Wise models.
A class for a model prediction of an observable.
◆ computeThValue()
| double mhTHDMW::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(m_h\)
Implements ThObservable.
Definition at line 52 of file THDMWquantities.cpp.
53{
55 if (msq<0.)
56 {
57 return std::numeric_limits<double>::quiet_NaN();
58 }
59 else
60 {
61 return sqrt(msq);
62 }
63}
THDMWcache * getMyTHDMWCache() const
A method get the THDMWCache.
◆ myTHDMW
| const THDMW& mhTHDMW::myTHDMW |
|
private |
The documentation for this class was generated from the following files: