a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
ZFsigmaMuLEP2.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 "ZFsigmaMuLEP2.h"
9
10
12 double myZFsigmaMuLEP2, dummy;
13 myZF.calcXS_AFB(2, sqrt_s, &myZFsigmaMuLEP2, &dummy);
14 myZFsigmaMuLEP2 *= 1000.0;// nb --> pb
15 return myZFsigmaMuLEP2;
16}
17
18
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
Definition: ZFsigmaMuLEP2.h:33
double computeThValue()
const double sqrt_s
Definition: ZFsigmaMuLEP2.h:34