Removed Tr::TrackVectorFit::FitTrack
To be applied with Rec!753 (merged)
As part of the removal of Tr::TrackVectorFit::FitTrack, I have refactored the Vector SOA containers into three files:
- VectorSOAStore: Stores the data in an aligned and contiguous manner. New store "backends" can be created if the initial storage is exhausted.
- VectorSOAMatrixView: Some generic Matrix views, to be used over the storage.
- VectorSOAIterator: Store backend-aware iterators.
Edited by Daniel Hugo Campora Perez