Skip to content

Removed shared hit accessor for Analysis::Muon

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

In the context of ATLASRECTS-2807, the computation of the shared hit information is going to be moved from the Trk::TrackSummary into the xAOD::TrackParticle creation. The Analysis::Muon class implements interface with the Rec::TrackParticle but not the xAOD::TrackParticle. As the corresponding accessor methods do not appear to be used anywhere, they are simply removed. Going full-build full-unit-tests for safety

Merge request reports