a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Hdecays.cpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#include "Hdecays.h"
9#include "StandardModel.h"
10
12{
13 return SM.GammaHtobb();
14}
15
17{
18 return SM.GammaHtocc();
19}
20
22{
23 return SM.GammaHtoss();
24}
25
27{
28 return SM.GammaHtotautau();
29}
30
32{
33 return SM.GammaHtomumu();
34}
35
37{
38 return SM.GammaHtoWWstar();
39}
40
42{
43 return SM.GammaHtoZZstar();
44}
45
47{
48 return SM.GammaHtogaga();
49}
50
52{
53 return SM.GammaHtoZga();
54}
55
57{
58 return SM.GammaHtogg();
59}
60
62{
63 return SM.GammaHTot();
64}
double computeThValue()
The Higgs decay to .
Definition: Hdecays.cpp:36
double computeThValue()
The the Higgs decay to .
Definition: Hdecays.cpp:41
double computeThValue()
The Higgs decay to Z and photon .
Definition: Hdecays.cpp:51
double computeThValue()
The Higgs decay to bb .
Definition: Hdecays.cpp:11
double computeThValue()
The Higgs decay to cc .
Definition: Hdecays.cpp:16
double computeThValue()
The Higgs decay to two photons .
Definition: Hdecays.cpp:46
double computeThValue()
The Higgs decay to gg .
Definition: Hdecays.cpp:56
double computeThValue()
The Higgs decay to muons .
Definition: Hdecays.cpp:31
double computeThValue()
The Higgs decay to ss .
Definition: Hdecays.cpp:21
double computeThValue()
The Higgs decay to tau leptons .
Definition: Hdecays.cpp:26
double computeThValue()
The Higgs decay width.
Definition: Hdecays.cpp:61
virtual const double GammaHtoZZstar() const
The in the Standard Model.
virtual const double GammaHtotautau() const
The in the Standard Model.
virtual const double GammaHtogaga() const
The in the Standard Model.
virtual const double GammaHtobb() const
The in the Standard Model.
virtual const double GammaHtogg() const
The in the Standard Model.
virtual const double GammaHtoZga() const
The in the Standard Model.
virtual const double GammaHtocc() const
The in the Standard Model.
virtual const double GammaHtoss() const
The in the Standard Model.
virtual const double GammaHtoWWstar() const
The in the Standard Model.
virtual const double GammaHtomumu() const
The in the Standard Model.
virtual const double GammaHTot() const
The total Higgs width in the Standard Model.
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121