mHHTHDMW.
More...
#include <THDMWquantities.h>
mHHTHDMW.
Definition at line 153 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.
|
| |
◆ mHHTHDMW()
mHHTHDMW constructor.
Definition at line 74 of file THDMWquantities.cpp.
76{}
A base class for symmetric Two-Higgs-Doublet-Manohar-Wise models.
A class for a model prediction of an observable.
◆ computeThValue()
| double mHHTHDMW::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(m_H\)
Implements ThObservable.
Definition at line 78 of file THDMWquantities.cpp.
79{
81 if (msq<0.)
82 {
83 return std::numeric_limits<double>::quiet_NaN();
84 }
85 else
86 {
87 return sqrt(msq);
88 }
89}
THDMWcache * getMyTHDMWCache() const
A method get the THDMWCache.
◆ myTHDMW
| const THDMW& mHHTHDMW::myTHDMW |
|
private |
The documentation for this class was generated from the following files: