-
Notifications
You must be signed in to change notification settings - Fork 4.4k
/
Copy pathClusterTask_cfi.py
501 lines (497 loc) · 26.3 KB
/
ClusterTask_cfi.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
import FWCore.ParameterSet.Config as cms
energyThreshold = 2.
triggerTypes = cms.untracked.vstring('ECAL', 'HCAL', 'CSC', 'DT', 'RPC')
ecalClusterTask = cms.untracked.PSet(
params = cms.untracked.PSet(
doExtra = cms.untracked.bool(True),
energyThreshold = cms.untracked.double(energyThreshold),
egTriggerAlgos = cms.untracked.vstring(
"L1_SingleEG2",
"L1_SingleEG5",
"L1_SingleEG8",
"L1_SingleEG10",
"L1_SingleEG12",
"L1_SingleEG15",
"L1_SingleEG20",
"L1_SingleEG25",
"L1_DoubleNoIsoEG_BTB_tight",
"L1_DoubleNoIsoEG_BTB_loose",
"L1_DoubleNoIsoEGTopBottom",
"L1_DoubleNoIsoEGTopBottomCen",
"L1_DoubleNoIsoEGTopBottomCen2",
"L1_DoubleNoIsoEGTopBottomCenVert"
),
L1GlobalTriggerReadoutRecordTag = cms.untracked.InputTag("gtDigis"),
L1MuGMTReadoutCollectionTag = cms.untracked.InputTag("gtDigis"),
swissCrossMaxThreshold = cms.untracked.double(3.)
),
MEs = cms.untracked.PSet(
TrendNBC = cms.untracked.PSet(
path = cms.untracked.string('Ecal/Trends/ClusterTask %(prefix)s number of basic clusters'),
kind = cms.untracked.string('TProfile'),
otype = cms.untracked.string('Ecal2P'),
btype = cms.untracked.string('Trend'),
description = cms.untracked.string('Trend of the number of basic clusters per event in EB/EE.')
),
TrendBCSize = cms.untracked.PSet(
path = cms.untracked.string('Ecal/Trends/ClusterTask %(prefix)s size of basic clusters'),
kind = cms.untracked.string('TProfile'),
otype = cms.untracked.string('Ecal2P'),
btype = cms.untracked.string('Trend'),
description = cms.untracked.string('Trend of the mean size of the basic clusters.')
),
BCOccupancy = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC number map%(suffix)s'),
kind = cms.untracked.string('TH2F'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('SuperCrystal'),
description = cms.untracked.string('Basic cluster occupancy.')
),
BCOccupancyProjEta = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC number projection eta%(suffix)s'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('ProjEta'),
description = cms.untracked.string('Projection of the basic cluster occupancy.')
),
BCOccupancyProjPhi = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC number projection phi%(suffix)s'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('ProjPhi'),
description = cms.untracked.string('Projection of the basic cluster occupancy.')
),
BCSizeMapProjEta = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC size projection eta%(suffix)s'),
kind = cms.untracked.string('TProfile'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('ProjEta'),
description = cms.untracked.string('Eta-projection of the number of crystals in basic clusters.')
),
BCSizeMapProjPhi = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC size projection phi%(suffix)s'),
kind = cms.untracked.string('TProfile'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('ProjPhi'),
description = cms.untracked.string('Phi-projection of the number of crystals in basic clusters.')
),
BCSize = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC size'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(100.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0)
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Distribution of the number of crystals in basic clusters.')
),
BCE = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC energy'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(150.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0),
title = cms.untracked.string('energy (GeV)')
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Basic cluster energy distribution.')
),
BCSizeMap = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC size map%(suffix)s'),
kind = cms.untracked.string('TProfile2D'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('SuperCrystal'),
description = cms.untracked.string('2D distribution of the mean number of crystals in basic clusters.')
),
BCNum = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC number'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(100.0),
nbins = cms.untracked.int32(20),
low = cms.untracked.double(0.0)
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Distribution of the number of basic clusters per event.')
),
BCEMapProjEta = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC energy projection eta%(suffix)s'),
kind = cms.untracked.string('TProfile'),
yaxis = cms.untracked.PSet(
title = cms.untracked.string('energy (GeV)')
),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('ProjEta'),
description = cms.untracked.string('Projection of the mean energy of the basic clusters.')
),
BCEMapProjPhi = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC energy projection phi%(suffix)s'),
kind = cms.untracked.string('TProfile'),
yaxis = cms.untracked.PSet(
title = cms.untracked.string('energy (GeV)')
),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('ProjPhi'),
description = cms.untracked.string('Projection of the mean energy of the basic clusters.')
),
BCEMap = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC energy map%(suffix)s'),
kind = cms.untracked.string('TProfile2D'),
zaxis = cms.untracked.PSet(
title = cms.untracked.string('energy (GeV)')
),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('SuperCrystal'),
description = cms.untracked.string('2D distribution of the mean energy of the basic clusters.')
),
BCEtMapProjEta = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC ET projection eta%(suffix)s'),
kind = cms.untracked.string('TProfile'),
yaxis = cms.untracked.PSet(
title = cms.untracked.string('transverse energy (GeV)')
),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('ProjEta'),
description = cms.untracked.string('Projection of the mean Et of the basic clusters.')
),
BCEtMapProjPhi = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT BC ET projection phi%(suffix)s'),
kind = cms.untracked.string('TProfile'),
yaxis = cms.untracked.PSet(
title = cms.untracked.string('transverse energy (GeV)')
),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('ProjPhi'),
description = cms.untracked.string('Projection of the mean Et of the basic clusters.')
),
SCR9 = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC R9'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(1.2),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0)
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Distribution of E_seed / E_3x3 of the super clusters.')
),
SCR9Raw = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC R9 Raw'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(1.2),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0)
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Distribution of E_seed / E_3x3 of the super clusters. Uses raw energy definition')
),
SCR9Full = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC R9 Full'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(1.2),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0)
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Distribution of E_seed / E_3x3 of the super clusters. Uses full E_3x3 definition')
),
SCR9FullRaw = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC R9 Full Raw'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(1.2),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0)
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Distribution of E_seed / E_3x3 of the super clusters. Uses full E_3x3 and raw energy definition')
),
SCNum = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC number'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(20.0),
nbins = cms.untracked.int32(20),
low = cms.untracked.double(0.0)
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Distribution of the number of super clusters per event in EB/EE.')
),
TrendNSC = cms.untracked.PSet(
path = cms.untracked.string('Ecal/Trends/ClusterTask %(prefix)s number of super clusters'),
kind = cms.untracked.string('TProfile'),
otype = cms.untracked.string('Ecal2P'),
btype = cms.untracked.string('Trend'),
description = cms.untracked.string('Trend of the number of super clusters per event in EB/EE.')
),
TrendSCSize = cms.untracked.PSet(
path = cms.untracked.string('Ecal/Trends/ClusterTask %(prefix)s size of super clusters'),
kind = cms.untracked.string('TProfile'),
otype = cms.untracked.string('Ecal2P'),
btype = cms.untracked.string('Trend'),
description = cms.untracked.string('Trend of the mean size (number of crystals) of the super clusters.')
),
SCSeedEnergy = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC seed crystal energy'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(150.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0),
title = cms.untracked.string('energy (GeV)')
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Energy distribution of the crystals that seeded super clusters.')
),
SCE = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC energy'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(150.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0),
title = cms.untracked.string('energy (GeV)')
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Super cluster energy distribution.')
),
SCRawE = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC raw energy'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(150.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0),
title = cms.untracked.string('energy (GeV)')
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Super cluster raw energy distribution.')
),
SCNcrystals = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC size (crystal)'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(150.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0)
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Distribution of the super cluster size (number of crystals).')
),
SingleCrystalCluster = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC single crystal cluster seed occupancy map%(suffix)s'),
kind = cms.untracked.string('TH2F'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('SuperCrystal'),
description = cms.untracked.string('Occupancy map of the occurrence of super clusters with only one constituent')
),
SCNBCs = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC size'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(15.0),
nbins = cms.untracked.int32(15),
low = cms.untracked.double(0.0)
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Distribution of the super cluster size (number of basic clusters)')
),
SCSeedOccupancy = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC seed occupancy map%(suffix)s'),
kind = cms.untracked.string('TH2F'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('SuperCrystal'),
description = cms.untracked.string('Occupancy map of the crystals that seeded super clusters.')
),
SCELow = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC energy (low scale)'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(10.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0),
title = cms.untracked.string('energy (GeV)')
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Energy distribution (raw energy) of the super clusters (low scale).')
),
SCRawELow = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC raw energy (low scale)'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(10.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0),
title = cms.untracked.string('energy (GeV)')
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Energy distribution of the super clusters (low scale).')
),
SCRawEHigh = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC raw energy (high scale)'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(1000.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0),
title = cms.untracked.string('energy (GeV)')
),
btype = cms.untracked.string('User'),
description = cms.untracked.string('Energy distribution of the super clusters (high scale).')
),
SCClusterVsSeed = cms.untracked.PSet(
kind = cms.untracked.string('TH2F'),
yaxis = cms.untracked.PSet(
high = cms.untracked.double(150.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0),
title = cms.untracked.string('energy (GeV)')
),
otype = cms.untracked.string('Ecal2P'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(150.0),
nbins = cms.untracked.int32(50),
low = cms.untracked.double(0.0),
title = cms.untracked.string('energy (GeV)')
),
btype = cms.untracked.string('User'),
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTask/%(prefix)sCLT SC energy vs seed crystal energy'),
description = cms.untracked.string('Relation between super cluster energy and its seed crystal energy.')
),
SCSizeVsEnergy = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTaskExtras/%(prefix)sCLTE SC size (crystal) vs energy (GeV)'),
kind = cms.untracked.string('TProfile'),
otype = cms.untracked.string('Ecal2P'),
btype = cms.untracked.string('User'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(10.),
low = cms.untracked.double(0.),
nbins = cms.untracked.int32(100),
title = cms.untracked.string('energy (GeV)')
),
description = cms.untracked.string('Mean SC size in crystals as a function of the SC energy.')
),
SCSeedOccupancyHighE = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTaskExtras/%(prefix)sCLTE SC seed occupancy map%(suffix)s (high energy clusters) %(supercrystal)s binned'),
kind = cms.untracked.string('TH2F'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('SuperCrystal'),
description = cms.untracked.string('Occupancy map of the crystals that seeded super clusters with energy > ' + str(energyThreshold) + ' GeV.')
),
SCSeedOccupancyTrig = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTaskExtras/%(prefix)sCLTE SC seed occupancy map%(suffix)s (%(trig)s triggered) %(supercrystal)s binned'),
kind = cms.untracked.string('TH2F'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('SuperCrystal'),
description = cms.untracked.string('Occupancy map of the crystals that seeded super clusters.'),
multi = cms.untracked.PSet(
trig = triggerTypes
)
),
SCSeedTimeTrigEx = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTaskExtras/%(prefix)sCLTE SC seed crystal timing (%(trig)s exclusive triggered)'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
btype = cms.untracked.string('User'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(25.),
low = cms.untracked.double(-25.),
nbins = cms.untracked.int32(100),
title = cms.untracked.string('time (ns)')
),
description = cms.untracked.string('Timing distribution of the crystals that seeded super clusters.'),
multi = cms.untracked.PSet(
trig = triggerTypes
)
),
SCSeedTimeMapTrigEx = cms.untracked.PSet(
path = cms.untracked.string('%(subdet)s/%(prefix)sClusterTaskExtras/%(prefix)sCLTE SC seed crystal timing map%(suffix)s (%(trig)s exclusive triggered) %(supercrystal)s binned'),
kind = cms.untracked.string('TProfile2D'),
otype = cms.untracked.string('Ecal3P'),
btype = cms.untracked.string('SuperCrystal'),
zaxis = cms.untracked.PSet(
high = cms.untracked.double(25.),
low = cms.untracked.double(-25.),
title = cms.untracked.string('time (ns)')
),
description = cms.untracked.string('Mean timing of the crystals that seeded super clusters.'),
multi = cms.untracked.PSet(
trig = triggerTypes
)
),
SCOccupancyProjEta = cms.untracked.PSet(
path = cms.untracked.string("%(subdet)s/%(prefix)sRecoSummary/superClusters_%(subdetshortsig)s_eta"),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
btype = cms.untracked.string('ProjEta'),
description = cms.untracked.string('Supercluster eta.')
),
SCOccupancyProjPhi = cms.untracked.PSet(
path = cms.untracked.string("%(subdet)s/%(prefix)sRecoSummary/superClusters_%(subdetshortsig)s_phi"),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('Ecal2P'),
btype = cms.untracked.string('ProjPhi'),
description = cms.untracked.string('Supercluster phi.')
),
SCSwissCross = cms.untracked.PSet(
path = cms.untracked.string("EcalBarrel/EBRecoSummary/superClusters_EB_E1oE4"),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('EB'),
btype = cms.untracked.string('User'),
xaxis = cms.untracked.PSet(
high = cms.untracked.double(1.5),
low = cms.untracked.double(0.),
nbins = cms.untracked.int32(100)
),
description = cms.untracked.string('Swiss cross for SC maximum-energy crystal.')
),
Triggers = cms.untracked.PSet( # not exactly cluster related, but is useful to know how many times each category fired
path = cms.untracked.string('EcalBarrel/EBClusterTaskExtras/EBCLTE triggers'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('None'),
btype = cms.untracked.string('User'),
xaxis = cms.untracked.PSet(
nbins = cms.untracked.int32(5),
high = cms.untracked.double(5.),
low = cms.untracked.double(0.),
labels = triggerTypes,
title = cms.untracked.string('triggers')
),
description = cms.untracked.string('Counter for the trigger categories')
),
ExclusiveTriggers = cms.untracked.PSet( # not exactly cluster related, but is useful to know how many times each category fired
path = cms.untracked.string('EcalBarrel/EBClusterTaskExtras/EBCLTE exclusive triggers'),
kind = cms.untracked.string('TH1F'),
otype = cms.untracked.string('None'),
btype = cms.untracked.string('User'),
xaxis = cms.untracked.PSet(
nbins = cms.untracked.int32(5),
high = cms.untracked.double(5.),
low = cms.untracked.double(0.),
labels = triggerTypes,
title = cms.untracked.string('triggers')
),
description = cms.untracked.string('Counter for the trigger categories')
)
)
)