2 params = cms.untracked.PSet(
3 synchErrThresholdFactor = cms.untracked.double(synchErrThresholdFactor)
5 sources = cms.untracked.PSet(
6 Entries = ecalOccupancyTask.MEs.DCC,
7 L1ADCC = ecalRawDataTask.MEs.L1ADCC,
8 FEStatus = ecalRawDataTask.MEs.FEStatus
10 MEs = cms.untracked.PSet(
11 QualitySummary = cms.untracked.PSet(
12 path = cms.untracked.string(
'%(subdet)s/%(prefix)sSummaryClient/%(prefix)sSFT%(suffix)s front-end status summary'),
13 kind = cms.untracked.string(
'TH2F'),
14 otype = cms.untracked.string(
'Ecal3P'),
15 btype = cms.untracked.string(
'SuperCrystal'),
16 description = cms.untracked.string(
'Summary of the raw data (DCC and front-end) quality. A channel is red if it has nonzero events with FE status that is different from any of ENABLED, DISABLED, SUPPRESSED, FIFOFULL, FIFOFULL_L1ADESYNC, and FORCEDZS. A FED can also go red if its number of L1A desynchronization errors is greater than ' + str(synchErrThresholdFactor) +
' * log10(total entries).')
18 ErrorsSummary = cms.untracked.PSet(
19 path = cms.untracked.string(
'%(subdet)s/%(prefix)sSummaryClient/%(prefix)sSFT front-end status errors summary'),
20 kind = cms.untracked.string(
'TH1F'),
21 otype = cms.untracked.string(
'Ecal2P'),
22 btype = cms.untracked.string(
'DCC'),
23 description = cms.untracked.string(
'Counter of data towers flagged as bad in the quality summary')