#include <HiggsThObservables.h>
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 3514 of file HiggsThObservables.h.
◆ muttHptH_Hmumu()
muttHptH_Hmumu::muttHptH_Hmumu |
( |
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 2080 of file HiggsThObservables.cpp.
2084 throw std::runtime_error(
"muttHptH_Hmumu 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 muttHptH_Hmumu::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
Implements ThObservable.
Definition at line 2087 of file HiggsThObservables.cpp.
2094 double xsSM_ttH = 0.499873;
2095 double xsSM_tH = 0.0821;
2098 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
2109 double Br1 = dGammaR1-dGammaRTot1;
2110 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
2114 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
2116 if (mu < 0)
return std::numeric_limits<double>::quiet_NaN();
2125 if(NPmuttHptH_Hmumu==1.0){
2128 return NPmuttHptH_Hmumu;
virtual const double delta_mutH_2(const double sqrt_s) const
virtual const double muttH(const double sqrt_s) const
The ratio between the t-tbar-Higgs associated production cross-section in the current model and in t...
virtual const double deltaGammaTotalRatio1() const
virtual const double deltaGammaHmumuRatio1() const
virtual const double delta_muttH_2(const double sqrt_s) const
virtual const double deltaGammaHmumuRatio2() const
virtual const double deltaGammaTotalRatio2() const
virtual const double BrHmumuRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double mutH(const double sqrt_s) const
The ratio between the t-Higgs associated production cross-section in the current model and in the St...
virtual const double muttHptH_Hmumu(const double sqrt_s) const
const StandardModel & getModel()
A get method to get the model.
◆ myNPbase
const NPbase* muttHptH_Hmumu::myNPbase |
|
private |
◆ sqrt_s
const double muttHptH_Hmumu::sqrt_s |
|
private |
The documentation for this class was generated from the following files: