CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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