Skip to content

TrigConfBase: Thread-safety fixes for messaging

Frank Winklmeier requested to merge fwinkl/athena:trig_threadcheck_conf into master
  • const-fix for outputLevel method in AthenaKernel/getMessageSvc
  • Enable static thread checker for TrigConfBase
  • Apply the same thread-safety fixes in TrigConfMessaging that were done already in AthMessaging (use a thread-local MsgStream instance)
  • Add unit test for the standalone and athena use-case

cc @stelzer

Merge request reports