a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
ZFDsigmaQuarksLEP2.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
9
10
12 double myZFDsigmaQuarksLEP2 = 0.0, tmp;
13 for (int i=4; i<=9; i++) {
14 if (i!=8) {
15 myZF.calcDXS(i, sqrt_s, cos_theta, &tmp);
16 myZFDsigmaQuarksLEP2 += tmp;
17 }
18 }
19 myZFDsigmaQuarksLEP2 *= 1000.0;// nb --> pb
20 return myZFDsigmaQuarksLEP2;
21}
const ZFitterWrapper & myZF
void calcDXS(const int INDF, const double SQRS, const double CSA, double *DXS) const
calculates a differential cross section w.r.t cos(theta)