a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2sigmaHadron.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 
9 #include "LEP2sigmaHadron.h"
10 
11 
13 {
14  double sigmaH = SM.LEP2sigmaHadron(s);
15 
16  #ifdef LEP2TEST
18  #endif
19 
20  return ( sigmaH*SM.GeVminus2_to_nb*1000.0 );
21 }
22 
23 
LEP2test::sigmaHadronTEST
double sigmaHadronTEST(const double sqrt_s_i) const
Definition: LEP2test.h:44
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
LEP2sigmaHadron.h
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
StandardModel::LEP2sigmaHadron
virtual double LEP2sigmaHadron(const double s) const
Definition: StandardModel.cpp:3346
StandardModel::GeVminus2_to_nb
static const double GeVminus2_to_nb
Definition: StandardModel.h:514
LEP2sigmaHadron::computeThValue
double computeThValue()
Definition: LEP2sigmaHadron.cpp:12