Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 AnomalousCellParameters = cms.PSet(
0004     maxBadEcalCells         = cms.uint32(9999999),
0005     maxRecoveredEcalCells   = cms.uint32(9999999),
0006     maxProblematicEcalCells = cms.uint32(9999999),
0007     maxBadHcalCells         = cms.uint32(9999999),
0008     maxRecoveredHcalCells   = cms.uint32(9999999),
0009     maxProblematicHcalCells = cms.uint32(9999999)
0010 )