Skip to content

AtlasDetectorID: use AthMessaging for logging

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

Use AthMessaging for logging in the AtlasDetectorID class. Requires the following additional changes:

  • MuonIdHelper no longer needs to inherit from AthMessaging
  • ignore warnings about using std::cout in unit tests or update references
  • remove "private" ATH_MSG macros that collides with the "official" one
Edited by Frank Winklmeier

Merge request reports