Ratio of the GeneralTHDM prediction and the combined ATLAS (7+8+13 TeV) upper limit for the branching ratio of \(h \to \text{invisible}\) decays.
More...
#include <GeneralTHDMLowMass.h>
Ratio of the GeneralTHDM prediction and the combined ATLAS (7+8+13 TeV) upper limit for the branching ratio of \(h \to \text{invisible}\) decays.
Definition at line 1421 of file GeneralTHDMLowMass.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.
|
| |
◆ BR_h_inv_GTHDM()
◆ computeThValue()
| double BR_h_inv_GTHDM::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \([BR^{\text{GTHDM}}(h \to \text{invisible})]_{\frac{\text{theo}}{\text{ATLAS,95\%}}}\)
Implements ThObservable.
Definition at line 617 of file GeneralTHDMLowMass.cpp.
618{
619 double BR_h_inv_theo =
myGTHDM.getMyGTHDMCache()->Gamma_h_inv /
myGTHDM.getMyGTHDMCache()->Gamma_h;
620 double BR_h_inv_ATLAS = 0.107;
621
622 return BR_h_inv_theo / BR_h_inv_ATLAS;
623}
◆ myGTHDM
| const GeneralTHDM& BR_h_inv_GTHDM::myGTHDM |
|
private |
The documentation for this class was generated from the following files: