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')