Skip to content

Commit

Permalink
revert customization of FEVTDEBUGHLTEventContent introduced in PR #43141
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Nov 16, 2023
1 parent e5677c0 commit 2565d57
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Configuration/EventContent/python/EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def SwapKeepAndDrop(l):
from Configuration.Eras.Modifier_phase2_timing_layer_cff import phase2_timing_layer
from Configuration.Eras.Modifier_run2_GEM_2017_cff import run2_GEM_2017
from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM
from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3
from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
from RecoLocalFastTime.Configuration.RecoLocalFastTime_EventContent_cff import *
from RecoMTD.Configuration.RecoMTD_EventContent_cff import *
Expand Down Expand Up @@ -642,18 +641,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_*_*',
Expand Down

0 comments on commit 2565d57

Please sign in to comment.