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