Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • William Axel Leight's avatar
    975f7636
    Make the MuonTrackCleaner more thread-friendly · 975f7636
    William Axel Leight authored and Edward Moyse's avatar Edward Moyse committed
    Mutable variables are moved onto the stack and the code is migrated to use smart pointers.
    The tool now returns a std::unique_ptr: calling tools are modified to expect this.
    As this makes it impossible to compare pointers to see if there have been any changes from the cleaning, track parameters are now compared instead.
    Finally, the TMEF_CombinedMuonTrackBuilder will no longer add a perigee to the track at the MS entrance, matching the configuration in the offline tool.
    This also avoids possible problems resulting from creating a copy of a Trk::Track object with two perigees.
    975f7636
    History
    Make the MuonTrackCleaner more thread-friendly
    William Axel Leight authored and Edward Moyse's avatar Edward Moyse committed
    Mutable variables are moved onto the stack and the code is migrated to use smart pointers.
    The tool now returns a std::unique_ptr: calling tools are modified to expect this.
    As this makes it impossible to compare pointers to see if there have been any changes from the cleaning, track parameters are now compared instead.
    Finally, the TMEF_CombinedMuonTrackBuilder will no longer add a perigee to the track at the MS entrance, matching the configuration in the offline tool.
    This also avoids possible problems resulting from creating a copy of a Trk::Track object with two perigees.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.