CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalGlobalZeroSuppression_cfi.py
Go to the documentation of this file.
2 
3 simEcalGlobalZeroSuppression = cms.EDProducer("EcalZeroSuppressionProducer",
4  glbBarrelThreshold = cms.untracked.double(3.0),
5  EEdigiCollection = cms.string(''),
6  EBdigiCollection = cms.string(''),
7  EEZSdigiCollection = cms.string(''),
8  glbEndcapThreshold = cms.untracked.double(3.0),
9  digiProducer = cms.string('simEcalUnsuppressedDigis'),
10  EBZSdigiCollection = cms.string('')
11 )
12 
13 
14