Skip to content

StoreGateSvc: cleanup service retrievals

Frank Winklmeier requested to merge fwinkl/athena:sg_svcloc into main

Use ServiceHandle and SmartIF instead of bare service pointers, which will be deprecated in Gaudi v39r1. Also simplify JobOptionsSvc retrieval.

The reference updates are needed because service retrieval is done "quietly" by the handle.

Merge request reports