Skip to content

Make HltLumiSummaryDecoder thread-safe

Gerhard Raven requested to merge future-make-lumisummarydecoder-thread-safe into future

The statistics counters are now atomics, and the addition of the total data size ( a double ) is done with a 'compare and swap' pattern

Merge request reports