Skip to content

Commit

Permalink
Add leftout parameters for FedChannelDigis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Feb 7, 2018
1 parent f35c400 commit 0aac55d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EventFilter/SiStripRawToDigi/python/FedChannelDigis_cfi.py
Expand Up @@ -11,7 +11,9 @@
TriggerFedId = cms.int32(-1),
#FedEventDumpFreq = cms.untracked.int32(0),
#FedBufferDumpFreq = cms.untracked.int32(0),
#Quiet = cms.untracked.bool(False)
#Quiet = cms.untracked.bool(False),
LegacyUnpacker = cms.bool(False),
DoAPVEmulatorCheck = cms.bool(False),
UnpackCommonModeValues = cms.bool(False),
DoAllCorruptBufferChecks = cms.bool(False),
ErrorThreshold = cms.uint32(7174)
Expand Down

0 comments on commit 0aac55d

Please sign in to comment.