Revision 4688fd6d70c25f1339366a8f9e7ddaf70a07e23a authored by Christopher Jones on 15 October 2014, 21:34:17 UTC, committed by Philippe Canal on 02 December 2014, 22:36:40 UTC
The previous Clone method called for a histogram relied on both
the I/O system and on Cint to function. This lead to either
data race conditions or synchronization points when working with
different  histograms on different threads. Using TClass to
create an empty instance and then calling Copy plus a bit of
cleanup allows different histograms to be uncoupled.

(cherry picked from commit cff60155a5aaa965169b97214ee4c75992db245f)
1 parent 987e9b3
History

README.md

back to top