Skip to content
Snippets Groups Projects
Commit 32bc0000 authored by Enrico Guiraud's avatar Enrico Guiraud Committed by Guilherme Amadio
Browse files

[TDF] Fix bug in parallel Snapshot

Fix ROOT-8918 in master.
parent 0212be79
Branches
Tags
No related merge requests found
......@@ -499,6 +499,7 @@ public:
}
fOutputTrees[slot] = new TTree(fTreeName.c_str(), fTreeName.c_str(), /*splitlvl=*/99, /*dir=*/treeDirectory);
fOutputTrees[slot]->ResetBit(kMustCleanup); // do not mingle with the thread-unsafe gListOfCleanups
fOutputTrees[slot]->SetImplicitMT(false);
if (r) {
// not an empty-source TDF
auto inputTree = r->GetTree();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment