#include <HiggsThObservables.h>
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 2957 of file HiggsThObservables.h.
◆ mutHgaga()
mutHgaga::mutHgaga |
( |
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 1395 of file HiggsThObservables.cpp.
1399 throw std::runtime_error(
"mutHgaga 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 mutHgaga::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
Implements ThObservable.
Definition at line 1402 of file HiggsThObservables.cpp.
1404 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
1414 double Br1 = dGammaR1-dGammaRTot1;
1415 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
1419 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
1421 if (mu < 0)
return std::numeric_limits<double>::quiet_NaN();
1429 if(NPmutHgaga==1.0){
virtual const double delta_mutH_2(const double sqrt_s) const
virtual const double delta_mutH_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio1() const
virtual const double deltaGammaTotalRatio2() const
virtual const double deltaGammaHgagaRatio2() const
virtual const double deltaGammaHgagaRatio1() const
virtual const double mutHgaga(const double sqrt_s) const
virtual const double BrHgagaRatio() 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...
const StandardModel & getModel()
A get method to get the model.
◆ myNPbase
const NPbase* mutHgaga::myNPbase |
|
private |
◆ sqrt_s
const double mutHgaga::sqrt_s |
|
private |
The documentation for this class was generated from the following files: