Skip to content

Use v2::RecVertices instead of std::vector<v2::RecVertex>

Victor Renaudin requested to merge VDR_RecVertices into master
  • Change occurrences of std::vector<LHCb::Event::v2:RecVertex> to LHCb::Event::v2:RecVertices.
  • Extend the RecVertices converter to accept Track::Range (rather than just v1 Tracks)
  • 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

Merge request reports