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
18 #endif
19
20 return R_b;
21}
22
23
24
25
26
double computeThValue()
Definition: LEP2Rbottom.cpp:11
const double sqrt_s
const LEP2test myTEST
double RbottomTEST(const double sqrt_s_i) const
Definition: LEP2test.h:79
virtual const double LEP2Rbottom(const double s) const
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
Test Observable.