Skip to content

Fix for hit sorting issue

William Axel Leight requested to merge wleight/athena:ATLASRECTS-6410_2 into master

On rare occasions there can be issues with sorting RPC and MDT hits in the same station using distances. This fix uses id-based sorting to ensure that RPC and MDT hits are handled correctly, thus avoiding the addition of duplicate hits to the track in the hit recovery, as reported in ATLASRECTS-6410.

Closes ATLASRECTS-6410

Merge request reports