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