Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 siStripDigis = cms.EDProducer(
00004 "SiStripRawToDigiModule",
00005 ProductLabel = cms.InputTag('rawDataCollector'),
00006 AppendedBytes = cms.int32(0),
00007 UseDaqRegister = cms.bool(False),
00008 UseFedKey = cms.bool(False),
00009 UnpackBadChannels = cms.bool(False),
00010 MarkModulesOnMissingFeds = cms.bool(True),
00011 TriggerFedId = cms.int32(0),
00012
00013
00014 UnpackCommonModeValues = cms.bool(False),
00015 DoAllCorruptBufferChecks = cms.bool(False),
00016 ErrorThreshold = cms.uint32(7174)
00017 )
00018
00019