#include <HiggsThObservables.h>
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 4510 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.
|
| |
◆ muVBFpVHtautau()
| muVBFpVHtautau::muVBFpVHtautau |
( |
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 3064 of file HiggsThObservables.cpp.
3066{
3068 throw std::runtime_error("muVBFpVHtautau called with a class whose parent is not NPbase");
3069}
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 muVBFpVHtautau::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
Implements ThObservable.
Definition at line 3071 of file HiggsThObservables.cpp.
3072{
3073 if ((this->
getModel()).isModelLinearized()) {
3075 } else {
3077 }
3078}
virtual const double muVBFpVH(const double sqrt_s) const
The ratio between the sum of VBF and WH+ZH associated production cross-section in the current model ...
virtual const double BrHtautauRatio() 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* muVBFpVHtautau::myNPbase |
|
private |
◆ sqrt_s
| const double muVBFpVHtautau::sqrt_s |
|
private |
The documentation for this class was generated from the following files: