CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripDigis_cfi.py
Go to the documentation of this file.
2 
3 siStripDigis = cms.EDProducer(
4  "SiStripRawToDigiModule",
5  ProductLabel = cms.InputTag('rawDataCollector'),
6  LegacyUnpacker = cms.bool(False),
7  AppendedBytes = cms.int32(0),
8  UseDaqRegister = cms.bool(False),
9  UseFedKey = cms.bool(False),
10  UnpackBadChannels = cms.bool(False),
11  MarkModulesOnMissingFeds = cms.bool(True),
12  TriggerFedId = cms.int32(0),
13  #FedEventDumpFreq = cms.untracked.int32(0),
14  #FedBufferDumpFreq = cms.untracked.int32(0),
15  UnpackCommonModeValues = cms.bool(False),
16  DoAllCorruptBufferChecks = cms.bool(False),
17  DoAPVEmulatorCheck = cms.bool(False),
18  ErrorThreshold = cms.uint32(7174)
19  )
20 
21