CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/EventFilter/SiStripRawToDigi/python/FedChannelDigis_cfi.py

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     #FedEventDumpFreq  = cms.untracked.int32(0),
00013     #FedBufferDumpFreq = cms.untracked.int32(0),
00014     #Quiet             = cms.untracked.bool(False)
00015     UnpackCommonModeValues = cms.bool(False),
00016     DoAllCorruptBufferChecks = cms.bool(False),
00017     ErrorThreshold = cms.uint32(7174)
00018 )
00019