00001 import FWCore.ParameterSet.Config as cms 00002 00003 AnomalousCellParameters = cms.PSet( 00004 maxBadEcalCells = cms.uint32(9999999), 00005 maxRecoveredEcalCells = cms.uint32(9999999), 00006 maxProblematicEcalCells = cms.uint32(9999999), 00007 maxBadHcalCells = cms.uint32(9999999), 00008 maxRecoveredHcalCells = cms.uint32(9999999), 00009 maxProblematicHcalCells = cms.uint32(9999999) 00010 )