Skip to content

LWHists: minimal thread-checker fix

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

Use atomic for histogram counter to avoid thread-checker warnings in client code. In general, the LWHists are not thread-safe.

Merge request reports