#include <HiggsThObservables.h>
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 4772 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.
|
| |
◆ muZHbb()
| muZHbb::muZHbb |
( |
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 3385 of file HiggsThObservables.cpp.
3387{
3389 throw std::runtime_error("muZHbb called with a class whose parent is not NPbase");
3390}
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 muZHbb::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
Implements ThObservable.
Definition at line 3392 of file HiggsThObservables.cpp.
3393{
3394 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
3395
3396
3397
3402
3405 double Br1 = dGammaR1-dGammaRTot1;
3406 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
3407
3408 double mu;
3409
3410 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
3411
3412 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
3413
3414 return mu;
3415
3416 } else {
3418 }
3419}
virtual const double delta_muZH_2(const double sqrt_s) const
virtual const double deltaGammaHbbRatio2() const
virtual const double deltaGammaTotalRatio1() const
virtual const double muZHbb(const double sqrt_s) const
virtual const double deltaGammaTotalRatio2() const
virtual const double deltaGammaHbbRatio1() const
virtual const double delta_muZH_1(const double sqrt_s) const
const StandardModel & getModel()
A get method to get the model.
◆ myNPbase
| const NPbase* muZHbb::myNPbase |
|
private |
◆ sqrt_s
| const double muZHbb::sqrt_s |
|
private |
The documentation for this class was generated from the following files: