mSRTHDMW.
More...
#include <THDMWquantities.h>
mSRTHDMW.
Definition at line 241 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.
|
| |
◆ mSRTHDMW()
mSRTHDMW constructor.
Definition at line 126 of file THDMWquantities.cpp.
128{}
A base class for symmetric Two-Higgs-Doublet-Manohar-Wise models.
A class for a model prediction of an observable.
◆ computeThValue()
| double mSRTHDMW::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(m_{Re[S]}\)
Implements ThObservable.
Definition at line 130 of file THDMWquantities.cpp.
131{
133 if (msq<0.)
134 {
135 return std::numeric_limits<double>::quiet_NaN();
136 }
137 else
138 {
139 return sqrt(msq);
140 }
141}
THDMWcache * getMyTHDMWCache() const
A method get the THDMWCache.
◆ myTHDMW
| const THDMW& mSRTHDMW::myTHDMW |
|
private |
The documentation for this class was generated from the following files: