CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FedChannelDigis_cfi.py
Go to the documentation of this file.
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  UnpackCommonModeValues = cms.bool(False),
16  DoAllCorruptBufferChecks = cms.bool(False),
17  ErrorThreshold = cms.uint32(7174)
18 )
19