Skip to content

xAODBPhys+DerivationFrameworkBPhys: cleanup logging

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

Use AthMessaging for logging and cleanup the BPHYS_CHECK macro. The latter used the existence of ATH_MSG_WARNING as a means to decide if the message logging is available. That's extremely fragile as minor changes to includes can make the code fail to compile (as seen in !55931 (merged)).

Merge request reports