From 08544d2638c5a9847a8b3b21d2c12b3972588307 Mon Sep 17 00:00:00 2001 From: Slava Krutelyov Date: Fri, 16 Jun 2017 03:01:50 +0200 Subject: [PATCH] update inputs to use HI the new out-of-time photons --- RecoHI/Configuration/python/Reconstruction_hiPF_cff.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RecoHI/Configuration/python/Reconstruction_hiPF_cff.py b/RecoHI/Configuration/python/Reconstruction_hiPF_cff.py index 0d0a7e0a1a3a0..81af2b3929ba1 100644 --- a/RecoHI/Configuration/python/Reconstruction_hiPF_cff.py +++ b/RecoHI/Configuration/python/Reconstruction_hiPF_cff.py @@ -23,6 +23,9 @@ gedGsfElectronsTmp.maxEOverPBarrel = cms.double(2.) gedGsfElectronsTmp.maxEOverPEndcaps = cms.double(2.) +ootPhotons.primaryVertexProducer = cms.InputTag("hiSelectedVertex") +ootPhotons.isolationSumsCalculatorSet.trackProducer = cms.InputTag("hiGeneralTracks") + from RecoParticleFlow.Configuration.RecoParticleFlow_cff import * particleFlowClusterECAL.energyCorrector.verticesLabel = cms.InputTag('hiPixelAdaptiveVertex')