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  AppendedBytes = cms.int32(0),
7  UseDaqRegister = cms.bool(False),
8  UseFedKey = cms.bool(False),
9  UnpackBadChannels = cms.bool(False),
10  MarkModulesOnMissingFeds = cms.bool(True),
11  TriggerFedId = cms.int32(0),
12  #FedEventDumpFreq = cms.untracked.int32(0),
13  #FedBufferDumpFreq = cms.untracked.int32(0),
14  UnpackCommonModeValues = cms.bool(False),
15  DoAllCorruptBufferChecks = cms.bool(False),
16  DoAPVEmulatorCheck = cms.bool(False),
17  ErrorThreshold = cms.uint32(7174)
18  )
19 
20