a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GammaZhad.h
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#ifndef GAMMAZHAD_H
9#define GAMMAZHAD_H
10
11#include <stdexcept>
12#include <ThObservable.h>
13
28class GammaZhad : public ThObservable {
29public:
30
36 : ThObservable(SM_i)
37 {
38 };
39
45 double computeThValue();
46
47
48private:
49
50
51};
52
53#endif /* GAMMAZHAD_H */
54
An observable class for the hadronic decay width of the boson.
Definition: GammaZhad.h:28
double computeThValue()
The hadronic decay width of the boson, , in units of GeV.
Definition: GammaZhad.cpp:11
GammaZhad(const StandardModel &SM_i)
Constructor.
Definition: GammaZhad.h:35
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25