CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/EventFilter/SiStripRawToDigi/python/SiStripDigiToRaw_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiStripDigiToRaw = cms.EDProducer(
00004     "SiStripDigiToRawModule",
00005     InputModuleLabel = cms.string('simSiStripDigis'),
00006     InputDigiLabel = cms.string('ZeroSuppressed'),
00007     FedReadoutMode = cms.string('ZERO_SUPPRESSED'),
00008     UseFedKey = cms.bool(False),
00009     UseWrongDigiType = cms.bool(False)
00010     )
00011