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