CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/EventFilter/SiStripRawToDigi/python/SiStripDigis_cfi.py

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