Skip to content

Add Track v2

Sascha Stahl requested to merge AddTrackV2 into master

Adds a new Track object which does not inherit from KeyedObject and is not generated via GOD. The other difference is that it has a vector of States rather than pointer to States.

  • Give it a proper name, I would prefer LHCb::Pr::v1::Track or LHCb::Tracking::v1::Track as this object is intended to pass a track from one pattern recognition algorithm to the next.
  • Clean up and remove all unnecessary functions and member objects. E.g. default constructors and destructors should be possible.

Needed for Rec!1226 (merged)

Edited by Peter Kardos

Merge request reports