Skip to content

Use MuonIdHelperTool as proxy to MuonIdHelperSvc

This MR is to allow us to migrate from MuonIdHelperTool to MuonIdHelperSvc gradually.

What it does is:

  • Turn the old MuonIdHelperTool into MuonIdHelperSvc
  • Create a new MuonIdHelperTool which simply acts as a proxy to the MuonIdHelperSvc.

Since the Tool is used in really a lot of places, changing from Tool to Service and all the ToolHandles suddenly to ServiceHandles along with it is not doable in one MR. This intermediate step allows us to gradually migrate from ToolHandles to ServiceHandles.

PS: this is unlikely to be functional already but I'm unable to effectively test the whole thing locally because it affects so many packages

Merge request reports