#include <HiggsThObservables.h>
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 4042 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.
|
| |
◆ muVBFHWW2l2v()
| muVBFHWW2l2v::muVBFHWW2l2v |
( |
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 2581 of file HiggsThObservables.cpp.
2583{
2585 throw std::runtime_error("muVBFHWW2l2v called with a class whose parent is not NPbase");
2586}
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 muVBFHWW2l2v::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
Implements ThObservable.
Definition at line 2588 of file HiggsThObservables.cpp.
2589{
2590 if ((this->
getModel()).isModelLinearized()) {
2592 } else {
2594 }
2595}
virtual const double muVBF(const double sqrt_s) const
The ratio between the vector-boson fusion Higgs production cross-section in the current model and in...
virtual const double muVBFHWW2l2v(const double sqrt_s) const
virtual const double BrH2l2vRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
const StandardModel & getModel()
A get method to get the model.
◆ myNPbase
| const NPbase* muVBFHWW2l2v::myNPbase |
|
private |
◆ sqrt_s
| const double muVBFHWW2l2v::sqrt_s |
|
private |
The documentation for this class was generated from the following files: