From 7d9197171d650566792024298706545d67ff44b0 Mon Sep 17 00:00:00 2001 From: mmusich Date: Tue, 6 Aug 2024 08:45:25 +0200 Subject: [PATCH] add renamed tracking at HLT products to phase-2 FEVTDEBUGHLTEventContent --- Configuration/EventContent/python/EventContent_cff.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Configuration/EventContent/python/EventContent_cff.py b/Configuration/EventContent/python/EventContent_cff.py index 161331705ddcd..1b80756b5cb07 100644 --- a/Configuration/EventContent/python/EventContent_cff.py +++ b/Configuration/EventContent/python/EventContent_cff.py @@ -677,8 +677,12 @@ def SwapKeepAndDrop(l): ]) phase2_tracker.toModify(FEVTDEBUGHLTEventContent, outputCommands = FEVTDEBUGHLTEventContent.outputCommands+[ + 'keep *_hltSiPixelClusters_*_*', + 'keep *_hltSiPhase2Clusters_*_*', 'keep *_hltPhase2PixelTracks_*_*', - 'keep *_hltPhase2PixelVertices_*_*' + 'keep *_hltPhase2PixelVertices_*_*', + 'keep *_hltGeneralTracks_*_*', + 'keep *_hltOfflinePrimaryVertices_*_*' ]) phase2_common.toModify(FEVTDEBUGHLTEventContent,