Skip to content

Commit

Permalink
revert customization of FEVTDEBUGHLTEventContent introduced in PR cms…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Nov 15, 2023
1 parent 44550c1 commit 0f66df3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Configuration/EventContent/python/EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_*_*',
Expand Down

0 comments on commit 0f66df3

Please sign in to comment.