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