Skip to content

Commit

Permalink
Merge pull request #21311 from ttrk/cmssw94X_EC_islandPhotons
Browse files Browse the repository at this point in the history
keep islandPhoton related collections via HI eras (94X)
  • Loading branch information
cmsbuild committed Nov 19, 2017
2 parents 1c7f03e + 4108a44 commit f8fbf9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RecoEcal/Configuration/python/RecoEcal_EventContent_cff.py
Expand Up @@ -104,6 +104,11 @@
from Configuration.Eras.Modifier_ppRef_2017_cff import ppRef_2017
#HI-specific products needed in pp scenario special configurations
for e in [pA_2016, peripheralPbPb, pp_on_XeXe_2017, ppRef_2017]:
for ec in [RecoEcalAOD.outputCommands, RecoEcalRECO.outputCommands, RecoEcalFEVT.outputCommands]:
e.toModify( ec, func=lambda outputCommands: outputCommands.extend(['keep recoSuperClusters_correctedIslandBarrelSuperClusters_*_*',
'keep recoSuperClusters_correctedIslandEndcapSuperClusters_*_*'
])
)
for ec in [RecoEcalRECO.outputCommands, RecoEcalFEVT.outputCommands]:
e.toModify( ec, func=lambda outputCommands: outputCommands.extend(['keep recoCaloClusters_islandBasicClusters_*_*'])
)
Expand Up @@ -186,6 +186,7 @@
e.toModify( ec, func=lambda outputCommands: outputCommands.extend(['keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerppGED_*_*',
'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerpp_*_*',
'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerppIsland_*_*',
'keep recoPhotonCores_islandPhotonCore_*_*',
'keep recoPhotons_islandPhotons_*_*'
])
)

0 comments on commit f8fbf9e

Please sign in to comment.