#include <HiggsThObservables.h>
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 3983 of file HiggsThObservables.h.
◆ muggHpbbH_HWW()
muggHpbbH_HWW::muggHpbbH_HWW |
( |
const StandardModel & |
SM_i, |
|
|
const double |
sqrt_s_i |
|
) |
| |
Constructor.
- Parameters
-
[in] | SM_i | a reference to a StandardModel object or to any extension of it |
[in] | sqrt_s_i | the center-of-mass energy in TeV |
Definition at line 2519 of file HiggsThObservables.cpp.
2523 throw std::runtime_error(
"muggHpbbH_HWW called with a class whose parent is not NPbase");
The auxiliary base model class for other model classes.
ThObservable(const StandardModel &SM_i)
Constructor.
const StandardModel & SM
A reference to an object of StandardMode class.
◆ computeThValue()
double muggHpbbH_HWW::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
Implements ThObservable.
Definition at line 2526 of file HiggsThObservables.cpp.
2528 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
2539 double Br1 = dGammaR1-dGammaRTot1;
2540 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
2544 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
2546 if (mu < 0)
return std::numeric_limits<double>::quiet_NaN();
2557 if (NPmuggHpbbH_HWW == 1.0){
2560 return NPmuggHpbbH_HWW;
virtual const double deltaGammaTotalRatio1() const
virtual const double deltaGammaHWWRatio1() const
virtual const double delta_muggH_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio2() const
virtual const double delta_muggH_2(const double sqrt_s) const
virtual const double deltaGammaHWWRatio2() const
virtual const double muggHWW(const double sqrt_s) const
virtual const double muggHpbbH_HWW(const double sqrt_s) const
const StandardModel & getModel()
A get method to get the model.
◆ myNPbase
const NPbase* muggHpbbH_HWW::myNPbase |
|
private |
◆ sqrt_s
const double muggHpbbH_HWW::sqrt_s |
|
private |
The documentation for this class was generated from the following files: