MuonGeoModel: use AthMessaging in Station class
The Station
class was printing a lot of unprotected VERBOSE messages.
Also there are a lot of local MsgStream
instances created. Instead
derive from AthMessaging
and use the ATH_MSG
macros for logging.
Relates to ATR-21692.
Edited by Frank Winklmeier