diff --git a/RecoHI/HiEvtPlaneAlgos/python/RecoHiEvtPlane_EventContent_cff.py b/RecoHI/HiEvtPlaneAlgos/python/RecoHiEvtPlane_EventContent_cff.py index 74688637d7519..b680d4a959941 100644 --- a/RecoHI/HiEvtPlaneAlgos/python/RecoHiEvtPlane_EventContent_cff.py +++ b/RecoHI/HiEvtPlaneAlgos/python/RecoHiEvtPlane_EventContent_cff.py @@ -10,6 +10,7 @@ RecoHiEvtPlaneAOD = cms.PSet( outputCommands = cms.untracked.vstring('keep recoEvtPlanes_hiEvtPlane_*_*', + 'keep ZDCRecHitsSorted_zdcreco_*_*', 'keep ZDCDataFramesSorted_castorDigis_*_*', 'keep HFRecHitsSorted_hfreco_*_*' )