Skip to content

GSF: Allow to not keep multicomponent Params in the transient past of the MTSOS

Christos Anastopoulos requested to merge ATLAS-EGamma/athena:GSF_MTSOS_slim into main

GSF: Allow to not keep multicomponent Params in the transient past of the MTSOS

  • We do not persistify the vector of multi component params of the multi component TSOS
  • We need it internally , but here we can have plain vectors
  • In the transient part we could opt to "export" it (for cases we want to access it) or not (save some memory) when we create the DV the Trk::Track holds.

Merge request reports