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