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