Skip to content
Snippets Groups Projects

Use unique_ptr for tracks in MuonTrackSteeringTools

Merged William Axel Leight requested to merge wleight/athena:ATLASRECTS-5250_3 into master
  1. Sep 11, 2020
    • Will Leight's avatar
      Use unique_ptr for tracks in MuonTrackSteeringTools · 198bba89
      Will Leight authored
      Switching to using unique_ptr for Track and MuPatTrack objects.  In particular, MuPatTrack now stores a unique_ptr to the Track, rather than an (unnecessarily) const bare pointer.
      This should simplify the memory management for tracks and eliminates the need for some const_casts.
      Additionally, MuonTrackSelectorTool is moved to MuonTrackSteeringTools, as it is only used there.
      198bba89
Loading