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