CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AnomalousCellParameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)
10 )