Skip to content

TrigCost: Enable thread-checker for TrigCostMonitorMT

Aleksandra Poreba requested to merge aporeba/athena:cost-thread-safe into master

Make EnhancedBiasWeightCompAlg thread safe:

  • m_outputFilename is filled only fow event 0
  • m_ebWeights and m_eventToWeight are now thread-safe tbb:concurrent containers

Related to ATR-23510
Tagging @tamartin @fwinkl

Merge request reports