Skip to content

Fix TrackListRefiner for VPTrackSelector in Alignment

Chris Burr requested to merge fix-alignment-for-functional into master

Since future was merged the VP alignment hasn't been working due to this error:

VPOverlapTracks...  ERROR The type provided for /Event/Rec/Track/Best is AnyDataWrapper<Gaudi::Range_<std::vector<LHCb::Track const*,std::allocator<LHCb::Track const*> >,__gnu_cxx::__normal_iterator<LHCb::Track const* const*,std::vector<LHCb::Track const*,std::allocator<LHCb::Track const*> > > > > and is different from the one of the object in the store.

This patch appears to fix TrackListRefiner for the alignment but I don't know if there is a more correct solution.

Edited by Marco Cattaneo

Merge request reports