Skip to content

Updated PixelAthMVAMonAlg to use TrackParticle

Thomas Strebler requested to merge tstreble/athena:TrackPart_PixelMon into master

With !54223 (merged) the computation of the expectInnermostPixelLayerHit and expectNextToInnermostPixelLayerHit Trk::TrackSummary variables will be moved into the xAOD::TrackParticle creation and won't be available in the original TrackSummary any more. This MR updates the PixelAthMVAMonAlg algorithm to use the xAOD::TrackParticle as base class to retrieve the summary fields, instead of the Trk::Track.

For master alone to avoid disturbance in data-taking monitoring.

FYI @ibragimo

Merge request reports