a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GammaZhad.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 "GammaZhad.h"
9 #include "StandardModel.h"
10 
12 {
13  return SM.Gamma_had();
14 }
15 
GammaZhad.h
StandardModel.h
StandardModel::Gamma_had
virtual double Gamma_had() const
The hadronic decay width of the boson, .
Definition: StandardModel.cpp:1309
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
GammaZhad::computeThValue
double computeThValue()
The hadronic decay width of the boson, , in units of GeV.
Definition: GammaZhad.cpp:11