Skip to content

Remove ROBDataProviderSvc EventContext fallbacks and adapt clients

Stewart Martin-Haugh requested to merge smh/athena:MuonMDT_CnvTools_ctx into 24.0

ROBDataProviderSvc kept the old interfaces, e.g.

getEvent() {
  return getEvent(Gaudi::Hive::currentContext());
}

These are not picked up by the static checker. Remove the old interfaces and adapt all clients. In many cases the ROBDataProviderSvc methods are being called from functions that already have an EventContext.

Merge request reports

Loading