Skip to content

Commit

Permalink
Merge pull request #18821 from kpedro88/Phase1-HE24
Browse files Browse the repository at this point in the history
temporarily disable setNoiseFlagsQIE11 for NZS
  • Loading branch information
davidlange6 committed May 18, 2017
2 parents 7f19882 + 1602309 commit 0982366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RecoLocalCalo/Configuration/python/hcalLocalRecoNZS_cff.py
Expand Up @@ -58,7 +58,8 @@
from Configuration.Eras.Modifier_run2_HCAL_2017_cff import run2_HCAL_2017
run2_HCAL_2017.toModify( hbherecoMB,
processQIE11 = cms.bool(True),
setNoiseFlagsQIE11 = cms.bool(True),
# temporarily disabled until RecoLocalCalo/HcalRecProducers/python/HBHEPhase1Reconstructor_cfi.py:flagParametersQIE11 is filled
# setNoiseFlagsQIE11 = cms.bool(True),
)

_plan1_hcalLocalRecoSequenceNZS = _phase1_hcalLocalRecoSequenceNZS.copy()
Expand Down

0 comments on commit 0982366

Please sign in to comment.