Skip to content

Commit

Permalink
add renamed tracking at HLT products to phase-2 FEVTDEBUGHLTEventContent
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Aug 6, 2024
1 parent 70fa9f5 commit 7d91971
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Configuration/EventContent/python/EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7d91971

Please sign in to comment.