From b67300233edb269543a210b8645f76843029a32f Mon Sep 17 00:00:00 2001 From: "R. Alex Barbieri" Date: Wed, 17 Jun 2015 18:18:27 +0200 Subject: [PATCH] make sure that the SuperClusters are available in AOD --- RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py b/RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py index 9680291d87925..ef17a2dd8c889 100644 --- a/RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py +++ b/RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py @@ -32,6 +32,8 @@ outputCommands = cms.untracked.vstring( 'keep floatedmValueMap_*_*_*', 'keep recoGsfElectrons_gedGsfElectronsTmp_*_*', + 'keep recoSuperClusters_correctedIslandBarrelSuperClusters_*_*', + 'keep recoSuperClusters_correctedIslandEndcapSuperClusters_*_*', 'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducer_*_*' ) )