Skip to content

Use MessageSvc in MuonStation and hide DEBUG

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

Hi,

this MR does some cleanup in MuonStation:

  • use std::fabs
  • remove commented code
  • update copyright statements
  • use Athena::getMessageSvc() properly
  • in case of only DEBUG messages inside a function, use #ifndef NDEBUG to speed up code

Best, Nico

Merge request reports