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