|
213 | 213 | btype = cms.untracked.string('TriggerTower'), |
214 | 214 | description = cms.untracked.string('') |
215 | 215 | ), |
| 216 | + TTSpikeOffline = cms.untracked.PSet( |
| 217 | + path = cms.untracked.string('%(subdet)s/%(prefix)sSelectiveReadoutTask/%(prefix)sSRT TT LUT for Offline Spikes%(suffix)s'), |
| 218 | + kind = cms.untracked.string('TH2F'), |
| 219 | + otype = cms.untracked.string('Ecal3P'), |
| 220 | + btype = cms.untracked.string('TriggerTower'), |
| 221 | + description = cms.untracked.string('') |
| 222 | + ), |
216 | 223 | EtSummary = cms.untracked.PSet( |
217 | 224 | path = cms.untracked.string('%(subdet)s/%(prefix)sSummaryClient/%(prefix)sTTT%(suffix)s Et trigger tower summary'), |
218 | 225 | kind = cms.untracked.string('TProfile2D'), |
|
257 | 264 | kind = cms.untracked.string('TH1F'), |
258 | 265 | otype = cms.untracked.string('Ecal3P'), |
259 | 266 | xaxis = cms.untracked.PSet( |
260 | | - high = cms.untracked.double(256.0), |
| 267 | + high = cms.untracked.double(128.0), |
261 | 268 | nbins = cms.untracked.int32(128), |
262 | 269 | low = cms.untracked.double(0.0), |
263 | | - title = cms.untracked.string('TP Et') |
| 270 | + title = cms.untracked.string('Et threshold (GeV)') |
264 | 271 | ), |
265 | 272 | btype = cms.untracked.string('User'), |
266 | 273 | description = cms.untracked.string('Distribution of the trigger primitive Et.') |
267 | 274 | ), |
| 275 | + EtRealSpikeMatched = cms.untracked.PSet( |
| 276 | + path = cms.untracked.string('%(subdet)s/%(prefix)sTriggerTowerTask/%(prefix)sTTT Et spectrum Real Digis matched to spikes %(suffix)s'), |
| 277 | + kind = cms.untracked.string('TH1F'), |
| 278 | + otype = cms.untracked.string('Ecal3P'), |
| 279 | + xaxis = cms.untracked.PSet( |
| 280 | + high = cms.untracked.double(128.0), |
| 281 | + nbins = cms.untracked.int32(128), |
| 282 | + low = cms.untracked.double(0.0), |
| 283 | + title = cms.untracked.string('Et threshold (GeV)') |
| 284 | + ), |
| 285 | + btype = cms.untracked.string('User'), |
| 286 | + description = cms.untracked.string('Distribution of the trigger primitive Et. for TT matched to spikes') |
| 287 | + ), |
| 288 | + EffSpikeMatch = cms.untracked.PSet( |
| 289 | + path = cms.untracked.string('%(subdet)s/%(prefix)sTriggerTowerTask/%(prefix)sTTT Efficiency of spike killer matching%(suffix)s'), |
| 290 | + kind = cms.untracked.string('TH1F'), |
| 291 | + otype = cms.untracked.string('Ecal3P'), |
| 292 | + xaxis = cms.untracked.PSet( |
| 293 | + high = cms.untracked.double(128.0), |
| 294 | + nbins = cms.untracked.int32(128), |
| 295 | + low = cms.untracked.double(0.0), |
| 296 | + title = cms.untracked.string('Et threshold (GeV)') |
| 297 | + ), |
| 298 | + btype = cms.untracked.string('User'), |
| 299 | + description = cms.untracked.string('Efficiency of spike killer matching') |
| 300 | + ), |
| 301 | + EtRealIntVsThres = cms.untracked.PSet( |
| 302 | + path = cms.untracked.string('%(subdet)s/%(prefix)sTriggerTowerTask/%(prefix)sTTT Rate of TP with Et above threshold vs Et threshold%(suffix)s'), |
| 303 | + kind = cms.untracked.string('TH1F'), |
| 304 | + otype = cms.untracked.string('Ecal3P'), |
| 305 | + xaxis = cms.untracked.PSet( |
| 306 | + high = cms.untracked.double(128.0), |
| 307 | + nbins = cms.untracked.int32(128), |
| 308 | + low = cms.untracked.double(0.0), |
| 309 | + title = cms.untracked.string('Et threshold (GeV)'), |
| 310 | + ), |
| 311 | + btype = cms.untracked.string('User'), |
| 312 | + description = cms.untracked.string('Rate (TP Et > threshold)') |
| 313 | + ), |
| 314 | + EtRealSpikeMatchedIntVsThres = cms.untracked.PSet( |
| 315 | + path = cms.untracked.string('%(subdet)s/%(prefix)sTriggerTowerTask/%(prefix)sTTT Rate of TP with Et above threshold (spike matched) vs Et threshold%(suffix)s'), |
| 316 | + kind = cms.untracked.string('TH1F'), |
| 317 | + otype = cms.untracked.string('Ecal3P'), |
| 318 | + xaxis = cms.untracked.PSet( |
| 319 | + high = cms.untracked.double(128.0), |
| 320 | + nbins = cms.untracked.int32(128), |
| 321 | + low = cms.untracked.double(0.0), |
| 322 | + title = cms.untracked.string('Et threshold (GeV)'), |
| 323 | + ), |
| 324 | + btype = cms.untracked.string('User'), |
| 325 | + description = cms.untracked.string('Rate (TP Et > threshold) for spike matched') |
| 326 | + ), |
268 | 327 | RealvEmulEt = cms.untracked.PSet( |
269 | 328 | kind = cms.untracked.string('TH2F'), |
270 | 329 | xaxis = cms.untracked.PSet( |
|
284 | 343 | path = cms.untracked.string('%(subdet)s/%(prefix)sTriggerTowerTask/%(prefix)sTTT Real vs Emulated TP Et%(suffix)s'), |
285 | 344 | description = cms.untracked.string('Real data VS emulated TP Et (in-time)') |
286 | 345 | ), |
| 346 | + TrendEtSum = cms.untracked.PSet( |
| 347 | + path = cms.untracked.string('Ecal/Trends/TriggerTowerTask Et sum of TPs above threshold'), |
| 348 | + kind = cms.untracked.string('TProfile'), |
| 349 | + otype = cms.untracked.string('Ecal2P'), |
| 350 | + btype = cms.untracked.string('Trend'), |
| 351 | + description = cms.untracked.string('Trend of Et sum of TPs with Et > 30 GeV.') |
| 352 | + ), |
| 353 | + TrendEtSpikeMatchSum = cms.untracked.PSet( |
| 354 | + path = cms.untracked.string('Ecal/Trends/TriggerTowerTask Et sum of TPs above threshold (Spike Matched)'), |
| 355 | + kind = cms.untracked.string('TProfile'), |
| 356 | + otype = cms.untracked.string('Ecal2P'), |
| 357 | + btype = cms.untracked.string('Trend'), |
| 358 | + description = cms.untracked.string('Trend of Et sum of TPs (spike-matched) with Et > 30 GeV.') |
| 359 | + ), |
287 | 360 | LHCStatusByLumi = cms.untracked.PSet( |
288 | 361 | path = cms.untracked.string('Ecal/Trends/LHC status by lumi'), |
289 | 362 | kind = cms.untracked.string('REAL'), |
|
0 commit comments