CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/SimCalorimetry/EcalZeroSuppressionProducers/python/ecalPreshowerDigis_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 simEcalPreshowerDigis = cms.EDProducer("ESZeroSuppressionProducer",
00004     ESdigiCollection = cms.string(''),
00005     digiProducer = cms.string('simEcalUnsuppressedDigis'),
00006     ESZSdigiCollection = cms.string('')
00007 )
00008 
00009 
00010