v1.0
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
sigmaHadron.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 "
sigmaHadron.h
"
9
#include "
StandardModel.h
"
10
11
double
sigmaHadron::computeThValue
()
12
{
13
return
(
SM
.
sigma0_had
() *
SM
.
GeVminus2_to_nb
);
14
}
15
16
17
StandardModel::sigma0_had
virtual double sigma0_had() const
The hadronic cross section for at the -pole, .
Definition:
StandardModel.cpp:1344
StandardModel.h
sigmaHadron.h
sigmaHadron::computeThValue
double computeThValue()
The cross section for the process at the pole, , in units of nb.
Definition:
sigmaHadron.cpp:11
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:511
EW
src
sigmaHadron.cpp
Generated on Thu Oct 31 2019 for $\texttt{HEPfit}$ using
1.8.16