a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2Rbottom.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 "LEP2Rbottom.h"
9 
10 
12 {
13 
14  double R_b = SM.LEP2Rbottom(s);
15 
16  #ifdef LEP2TEST
17  R_b = myTEST.RbottomTEST(sqrt_s);
18  #endif
19 
20  return R_b;
21 }
22 
23 
24 
25 
26 
LEP2Rbottom::computeThValue
double computeThValue()
Definition: LEP2Rbottom.cpp:11
LEP2ThObservable::myTEST
const LEP2test myTEST
Definition: LEP2ThObservable.h:47
LEP2ThObservable::s
const double s
Definition: LEP2ThObservable.h:48
StandardModel::LEP2Rbottom
virtual double LEP2Rbottom(const double s) const
Definition: StandardModel.cpp:6274
LEP2ThObservable::sqrt_s
const double sqrt_s
Definition: LEP2ThObservable.h:48
LEP2Rbottom.h
LEP2test::RbottomTEST
double RbottomTEST(const double sqrt_s_i) const
Definition: LEP2test.h:79
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121