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