Skip to content

Trigger: thread-checker fixes

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

Enable thread-checker in a few packages and apply mostly trivial fixes.

TrigAnalysisExamples+TrigInDetAnalysis:

  • enable thread-checker and const fixes

TrigAccel:

  • enabled thread-checker (code was already clean of warnings)

TrigT1CaloMonitoring:

  • Use std::vector<bool> instead of a static array to store bits.
  • Replace localtime with thread-safe localtime_r.

Merge request reports