Skip to content

Only use MuonDetectorManager as member variable if needed

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

Hi,

there are quite some places where a MuonDetectorManager pointer is used as member variable although it is not needed (not used or only used during initialize(). This MR should remove all members except for the ones which are really needed.

Best, Nico

Merge request reports