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