CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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 )