Skip to content

Commit 4d81e1e

Browse files
committed
revert customization of FEVTDEBUGHLTEventContent introduced in PR cms-sw#43141
1 parent 86106cf commit 4d81e1e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Configuration/EventContent/python/EventContent_cff.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ def SwapKeepAndDrop(l):
238238
from Configuration.Eras.Modifier_phase2_timing_layer_cff import phase2_timing_layer
239239
from Configuration.Eras.Modifier_run2_GEM_2017_cff import run2_GEM_2017
240240
from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM
241-
from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3
242241
from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
243242
from RecoLocalFastTime.Configuration.RecoLocalFastTime_EventContent_cff import *
244243
from RecoMTD.Configuration.RecoMTD_EventContent_cff import *
@@ -642,18 +641,6 @@ def SwapKeepAndDrop(l):
642641
FEVTDEBUGHLTEventContent.outputCommands.append('keep *_*_StripDigiSimLink_*')
643642
FEVTDEBUGHLTEventContent.outputCommands.append('keep *_*_PixelDigiSimLink_*')
644643

645-
pp_on_PbPb_run3.toModify(FEVTDEBUGHLTEventContent,
646-
outputCommands = FEVTDEBUGHLTEventContent.outputCommands+[
647-
'keep *_hltMergedTracksPPOnAA_*_*',
648-
'keep *_hltVerticesPFFilterPPOnAA_*_*',
649-
'keep *_hltDoubletRecoveryPFlowTrackSelectionHighPurityPPOnAA_*_*',
650-
'keep *_hltPixelTracksPPOnAA_*_*',
651-
'keep *_hltPixelVerticesPPOnAA_*_*',
652-
'keep *_hltTrimmedPixelVerticesPPOnAA_*_*',
653-
'keep *_hltSiPixelClustersAfterSplittingPPOnAA_*_*',
654-
'keep *_hltHITrackingSiStripRawToClustersFacilityFullZeroSuppression_*_*'
655-
])
656-
657644
approxSiStripClusters.toModify(FEVTDEBUGHLTEventContent,
658645
outputCommands = FEVTDEBUGHLTEventContent.outputCommands+[
659646
'keep *_hltSiStripClusters2ApproxClusters_*_*',

0 commit comments

Comments
 (0)