a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
ZFsigmaQuarksLEP2.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 "ZFsigmaQuarksLEP2.h"
9
11 double myZFsigmaQuarksLEP2 = 0.0, tmp, dummy;
12 for (int i=4; i<=9; i++) {
13 if (i!=8) {
14 myZF.calcXS_AFB(i, sqrt_s, &tmp, &dummy);
15 myZFsigmaQuarksLEP2 += tmp;
16 }
17 }
18 myZFsigmaQuarksLEP2 *= 1000.0;// nb --> pb
19 return myZFsigmaQuarksLEP2;
20}
21
22
void calcXS_AFB(const int INDF, const double SQRS, double *XS, double *AFB) const
calculates a cross section and a forward-backward asymmetry
const ZFitterWrapper & myZF