CMS 3D CMS Logo

fw3dlego_xbins.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Core
4 // Class : fw3dlego_xbins
6 
7 // Information is extracted from:
8 // CERN/LHCC 2006-001
9 // CMS Physics TDR Vol1
10 // CMS TDR 8.1
11 // 02 February 2006
12 // Chapter 5, Table 5.1
13 
14 namespace fw3dlego {
15  const int xbins_n = 83;
16  const double xbins[xbins_n] = {
17  -5.191, -4.889, -4.716, -4.538, -4.363, -4.191, -4.013, -3.839, -3.664, -3.489, -3.314, -3.139, -2.964, -2.853,
18  -2.650, -2.500, -2.322, -2.172, -2.043, -1.930, -1.830, -1.740, -1.653, -1.566, -1.479, -1.392, -1.305, -1.218,
19  -1.131, -1.044, -0.957, -0.870, -0.783, -0.696, -0.609, -0.522, -0.435, -0.348, -0.261, -0.174, -0.087, 0.000,
20  0.087, 0.174, 0.261, 0.348, 0.435, 0.522, 0.609, 0.696, 0.783, 0.870, 0.957, 1.044, 1.131, 1.218,
21  1.305, 1.392, 1.479, 1.566, 1.653, 1.740, 1.830, 1.930, 2.043, 2.172, 2.322, 2.500, 2.650, 2.853,
22  2.964, 3.139, 3.314, 3.489, 3.664, 3.839, 4.013, 4.191, 4.363, 4.538, 4.716, 4.889, 5.191};
23 
24  const int xbins_hf_n = 28;
25  const double xbins_hf[xbins_hf_n] = {-5.205, -4.903, -4.730, -4.552, -4.377, -4.204, -4.027, -3.853, -3.677, -3.503,
26  -3.327, -3.152, -2.976, -2.866, 2.866, 2.976, 3.152, 3.327, 3.503, 3.677,
27  3.853, 4.027, 4.204, 4.377, 4.552, 4.730, 4.903, 5.205};
28 } // namespace fw3dlego
const double xbins[]
const int xbins_n
const double xbins_hf[]
const int xbins_hf_n