Skip to content

MuonGeoModel: use AthMessaging in Station class

Frank Winklmeier requested to merge fwinkl/athena:muongeo into master

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

Merge request reports