Prepare for track v2
Change a few things to make transition to a new track type easier.
- Use
using Track = LHCb::Event::v1::Track
in class header and anonymous namespaces in .cpp to specify the track type used. - Change output and input types of
PrLongLivedTracking
,PrMatchNN
andPrHybriSeeding
fromTracks
tovector<Track>
. - Remove use of
key
in constructor in upgrade pattern recognition algorithms. Following #24 (closed) the next track type should not inherit fromKeyedObject
. - Some minor changes.
Edited by Marco Cattaneo