CMS 3D CMS Logo

CaloTowerBoundries.h
Go to the documentation of this file.
1 // File: CaloTowerBoundaries.h
2 // Description: The eta boundaries of the CaloTowers used by JetAnalysis.cc
3 // Author: Anwar Bhatti
4 // Date: August 31, 2006
5 //
6 #ifndef CALOTOWERETABOUNDRIES_HH
7 #define CALOTOWERETABOUNDRIES_HH
8 
9 const int NETA=82;
10 const float CaloTowerEtaBoundriesPositiveOnly[42]={0.000,
11  0.087,
12  0.174,
13  0.261,
14  0.348,
15  0.435,
16  0.522,
17  0.609,
18  0.696,
19  0.783,
20  0.879,
21  0.957,
22  1.044,
23  1.131,
24  1.218,
25  1.305,
26  1.392,
27  1.479,
28  1.566,
29  1.653,
30  1.740,
31  1.830,
32  1.930,
33  2.043,
34  2.172,
35  2.322,
36  2.500,
37  2.650,
38  2.853,
39  2.964,
40  3.139,
41  3.314,
42  3.489,
43  3.664,
44  3.839,
45  4.013,
46  4.191,
47  4.363,
48  4.538,
49  4.716,
50  4.889,
51  5.191};
52 
53 
54  const float CaloTowerEtaBoundries[83]={
55  -5.191,
56  -4.889,
57  -4.716,
58  -4.538,
59  -4.363,
60  -4.191,
61  -4.013,
62  -3.839,
63  -3.664,
64  -3.489,
65  -3.314,
66  -3.139,
67  -2.964,
68  -2.853,
69  -2.650,
70  -2.500,
71  -2.322,
72  -2.172,
73  -2.043,
74  -1.930,
75  -1.830,
76  -1.740,
77  -1.653,
78  -1.566,
79  -1.479,
80  -1.392,
81  -1.305,
82  -1.218,
83  -1.131,
84  -1.044,
85  -0.957,
86  -0.879,
87  -0.783,
88  -0.696,
89  -0.609,
90  -0.522,
91  -0.435,
92  -0.348,
93  -0.261,
94  -0.174,
95  -0.087,
96  0.000,
97  0.087,
98  0.174,
99  0.261,
100  0.348,
101  0.435,
102  0.522,
103  0.609,
104  0.696,
105  0.783,
106  0.879,
107  0.957,
108  1.044,
109  1.131,
110  1.218,
111  1.305,
112  1.392,
113  1.479,
114  1.566,
115  1.653,
116  1.740,
117  1.830,
118  1.930,
119  2.043,
120  2.172,
121  2.322,
122  2.500,
123  2.650,
124  2.853,
125  2.964,
126  3.139,
127  3.314,
128  3.489,
129  3.664,
130  3.839,
131  4.013,
132  4.191,
133  4.363,
134  4.538,
135  4.716,
136  4.889,
137  5.191};
138 
139 #endif
CaloTowerEtaBoundries
const float CaloTowerEtaBoundries[83]
Definition: CaloTowerBoundries.h:54
CaloTowerEtaBoundriesPositiveOnly
const float CaloTowerEtaBoundriesPositiveOnly[42]
Definition: CaloTowerBoundries.h:10
NETA
const int NETA
Definition: CaloTowerBoundries.h:9