Use v2::RecVertices instead of std::vector<v2::RecVertex>
- Change occurrences of
std::vector<LHCb::Event::v2:RecVertex>
toLHCb::Event::v2:RecVertices
. - Extend the
RecVertices
converter to acceptTrack::Range
(rather than just v1Tracks
) - An exception is thrown in the
RecVertices
converter when a participating track is not found in the given track container (i.e. there's a configuration error).
Needed for Moore!597 (merged)
Edited by Rosen Matev