mSpTHDMW.
More...
#include <THDMWquantities.h>
mSpTHDMW.
Definition at line 373 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.
|
| |
◆ mSpTHDMW()
mSpTHDMW constructor.
Definition at line 204 of file THDMWquantities.cpp.
206{}
A base class for symmetric Two-Higgs-Doublet-Manohar-Wise models.
A class for a model prediction of an observable.
◆ computeThValue()
| double mSpTHDMW::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(m_{S^+}\)
Implements ThObservable.
Definition at line 208 of file THDMWquantities.cpp.
209{
211 if (msq<0.)
212 {
213 return std::numeric_limits<double>::quiet_NaN();
214 }
215 else
216 {
217 return sqrt(msq);
218 }
219}
THDMWcache * getMyTHDMWCache() const
A method get the THDMWCache.
◆ myTHDMW
| const THDMW& mSpTHDMW::myTHDMW |
|
private |
The documentation for this class was generated from the following files: