Skip to content

Fixes on ObjContainer, its usage and its test

Fixes on ObjContainer, its usage and its test

This includes work by @sroe.

We want the objcontainer

  • Play nicely with unique_ptr arguments directly
  • Work with non-const,
  • factory methods in ATLAS return std::unique_ptr<Trk::TrackParameters> ,e.g this is what the propagator return
  • Clean up a bit (@sroe)
  • A more complete test (@sroe)
Edited by Christos Anastopoulos

Merge request reports