2 params = cms.untracked.PSet(
3 errFractionThreshold = cms.untracked.double(errFractionThreshold)
5 sources = cms.untracked.PSet(
6 Occupancy = ecalOccupancyTask.MEs.Digi,
7 BlockSize = ecalIntegrityTask.MEs.BlockSize,
8 Gain = ecalIntegrityTask.MEs.Gain,
9 GainSwitch = ecalIntegrityTask.MEs.GainSwitch,
10 ChId = ecalIntegrityTask.MEs.ChId,
11 TowerId = ecalIntegrityTask.MEs.TowerId,
13 MEs = cms.untracked.PSet(
14 QualitySummary = cms.untracked.PSet(
15 path = cms.untracked.string(
'%(subdet)s/%(prefix)sSummaryClient/%(prefix)sIT%(suffix)s integrity quality summary'),
16 kind = cms.untracked.string(
'TH2F'),
17 otype = cms.untracked.string(
'Ecal3P'),
18 btype = cms.untracked.string(
'Crystal'),
19 description = cms.untracked.string(
'Summary of the data integrity. A channel is red if more than ' + str(errFractionThreshold) +
' of its entries have integrity errors.')
21 Quality = cms.untracked.PSet(
22 path = cms.untracked.string(
'%(subdet)s/%(prefix)sIntegrityClient/%(prefix)sIT data integrity quality %(sm)s'),
23 kind = cms.untracked.string(
'TH2F'),
24 otype = cms.untracked.string(
'SM'),
25 btype = cms.untracked.string(
'Crystal'),
26 description = cms.untracked.string(
'Summary of the data integrity. A channel is red if more than ' + str(errFractionThreshold) +
' of its entries have integrity errors.')