#include <HiggsThObservables.h>
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 3015 of file HiggsThObservables.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.
|
| |
◆ muggHpbbH_Hgaga()
| muggHpbbH_Hgaga::muggHpbbH_Hgaga |
( |
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 1437 of file HiggsThObservables.cpp.
1439{
1441 throw std::runtime_error("muggHpbbH_Hgaga called with a class whose parent is not NPbase");
1442}
The auxiliary base model class for other model classes.
A class for a model prediction of an observable.
const StandardModel & SM
A reference to an object of StandardMode class.
◆ computeThValue()
| double muggHpbbH_Hgaga::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
Implements ThObservable.
Definition at line 1444 of file HiggsThObservables.cpp.
1445{
1446 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
1447
1448
1453
1456 double Br1 = dGammaR1-dGammaRTot1;
1457 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
1458
1459 double mu;
1460
1461 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
1462
1463 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
1464
1465 return mu;
1466
1467 } else {
1468
1469
1470
1471
1473 if (NPmuggHpbbH_Hgaga == 1.0){
1475 } else{
1476 return NPmuggHpbbH_Hgaga;
1477 }
1478 }
1479}
virtual const double deltaGammaTotalRatio1() const
virtual const double muggHgaga(const double sqrt_s) const
virtual const double delta_muggH_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio2() const
virtual const double deltaGammaHgagaRatio2() const
virtual const double deltaGammaHgagaRatio1() const
virtual const double muggHpbbH_Hgaga(const double sqrt_s) const
virtual const double delta_muggH_2(const double sqrt_s) const
const StandardModel & getModel()
A get method to get the model.
◆ myNPbase
| const NPbase* muggHpbbH_Hgaga::myNPbase |
|
private |
◆ sqrt_s
| const double muggHpbbH_Hgaga::sqrt_s |
|
private |
The documentation for this class was generated from the following files: