Skip to content

TrigDecisionTool: fix name for log messages

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

Messages from the TrigDecisionTool were showing up as:

0xd26a800#Trig::TrigDecisionToo...TrigDecisionTool   INFO ...

Need to make sure we use the tool name after demangling has happened in the AsgTool constructor, i.e. use the result of name() instead of the original name.

P.S.: I wish I didn't have to learn what's going on under to hood in the dual-use world when debugging this. I am rather horrified seeing that we are passing pointer values via strings and then demangle them when creating the AthAlgTool. 😲

Merge request reports