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