Skip to content

Move from MuonIdHelperTool to MuonIdHelperSvc (4)

Nicolas Koehler requested to merge nkoehler/athena:muIdHelp4 into master

Hi,

this MR uses MuonIdHelperSvc instead of MuonIdHelperTool in several muon packages. Furthermore, some cleanup is done (e.g. using ATH_CHECK macros where possible, removing unneeded includes, not using TMath...). Also in case ToolHandles/ServiceHandles are defined inline in the headers, the interfaces are also included there and the forward declarations are removed.

Best, Nico

Merge request reports