From 89446f3306c9ea55b9f1f62a866bf9a0f55d9381 Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Wed, 28 Oct 2015 22:37:20 +0100 Subject: [PATCH] Re-introduce the new HCAL method 3 response correction Re-introduce the new HCAL response for Method 3, in order to better match Method 2. --- HLTrigger/Configuration/python/customizeHLTforMC.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HLTrigger/Configuration/python/customizeHLTforMC.py b/HLTrigger/Configuration/python/customizeHLTforMC.py index 3d92244bb161f..d6f7504e6f778 100644 --- a/HLTrigger/Configuration/python/customizeHLTforMC.py +++ b/HLTrigger/Configuration/python/customizeHLTforMC.py @@ -25,8 +25,8 @@ def customizeHLTforMC(process,_fastSim=False): process.hltHbhereco.timeSlewParsType = cms.int32( 3 ) # new time slew parametrisation 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 ) + # new response correction, matching Method 2 + process.hltHbhereco.respCorrM3 = cms.double( 0.95 ) if _fastSim: