a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2sigmaCharm.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 "LEP2sigmaCharm.h"
9 
10 
12 {
13  double sigma_charm = SM.LEP2sigmaCharm(s);
14 
15  return ( sigma_charm*SM.GeVminus2_to_nb*1000.0 );
16 }
17 
LEP2ThObservable::s
const double s
Definition: LEP2ThObservable.h:48
LEP2sigmaCharm::computeThValue
double computeThValue()
Definition: LEP2sigmaCharm.cpp:11
LEP2sigmaCharm.h
StandardModel::LEP2sigmaCharm
virtual double LEP2sigmaCharm(const double s) const
Definition: StandardModel.cpp:2924
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
StandardModel::GeVminus2_to_nb
static const double GeVminus2_to_nb
Definition: StandardModel.h:514