Skip to content

Adds PrConverters to convert between vectors of v1 and v2 RecVertex

Patrick Spradlin requested to merge spradlin-202111Nov05-RecVtxConverter into master

Adds two complementary PrConverters for RecVertex vectors

  • From Event::v2::RecVertices to std::vector<LHCb::RecVertex>
  • From std::vector<LHCb::RecVertex> to Event::v2::RecVertices

The first is temporarily needed to use the output of an Allen-to-v2RecVertex converter as the input of a TOSFilter for SelReport Testing.

See Allen!647 (merged)

See Moore!1180 (merged)

Please advise on the suitability of the names and namespace assignments.

Edited by Patrick Spradlin

Merge request reports