#include <HiggsThObservables.h>
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 3664 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.
|
| |
◆ muZHZZ4l()
| muZHZZ4l::muZHZZ4l |
( |
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 2226 of file HiggsThObservables.cpp.
2228{
2230 throw std::runtime_error("muZHZZ4l called with a class whose parent is not NPbase");
2231}
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 muZHZZ4l::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
Implements ThObservable.
Definition at line 2233 of file HiggsThObservables.cpp.
2234{
2235 if ((this->
getModel()).isModelLinearized()) {
2237 } else {
2239 }
2240}
virtual const double muZH(const double sqrt_s) const
The ratio between the Z-Higgs associated production cross-section in the current model and in the St...
virtual const double BrH4lRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double muZHZZ4l(const double sqrt_s) const
const StandardModel & getModel()
A get method to get the model.
◆ myNPbase
| const NPbase* muZHZZ4l::myNPbase |
|
private |
◆ sqrt_s
| const double muZHZZ4l::sqrt_s |
|
private |
The documentation for this class was generated from the following files: