Only use MuonDetectorManager as member variable if needed
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