ATLAS Offline Software
sTGCTriggerBandsInEta.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration ...
3 */
4 
5 // -*-c++-*-
6 
7 
8 #ifndef STGCTRIGGERBANDSINETA_H
9 #define STGCTRIGGERBANDSINETA_H
10 
11 #include <vector>
12 
13 namespace NSWL1{
14  //***** these should be in descending order . do not shuffle ****
15 
16  const std::vector<float> BandsInEtaLargeSector={
17  2.766,
18  2.729,
19  2.691,
20  2.652,
21  2.613,
22  2.577,
23  2.544,
24  2.510,
25  2.477,
26  2.447,
27  2.416,
28  2.386,
29  2.359,
30  2.331,
31  2.304,
32  2.277,
33  2.253,
34  2.228,
35  2.203,
36  2.181,
37  2.157,
38  2.134,
39  2.114,
40  2.092,
41  2.071,
42  2.050,
43  2.031,
44  2.011,
45  1.992,
46  1.974,
47  1.961,
48  1.942,
49  1.926,
50  1.915,
51  1.886,
52  1.869,
53  1.852,
54  1.836,
55  1.821,
56  1.805,
57  1.790,
58  1.776,
59  1.761,
60  1.746,
61  1.732,
62  1.719,
63  1.705,
64  1.691,
65  1.678,
66  1.665,
67  1.652,
68  1.640,
69  1.627,
70  1.615,
71  1.602,
72  1.591,
73  1.579,
74  1.567,
75  1.558,
76  1.546,
77  1.535,
78  1.524,
79  1.513,
80  1.504,
81  1.496,
82  1.486,
83  1.475,
84  1.466,
85  1.455,
86  1.445,
87  1.435,
88  1.426,
89  1.417,
90  1.407,
91  1.398,
92  1.389,
93  1.380,
94  1.371,
95  1.362,
96  1.354,
97  1.345,
98  1.336,
99  1.328,
100  1.320,
101  1.312,
102  1.304,
103  1.296,
104  1.288,
105  1.280,
106  1.272,
107  1.265,
108  1.258
109  };
110 
111  const std::vector<float> BandsInEtaSmallSector = {
112  2.732,
113  2.688,
114  2.649,
115  2.612,
116  2.576,
117  2.541,
118  2.507,
119  2.475,
120  2.443,
121  2.413,
122  2.383,
123  2.357,
124  2.329,
125  2.302,
126  2.276,
127  2.251,
128  2.226,
129  2.201,
130  2.178,
131  2.155,
132  2.132,
133  2.110,
134  2.089,
135  2.068,
136  2.048,
137  2.029,
138  2.010,
139  1.990,
140  1.972,
141  1.953,
142  1.935,
143  1.917,
144  1.897,
145  1.883,
146  1.869,
147  1.844,
148  1.828,
149  1.813,
150  1.797,
151  1.783,
152  1.769,
153  1.754,
154  1.740,
155  1.726,
156  1.712,
157  1.698,
158  1.685,
159  1.671,
160  1.658,
161  1.646,
162  1.634,
163  1.621,
164  1.609,
165  1.597,
166  1.585,
167  1.573,
168  1.562,
169  1.551,
170  1.539,
171  1.528,
172  1.517,
173  1.507,
174  1.496,
175  1.486,
176  1.475,
177  1.466,
178  1.453,
179  1.443,
180  1.433,
181  1.424,
182  1.414,
183  1.405,
184  1.396,
185  1.386,
186  1.377,
187  1.369,
188  1.360,
189  1.351,
190  1.342,
191  1.335,
192  1.326,
193  1.318,
194  1.310,
195  1.302,
196  1.294,
197  1.286,
198  1.279,
199  1.271,
200  1.263,
201  1.256,
202  1.248,
203  1.242
204  };
205 }
206 
207 #endif
NSWL1::BandsInEtaLargeSector
const std::vector< float > BandsInEtaLargeSector
Definition: sTGCTriggerBandsInEta.h:16
NSWL1::BandsInEtaSmallSector
const std::vector< float > BandsInEtaSmallSector
Definition: sTGCTriggerBandsInEta.h:111
NSWL1
A trigger trigger candidate for a stgc sector.
Definition: NSWL1Simulation.cxx:9