Skip to content

Commit

Permalink
add GSF tracking monitoring at HLT also in Phase-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed May 7, 2024
1 parent 83b5419 commit 03c2897
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions DQMOffline/Trigger/python/DQMOffline_Trigger_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
dqmInfoHLTMon *
HLTtrackerphase2DQMSource * # phase-2 IT and OT clusters
trackingMonitorHLT * # tracking
egmTrackingMonitorHLT * # EGM tracking
hltToOfflineTrackValidatorSequence * # Relative Online to Offline performace
vertexingMonitorHLT # vertexing
)
Expand Down
7 changes: 7 additions & 0 deletions DQMOffline/Trigger/python/TrackingMonitoring_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@
TrackProducer = 'hltEgammaGsfTracks',
allTrackProducer = 'hltEgammaGsfTracks'
)

from Configuration.Eras.Modifier_phase2_common_cff import phase2_common
phase2_common.toModify(gsfTracksMonitoringHLT,
primaryVertex = 'hltPhase2PixelVertices',
TrackProducer = 'hltEgammaGsfTracksL1Seeded',
allTrackProducer = 'hltEgammaGsfTracksL1Seeded')

pixelTracksForElectronsTracksMonitoringHLT = egmTrackingMonHLT.clone(
FolderName = 'HLT/EGM/Tracking/pixelTracks',
TrackProducer = 'hltPixelTracksElectrons',
Expand Down

0 comments on commit 03c2897

Please sign in to comment.