Skip to content

Migrate ITrackVertexer to return std::unique_ptr

Gerhard Raven requested to merge migrate-vertexer-interface-to-unique-ptr into master

update implementations and users of ITrackVertexer accordingly (which implicitly fixes a memory leak in the Velo monitor code)

note: superset of !166 (merged).

Merge request reports