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