#include <HiggsThObservables.h>
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 2813 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.
|
| |
◆ muVBFHgaga()
| muVBFHgaga::muVBFHgaga |
( |
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 1236 of file HiggsThObservables.cpp.
1238{
1240 throw std::runtime_error("muVBFHgaga called with a class whose parent is not NPbase");
1241}
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 muVBFHgaga::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
Implements ThObservable.
Definition at line 1243 of file HiggsThObservables.cpp.
1244{
1245 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
1246
1247
1248
1253
1256 double Br1 = dGammaR1-dGammaRTot1;
1257 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
1258
1259 double mu;
1260
1261 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
1262
1263 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
1264
1265 return mu;
1266 } else {
1268 }
1269}
virtual const double deltaGammaTotalRatio1() const
virtual const double delta_muVBF_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio2() const
virtual const double deltaGammaHgagaRatio2() const
virtual const double deltaGammaHgagaRatio1() const
virtual const double delta_muVBF_2(const double sqrt_s) const
virtual const double muVBFHgaga(const double sqrt_s) const
const StandardModel & getModel()
A get method to get the model.
◆ myNPbase
| const NPbase* muVBFHgaga::myNPbase |
|
private |
◆ sqrt_s
| const double muVBFHgaga::sqrt_s |
|
private |
The documentation for this class was generated from the following files: