Skip to content

Commit

Permalink
Merge pull request #22141 from mmusich/add_leftout_parameters_101X
Browse files Browse the repository at this point in the history
[10.1.X] Add leftout parameters for FedChannelDigis
  • Loading branch information
cmsbuild committed Feb 12, 2018
2 parents 62d75c2 + 0aac55d commit 97da44e
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 97da44e

Please sign in to comment.