a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2test.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 "LEP2test.h"
9
10
11const double LEP2test::sqrt_s[12] = {130., 136., 161., 172., 183., 189.,
12 192., 196., 200., 202., 205., 207.};
13
14const double LEP2test::sqrt_s_HF[10] = {133., 167., 183., 189., 192.,
15 196., 200., 202., 205., 207.};
16
17
18// Outputs from Zfitter used for test
19const double LEP2test::sigmaHadron[12] = {83.24, 66.84, 35.32, 28.77, 23.98, 21.94,
20 21.03, 19.9, 18.87, 18.39, 17.71, 17.27};
21const double LEP2test::sigmaMu[12] = {8.637, 7.45, 4.721, 4.031, 3.496, 3.252, 3.141,
22 3.001, 2.871, 2.809, 2.721, 2.664};
23const double LEP2test::sigmaTau[12] = {8.633, 7.447, 4.72, 4.03, 3.496, 3.252,
24 3.14, 3.001, 2.871, 2.809, 2.721, 2.664};
25const double LEP2test::AFBmu[12] = {0.7162, 0.6966, 0.6251,0.6076, 0.5926, 0.5861,
26 0.583, 0.5791, 0.5755, 0.5738, 0.5713, 0.5697};
27const double LEP2test::AFBtau[12] = {0.7159, 0.6964, 0.6249, 0.6074, 0.5925, 0.5859,
28 0.5828, 0.579, 0.5754, 0.5736, 0.5711, 0.5695};
29const double LEP2test::AFBbottom[10] = {0.4869, 0.5616, 0.5784, 0.5834, 0.5857,
30 0.5884, 0.5908, 0.592, 0.5936, 0.5947};
31const double LEP2test::AFBcharm[10] = {0.6817, 0.6707, 0.656, 0.6497, 0.6467,
32 0.643, 0.6395, 0.6378, 0.6354, 0.6338};
33const double LEP2test::Rbottom[10] = {0.1854, 0.1706, 0.167, 0.1659, 0.1654,
34 0.1647, 0.1641, 0.1638, 0.1634, 0.1632};
35const double LEP2test::Rcharm[10] = {0.2205, 0.2443, 0.2503, 0.2522, 0.253,
36 0.2541, 0.255, 0.2555, 0.2562, 0.2566};
37
38
39
static const double sigmaMu[12]
Definition: LEP2test.h:95
static const double Rcharm[10]
Definition: LEP2test.h:102
static const double AFBmu[12]
Definition: LEP2test.h:97
static const double AFBtau[12]
Definition: LEP2test.h:98
static const double AFBcharm[10]
Definition: LEP2test.h:100
static const double AFBbottom[10]
Definition: LEP2test.h:99
static const double sqrt_s[12]
Definition: LEP2test.h:91
static const double sigmaHadron[12]
Definition: LEP2test.h:94
static const double sqrt_s_HF[10]
Definition: LEP2test.h:92
static const double sigmaTau[12]
Definition: LEP2test.h:96
static const double Rbottom[10]
Definition: LEP2test.h:101