Skip to content

Commit

Permalink
Remove HCAL M3 customisation for Monte Carlo
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Feb 27, 2017
1 parent f80d8c9 commit 2c9432c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions HLTrigger/Configuration/python/customizeHLTforMC.py
Expand Up @@ -21,13 +21,5 @@ def customizeHLTforMC(process):
process.hltHbhereco.timeSlewPars = cms.vdouble( 12.2999, -2.19142, 0, 12.2999, -2.19142, 0, 12.2999, -2.19142, 0 )
# old response correction, matching the 2015D 25ns data
process.hltHbhereco.respCorrM3 = cms.double( 1.0 )
elif process.hltHbhereco._TypedParameterizable__type == 'HBHEPhase1Reconstructor':
# 2017 "plan 0"
process.hltHbhereco.algorithm.respCorrM3 = cms.double( 1.0 )

if 'hltHbhePhase1Reco' in process.__dict__:
if process.hltHbhePhase1Reco._TypedParameterizable__type == 'HBHEPhase1Reconstructor':
# 2017 "plan 1"
process.hltHbhePhase1Reco.algorithm.respCorrM3 = cms.double( 1.0 )

return process

0 comments on commit 2c9432c

Please sign in to comment.