1 import FWCore.ParameterSet.Config
as cms
3 AnomalousCellParameters = cms.PSet(
4 maxBadEcalCells = cms.uint32(9999999),
5 maxRecoveredEcalCells = cms.uint32(9999999),
6 maxProblematicEcalCells = cms.uint32(9999999),
7 maxBadHcalCells = cms.uint32(9999999),
8 maxRecoveredHcalCells = cms.uint32(9999999),
9 maxProblematicHcalCells = cms.uint32(9999999)