Skip to content

PyAnalysisUtils: Fix for root 6.24.

In root 6.24, TDirectory::CurrentDirectory() returns a std::atomic. Need to adjust the python code that calls it to adapt to this.

Merge request reports