From 0f66df37ac64db5785cd3236bd202796ee06e3db Mon Sep 17 00:00:00 2001 From: mmusich Date: Wed, 15 Nov 2023 15:04:48 +0100 Subject: [PATCH] revert customization of FEVTDEBUGHLTEventContent introduced in PR #43141 --- .../EventContent/python/EventContent_cff.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Configuration/EventContent/python/EventContent_cff.py b/Configuration/EventContent/python/EventContent_cff.py index b26061c9cb7d3..b9dfd66ec3a66 100644 --- a/Configuration/EventContent/python/EventContent_cff.py +++ b/Configuration/EventContent/python/EventContent_cff.py @@ -642,18 +642,6 @@ def SwapKeepAndDrop(l): FEVTDEBUGHLTEventContent.outputCommands.append('keep *_*_StripDigiSimLink_*') FEVTDEBUGHLTEventContent.outputCommands.append('keep *_*_PixelDigiSimLink_*') -pp_on_PbPb_run3.toModify(FEVTDEBUGHLTEventContent, - outputCommands = FEVTDEBUGHLTEventContent.outputCommands+[ - 'keep *_hltMergedTracksPPOnAA_*_*', - 'keep *_hltVerticesPFFilterPPOnAA_*_*', - 'keep *_hltDoubletRecoveryPFlowTrackSelectionHighPurityPPOnAA_*_*', - 'keep *_hltPixelTracksPPOnAA_*_*', - 'keep *_hltPixelVerticesPPOnAA_*_*', - 'keep *_hltTrimmedPixelVerticesPPOnAA_*_*', - 'keep *_hltSiPixelClustersAfterSplittingPPOnAA_*_*', - 'keep *_hltHITrackingSiStripRawToClustersFacilityFullZeroSuppression_*_*' - ]) - approxSiStripClusters.toModify(FEVTDEBUGHLTEventContent, outputCommands = FEVTDEBUGHLTEventContent.outputCommands+[ 'keep *_hltSiStripClusters2ApproxClusters_*_*',