Skip to content

Change pointing method to track surface from mtj

The primary change in this MR is how TrackSurface objects (in persistent form) are pointed to from TrackState. It used to be an EL and now it is an index which makes it symmetric with all other collections. Other changes:

  • fixed & adapted CSV dumper to store various indices in exported CSV files
  • corrected implementation of Surface pointing from TrackSummary object (index was in fact not filled)

Merge request reports