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