From 2c9432c6dc2f847b6801c93e97684feef2636886 Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Mon, 27 Feb 2017 20:34:41 +0100 Subject: [PATCH] Remove HCAL M3 customisation for Monte Carlo --- HLTrigger/Configuration/python/customizeHLTforMC.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/HLTrigger/Configuration/python/customizeHLTforMC.py b/HLTrigger/Configuration/python/customizeHLTforMC.py index 357cba9088581..afd796422381d 100644 --- a/HLTrigger/Configuration/python/customizeHLTforMC.py +++ b/HLTrigger/Configuration/python/customizeHLTforMC.py @@ -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