CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/RecoJets/JetProducers/python/AnomalousCellParameters_cfi.py

Go to the documentation of this file.
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 )