sigmaHadron.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #include "sigmaHadron.h"
9 
11 {
12  return ( SM.sigma0_had() * SM.GeVminus2_to_nb);
13 }
14 
15 
16 
virtual double sigma0_had() const
The hadronic cross section for at the -pole, .
static const double GeVminus2_to_nb
double computeThValue()
The cross section for the process at the pole, , in units of nb.
Definition: sigmaHadron.cpp:10
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:99