mSITHDMW.
More...
#include <THDMWquantities.h>
mSITHDMW.
Definition at line 285 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.
|
| |
◆ mSITHDMW()
mSITHDMW constructor.
Definition at line 152 of file THDMWquantities.cpp.
154{}
A base class for symmetric Two-Higgs-Doublet-Manohar-Wise models.
A class for a model prediction of an observable.
◆ computeThValue()
| double mSITHDMW::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(m_{Im[S]}\)
Implements ThObservable.
Definition at line 156 of file THDMWquantities.cpp.
157{
159 if (msq<0.)
160 {
161 return std::numeric_limits<double>::quiet_NaN();
162 }
163 else
164 {
165 return sqrt(msq);
166 }
167}
THDMWcache * getMyTHDMWCache() const
A method get the THDMWCache.
◆ myTHDMW
| const THDMW& mSITHDMW::myTHDMW |
|
private |
The documentation for this class was generated from the following files: