Skip to content

New typedef ActsTrk::TrackContainer

Tim Adye requested to merge adye/athena:TrackContainer into master
  • new typedef ActsTrk::TrackContainer = Acts::TrackContainer<Acts::VectorTrackContainer, Acts::VectorMultiTrajectory, Acts::detail::ValueHolder>
    • Also define ActsTrk::ConstTrackContainer, though that's not used yet.
    • As discussed in ATLIDTRKCP-460
  • chmod -x all non-executable files under Tracking/Acts. I did that here, because the previous commit changed the mode of a couple of files, so I thought I might as well take care of the rest.

Merge request reports