Skip to content

INavigator remove legacy fallback methods

Remove compatibility methods of the form

INavigator::trackingGeometry() const
{
  return trackingGeometry(Gaudi::Hive::currentContext());
}

i.e calling the actual implementation that is always Event Context aware rm them.

Just use

INavigator::trackingGeometry(const EventContext& ctx)

directly.

Will let the CI let me know if they are remaining clients.

Edited by Christos Anastopoulos

Merge request reports