1 |
import FWCore.ParameterSet.Config as cms
|
2 |
|
3 |
#########################################################
|
4 |
## 95%
|
5 |
selection_95relIso = cms.PSet (
|
6 |
trackIso_EB = cms.untracked.double(1.5e-01),
|
7 |
ecalIso_EB = cms.untracked.double(2.0e+00),
|
8 |
hcalIso_EB = cms.untracked.double(1.2e-01),
|
9 |
sihih_EB = cms.untracked.double(1.0e-02),
|
10 |
dphi_EB = cms.untracked.double(8.0e-01),
|
11 |
deta_EB = cms.untracked.double(7.0e-03),
|
12 |
hoe_EB = cms.untracked.double(1.5e-01),
|
13 |
cIso_EB = cms.untracked.double(10000.),
|
14 |
|
15 |
trackIso_EE = cms.untracked.double(8.0e-02),
|
16 |
ecalIso_EE = cms.untracked.double(6.0e-02),
|
17 |
hcalIso_EE = cms.untracked.double(5.0e-02),
|
18 |
sihih_EE = cms.untracked.double(3.0e-02),
|
19 |
dphi_EE = cms.untracked.double(7.0e-01),
|
20 |
deta_EE = cms.untracked.double(1.0e-02),
|
21 |
hoe_EE = cms.untracked.double(7.0e-02),
|
22 |
cIso_EE = cms.untracked.double(10000. ),
|
23 |
useConversionRejection = cms.untracked.bool(False),
|
24 |
useExpectedMissingHits = cms.untracked.bool(True),
|
25 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(1),
|
26 |
)
|
27 |
|
28 |
selection_95cIso = cms.PSet (
|
29 |
trackIso_EB = cms.untracked.double(100000.),
|
30 |
ecalIso_EB = cms.untracked.double(100000.),
|
31 |
hcalIso_EB = cms.untracked.double(100000.),
|
32 |
sihih_EB = cms.untracked.double(1.0e-02),
|
33 |
dphi_EB = cms.untracked.double(8.0e-01),
|
34 |
deta_EB = cms.untracked.double(7.0e-03),
|
35 |
hoe_EB = cms.untracked.double(1.5e-01),
|
36 |
cIso_EB = cms.untracked.double(1.5e-01),
|
37 |
|
38 |
trackIso_EE = cms.untracked.double(100000.),
|
39 |
ecalIso_EE = cms.untracked.double(100000.),
|
40 |
hcalIso_EE = cms.untracked.double(100000.),
|
41 |
sihih_EE = cms.untracked.double(3.0e-02),
|
42 |
dphi_EE = cms.untracked.double(7.0e-01),
|
43 |
deta_EE = cms.untracked.double(1.0e-02),
|
44 |
hoe_EE = cms.untracked.double(7.0e-02),
|
45 |
cIso_EE = cms.untracked.double(1.0e-01),
|
46 |
useConversionRejection = cms.untracked.bool(False),
|
47 |
useExpectedMissingHits = cms.untracked.bool(True),
|
48 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(1),
|
49 |
)
|
50 |
|
51 |
#########################################################
|
52 |
## 90%
|
53 |
selection_90relIso = cms.PSet (
|
54 |
trackIso_EB = cms.untracked.double(1.2e-01),
|
55 |
ecalIso_EB = cms.untracked.double(9.0e-02),
|
56 |
hcalIso_EB = cms.untracked.double(1.0e-01),
|
57 |
sihih_EB = cms.untracked.double(1.0e-02),
|
58 |
dphi_EB = cms.untracked.double(8.0e-01),
|
59 |
deta_EB = cms.untracked.double(7.0e-03),
|
60 |
hoe_EB = cms.untracked.double(1.2e-01),
|
61 |
cIso_EB = cms.untracked.double(10000. ),
|
62 |
|
63 |
trackIso_EE = cms.untracked.double(5.0e-02),
|
64 |
ecalIso_EE = cms.untracked.double(6.0e-02),
|
65 |
hcalIso_EE = cms.untracked.double(3.0e-02),
|
66 |
sihih_EE = cms.untracked.double(3.0e-02),
|
67 |
dphi_EE = cms.untracked.double(7.0e-01),
|
68 |
deta_EE = cms.untracked.double(9.0e-03),
|
69 |
hoe_EE = cms.untracked.double(5.0e-02),
|
70 |
cIso_EE = cms.untracked.double(10000. ),
|
71 |
useConversionRejection = cms.untracked.bool(True),
|
72 |
useExpectedMissingHits = cms.untracked.bool(True),
|
73 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(1),
|
74 |
)
|
75 |
|
76 |
selection_90cIso = cms.PSet (
|
77 |
trackIso_EB = cms.untracked.double(100000.),
|
78 |
ecalIso_EB = cms.untracked.double(100000.),
|
79 |
hcalIso_EB = cms.untracked.double(100000.),
|
80 |
sihih_EB = cms.untracked.double(1.0e-02),
|
81 |
dphi_EB = cms.untracked.double(8.0e-01),
|
82 |
deta_EB = cms.untracked.double(7.0e-03),
|
83 |
hoe_EB = cms.untracked.double(1.2e-01),
|
84 |
cIso_EB = cms.untracked.double(1.0e-01),
|
85 |
|
86 |
trackIso_EE = cms.untracked.double(100000.),
|
87 |
ecalIso_EE = cms.untracked.double(100000.),
|
88 |
hcalIso_EE = cms.untracked.double(100000.),
|
89 |
sihih_EE = cms.untracked.double(3.0e-02),
|
90 |
dphi_EE = cms.untracked.double(7.0e-01),
|
91 |
deta_EE = cms.untracked.double(9.0e-03),
|
92 |
hoe_EE = cms.untracked.double(5.0e-02),
|
93 |
cIso_EE = cms.untracked.double(7.0e-02),
|
94 |
useConversionRejection = cms.untracked.bool(True),
|
95 |
useExpectedMissingHits = cms.untracked.bool(True),
|
96 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(1),
|
97 |
)
|
98 |
|
99 |
#########################################################
|
100 |
## 85%
|
101 |
selection_85relIso = cms.PSet (
|
102 |
trackIso_EB = cms.untracked.double(9.0e-02),
|
103 |
ecalIso_EB = cms.untracked.double(8.0e-02),
|
104 |
hcalIso_EB = cms.untracked.double(1.0e-01),
|
105 |
sihih_EB = cms.untracked.double(1.0e-02),
|
106 |
dphi_EB = cms.untracked.double(6.0e-02),
|
107 |
deta_EB = cms.untracked.double(6.0e-03),
|
108 |
hoe_EB = cms.untracked.double(4.0e-02),
|
109 |
cIso_EB = cms.untracked.double(10000. ),
|
110 |
|
111 |
trackIso_EE = cms.untracked.double(5.0e-02), #0.06 in paper...?
|
112 |
ecalIso_EE = cms.untracked.double(5.0e-02),
|
113 |
hcalIso_EE = cms.untracked.double(2.5e-02),
|
114 |
sihih_EE = cms.untracked.double(3.0e-02),
|
115 |
dphi_EE = cms.untracked.double(4.0e-02),
|
116 |
deta_EE = cms.untracked.double(7.0e-03),
|
117 |
hoe_EE = cms.untracked.double(2.5e-02),
|
118 |
cIso_EE = cms.untracked.double(10000. ),
|
119 |
useConversionRejection = cms.untracked.bool(True),
|
120 |
useExpectedMissingHits = cms.untracked.bool(True),
|
121 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(1),
|
122 |
)
|
123 |
|
124 |
selection_85cIso = cms.PSet (
|
125 |
trackIso_EB = cms.untracked.double(100000.),
|
126 |
ecalIso_EB = cms.untracked.double(100000.),
|
127 |
hcalIso_EB = cms.untracked.double(100000.),
|
128 |
sihih_EB = cms.untracked.double(1.0e-02),
|
129 |
dphi_EB = cms.untracked.double(6.0e-02),
|
130 |
deta_EB = cms.untracked.double(6.0e-03),
|
131 |
hoe_EB = cms.untracked.double(4.0e-02),
|
132 |
cIso_EB = cms.untracked.double(9.0e-02),
|
133 |
|
134 |
trackIso_EE = cms.untracked.double(100000.),
|
135 |
ecalIso_EE = cms.untracked.double(100000.),
|
136 |
hcalIso_EE = cms.untracked.double(100000.),
|
137 |
sihih_EE = cms.untracked.double(3.0e-02),
|
138 |
dphi_EE = cms.untracked.double(4.0e-02),
|
139 |
deta_EE = cms.untracked.double(7.0e-03),
|
140 |
hoe_EE = cms.untracked.double(2.5e-02),
|
141 |
cIso_EE = cms.untracked.double(6.0e-02),
|
142 |
useConversionRejection = cms.untracked.bool(True),
|
143 |
useExpectedMissingHits = cms.untracked.bool(True),
|
144 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(1),
|
145 |
)
|
146 |
|
147 |
#########################################################
|
148 |
## 80%
|
149 |
selection_80relIso = cms.PSet (
|
150 |
trackIso_EB = cms.untracked.double(9.0e-02),
|
151 |
ecalIso_EB = cms.untracked.double(7.0e-02),
|
152 |
hcalIso_EB = cms.untracked.double(1.0e-01),
|
153 |
sihih_EB = cms.untracked.double(1.0e-02),
|
154 |
dphi_EB = cms.untracked.double(6.0e-02),
|
155 |
deta_EB = cms.untracked.double(4.0e-03),
|
156 |
hoe_EB = cms.untracked.double(4.0e-02),
|
157 |
cIso_EB = cms.untracked.double(100000.),
|
158 |
|
159 |
trackIso_EE = cms.untracked.double(4.0e-02),
|
160 |
ecalIso_EE = cms.untracked.double(5.0e-02),
|
161 |
hcalIso_EE = cms.untracked.double(2.5e-02),
|
162 |
sihih_EE = cms.untracked.double(3.0e-02),
|
163 |
dphi_EE = cms.untracked.double(3.0e-02),
|
164 |
deta_EE = cms.untracked.double(7.0e-03),
|
165 |
hoe_EE = cms.untracked.double(2.5e-02),
|
166 |
cIso_EE = cms.untracked.double(100000.),
|
167 |
useConversionRejection = cms.untracked.bool(True),
|
168 |
useExpectedMissingHits = cms.untracked.bool(True),
|
169 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(0),
|
170 |
)
|
171 |
|
172 |
selection_80cIso = cms.PSet (
|
173 |
trackIso_EB = cms.untracked.double(100000.),
|
174 |
ecalIso_EB = cms.untracked.double(100000.),
|
175 |
hcalIso_EB = cms.untracked.double(100000.),
|
176 |
sihih_EB = cms.untracked.double(1.0e-02),
|
177 |
dphi_EB = cms.untracked.double(6.0e-02),
|
178 |
deta_EB = cms.untracked.double(4.0e-03),
|
179 |
hoe_EB = cms.untracked.double(4.0e-02),
|
180 |
cIso_EB = cms.untracked.double(7.0e-02),
|
181 |
|
182 |
trackIso_EE = cms.untracked.double(100000.),
|
183 |
ecalIso_EE = cms.untracked.double(100000.),
|
184 |
hcalIso_EE = cms.untracked.double(100000.),
|
185 |
sihih_EE = cms.untracked.double(3.0e-02),
|
186 |
dphi_EE = cms.untracked.double(3.0e-02),
|
187 |
deta_EE = cms.untracked.double(7.0e-03),
|
188 |
hoe_EE = cms.untracked.double(2.5e-02),
|
189 |
cIso_EE = cms.untracked.double(6.0e-02),
|
190 |
useConversionRejection = cms.untracked.bool(True),
|
191 |
useExpectedMissingHits = cms.untracked.bool(True),
|
192 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(0),
|
193 |
)
|
194 |
|
195 |
#########################################################
|
196 |
## 70% corrected with lower limits to cut values
|
197 |
selection_70relIso = cms.PSet (
|
198 |
trackIso_EB = cms.untracked.double(5.0e-02),
|
199 |
ecalIso_EB = cms.untracked.double(6.0e-02),
|
200 |
hcalIso_EB = cms.untracked.double(3.0e-02),
|
201 |
sihih_EB = cms.untracked.double(1.0e-02),
|
202 |
dphi_EB = cms.untracked.double(3.0e-02),
|
203 |
deta_EB = cms.untracked.double(4.0e-03),
|
204 |
hoe_EB = cms.untracked.double(2.5e-02),
|
205 |
cIso_EB = cms.untracked.double(100000.),
|
206 |
|
207 |
trackIso_EE = cms.untracked.double(2.5e-02),
|
208 |
ecalIso_EE = cms.untracked.double(2.5e-02),
|
209 |
hcalIso_EE = cms.untracked.double(2.0e-02),
|
210 |
sihih_EE = cms.untracked.double(3.0e-02),
|
211 |
dphi_EE = cms.untracked.double(2.0e-02),
|
212 |
deta_EE = cms.untracked.double(5.0e-03),
|
213 |
hoe_EE = cms.untracked.double(2.5e-02),
|
214 |
cIso_EE = cms.untracked.double(100000.),
|
215 |
useConversionRejection = cms.untracked.bool(True),
|
216 |
useExpectedMissingHits = cms.untracked.bool(True),
|
217 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(0),
|
218 |
)
|
219 |
|
220 |
selection_70cIso = cms.PSet (
|
221 |
trackIso_EB = cms.untracked.double(100000.),
|
222 |
ecalIso_EB = cms.untracked.double(100000.),
|
223 |
hcalIso_EB = cms.untracked.double(100000.),
|
224 |
sihih_EB = cms.untracked.double(1.0e-02),
|
225 |
dphi_EB = cms.untracked.double(3.0e-02),
|
226 |
deta_EB = cms.untracked.double(4.0e-03),
|
227 |
hoe_EB = cms.untracked.double(2.5e-02),
|
228 |
cIso_EB = cms.untracked.double(4.0e-02),
|
229 |
|
230 |
trackIso_EE = cms.untracked.double(100000.),
|
231 |
ecalIso_EE = cms.untracked.double(100000.),
|
232 |
hcalIso_EE = cms.untracked.double(100000.),
|
233 |
sihih_EE = cms.untracked.double(3.0e-02),
|
234 |
dphi_EE = cms.untracked.double(2.0e-02),
|
235 |
deta_EE = cms.untracked.double(5.0e-03),
|
236 |
hoe_EE = cms.untracked.double(2.5e-02),
|
237 |
cIso_EE = cms.untracked.double(3.0e-02),
|
238 |
useConversionRejection = cms.untracked.bool(True),
|
239 |
useExpectedMissingHits = cms.untracked.bool(True),
|
240 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(0),
|
241 |
)
|
242 |
|
243 |
#########################################################
|
244 |
## 60% corrected with lower limits to cut values
|
245 |
selection_60relIso = cms.PSet (
|
246 |
trackIso_EB = cms.untracked.double(4.0e-02),
|
247 |
ecalIso_EB = cms.untracked.double(4.0e-02),
|
248 |
hcalIso_EB = cms.untracked.double(3.0e-02),
|
249 |
sihih_EB = cms.untracked.double(1.0e-02),
|
250 |
dphi_EB = cms.untracked.double(2.5e-02),
|
251 |
deta_EB = cms.untracked.double(4.0e-03),
|
252 |
hoe_EB = cms.untracked.double(2.5e-02),
|
253 |
cIso_EB = cms.untracked.double(100000.),
|
254 |
|
255 |
trackIso_EE = cms.untracked.double(2.5e-02),
|
256 |
ecalIso_EE = cms.untracked.double(2.0e-02),
|
257 |
hcalIso_EE = cms.untracked.double(2.0e-02),
|
258 |
sihih_EE = cms.untracked.double(3.0e-02),
|
259 |
dphi_EE = cms.untracked.double(2.0e-02),
|
260 |
deta_EE = cms.untracked.double(5.0e-03),
|
261 |
hoe_EE = cms.untracked.double(2.5e-02),
|
262 |
cIso_EE = cms.untracked.double(100000.),
|
263 |
useConversionRejection = cms.untracked.bool(True),
|
264 |
useExpectedMissingHits = cms.untracked.bool(True),
|
265 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(0),
|
266 |
)
|
267 |
|
268 |
selection_60cIso = cms.PSet (
|
269 |
trackIso_EB = cms.untracked.double(100000.),
|
270 |
ecalIso_EB = cms.untracked.double(100000.),
|
271 |
hcalIso_EB = cms.untracked.double(100000.),
|
272 |
sihih_EB = cms.untracked.double(1.0e-02),
|
273 |
dphi_EB = cms.untracked.double(2.5e-02),
|
274 |
deta_EB = cms.untracked.double(4.0e-03),
|
275 |
hoe_EB = cms.untracked.double(2.5e-02),
|
276 |
cIso_EB = cms.untracked.double(3.0e-02),
|
277 |
|
278 |
trackIso_EE = cms.untracked.double(100000.),
|
279 |
ecalIso_EE = cms.untracked.double(100000.),
|
280 |
hcalIso_EE = cms.untracked.double(100000.),
|
281 |
sihih_EE = cms.untracked.double(3.0e-02),
|
282 |
dphi_EE = cms.untracked.double(2.0e-02),
|
283 |
deta_EE = cms.untracked.double(5.0e-03),
|
284 |
hoe_EE = cms.untracked.double(2.5e-02),
|
285 |
cIso_EE = cms.untracked.double(2.0e-02),
|
286 |
useConversionRejection = cms.untracked.bool(True),
|
287 |
useExpectedMissingHits = cms.untracked.bool(True),
|
288 |
maxNumberOfExpectedMissingHits = cms.untracked.int32(0),
|
289 |
)
|
290 |
|
291 |
#########################################################
|
292 |
|
293 |
|