#include <HiggsThObservables.h>
Definition at line 5549 of file HiggsThObservables.h.
◆ WHtautau()
WHtautau::WHtautau |
( |
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 3922 of file HiggsThObservables.cpp.
3926 throw std::runtime_error(
"WWHtautau called with a class whose parent is not NPbase");
The auxiliary base model class for other model classes.
ThObservable(const StandardModel &SM_i)
Constructor.
const StandardModel & SM
A reference to an object of StandardMode class.
◆ computeThValue()
double WHtautau::computeThValue |
( |
| ) |
|
|
virtual |
A method to compute the value of \(\sigma(WH) Br(\tau\tau)\).
- Returns
- \(\sigma(WH) Br(\tau\tau)\).
Implements ThObservable.
Definition at line 3928 of file HiggsThObservables.cpp.
3930 double SM_prediction = 0.0462;
3931 if ((this->
getModel()).isModelLinearized()) {
virtual const double muWH(const double sqrt_s) const
The ratio between the W-Higgs associated production cross-section in the current model and in the St...
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* WHtautau::myNPbase |
|
private |
◆ sqrt_s
const double WHtautau::sqrt_s |
|
private |
The documentation for this class was generated from the following files: