Skip to content

Removed Tr::TrackVectorFit::FitTrack

Daniel Campora Perez requested to merge remove_fittrack into master

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 Campora Perez

Merge request reports