CMS 3D CMS Logo

FedChannelDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 FedChannelDigis = cms.EDProducer("SiStripRawToDigiModule",
4  ProductLabel = cms.InputTag('rawDataCollector'),
5  CreateDigis = cms.untracked.bool(True),
6  AppendedBytes = cms.int32(0),
7  UseDaqRegister = cms.bool(True),
8  UseFedKey = cms.bool(True),
9  UnpackBadChannels = cms.bool(False),
10  MarkModulesOnMissingFeds = cms.bool(True),
11  TriggerFedId = cms.int32(-1),
12  #FedEventDumpFreq = cms.untracked.int32(0),
13  #FedBufferDumpFreq = cms.untracked.int32(0),
14  #Quiet = cms.untracked.bool(False),
15  LegacyUnpacker = cms.bool(False),
16  DoAPVEmulatorCheck = cms.bool(False),
17  UnpackCommonModeValues = cms.bool(False),
18  DoAllCorruptBufferChecks = cms.bool(False),
19  ErrorThreshold = cms.uint32(7174)
20 )
21