|
264 | 264 | kind = cms.untracked.string('TH1F'), |
265 | 265 | otype = cms.untracked.string('Ecal3P'), |
266 | 266 | xaxis = cms.untracked.PSet( |
267 | | - high = cms.untracked.double(128.0), |
| 267 | + high = cms.untracked.double(256.0), |
268 | 268 | nbins = cms.untracked.int32(128), |
269 | 269 | low = cms.untracked.double(0.0), |
270 | | - title = cms.untracked.string('Et threshold (GeV)') |
| 270 | + title = cms.untracked.string('Et threshold (ADC)') |
271 | 271 | ), |
272 | 272 | btype = cms.untracked.string('User'), |
273 | 273 | description = cms.untracked.string('Distribution of the trigger primitive Et.') |
|
277 | 277 | kind = cms.untracked.string('TH1F'), |
278 | 278 | otype = cms.untracked.string('Ecal3P'), |
279 | 279 | xaxis = cms.untracked.PSet( |
280 | | - high = cms.untracked.double(128.0), |
| 280 | + high = cms.untracked.double(256.0), |
281 | 281 | nbins = cms.untracked.int32(128), |
282 | 282 | low = cms.untracked.double(0.0), |
283 | | - title = cms.untracked.string('Et threshold (GeV)') |
| 283 | + title = cms.untracked.string('Et threshold (ADC)') |
284 | 284 | ), |
285 | 285 | btype = cms.untracked.string('User'), |
286 | 286 | description = cms.untracked.string('Distribution of the trigger primitive Et. for TT matched to spikes') |
|
290 | 290 | kind = cms.untracked.string('TH1F'), |
291 | 291 | otype = cms.untracked.string('Ecal3P'), |
292 | 292 | xaxis = cms.untracked.PSet( |
293 | | - high = cms.untracked.double(128.0), |
| 293 | + high = cms.untracked.double(256.0), |
294 | 294 | nbins = cms.untracked.int32(128), |
295 | 295 | low = cms.untracked.double(0.0), |
296 | | - title = cms.untracked.string('Et threshold (GeV)') |
| 296 | + title = cms.untracked.string('Et threshold (ADC)') |
297 | 297 | ), |
298 | 298 | btype = cms.untracked.string('User'), |
299 | 299 | description = cms.untracked.string('Efficiency of spike killer matching') |
|
303 | 303 | kind = cms.untracked.string('TH1F'), |
304 | 304 | otype = cms.untracked.string('Ecal3P'), |
305 | 305 | xaxis = cms.untracked.PSet( |
306 | | - high = cms.untracked.double(128.0), |
| 306 | + high = cms.untracked.double(256.0), |
307 | 307 | nbins = cms.untracked.int32(128), |
308 | 308 | low = cms.untracked.double(0.0), |
309 | | - title = cms.untracked.string('Et threshold (GeV)'), |
| 309 | + title = cms.untracked.string('Et threshold (ADC)'), |
310 | 310 | ), |
311 | 311 | btype = cms.untracked.string('User'), |
312 | 312 | description = cms.untracked.string('Rate (TP Et > threshold)') |
|
316 | 316 | kind = cms.untracked.string('TH1F'), |
317 | 317 | otype = cms.untracked.string('Ecal3P'), |
318 | 318 | xaxis = cms.untracked.PSet( |
319 | | - high = cms.untracked.double(128.0), |
| 319 | + high = cms.untracked.double(256.0), |
320 | 320 | nbins = cms.untracked.int32(128), |
321 | 321 | low = cms.untracked.double(0.0), |
322 | | - title = cms.untracked.string('Et threshold (GeV)'), |
| 322 | + title = cms.untracked.string('Et threshold (ADC)'), |
323 | 323 | ), |
324 | 324 | btype = cms.untracked.string('User'), |
325 | 325 | description = cms.untracked.string('Rate (TP Et > threshold) for spike matched') |
|
0 commit comments