Skip to content

Surface: Add a case for when we want to control lifetime/ownership in a scope

Surface: Add a case for when we want to control lifetime/ownership in a scope

  • Use if for the reference surface in the extrapolator . Here the surface was never owned by the Tracking Geometry. But TGOwn was a way to say "we control it is not free".

  • Also used in a case where we want a temporary one for tmp Track Parameters (we do not return them) in the STEP

Merge request reports