From 5fc4567d25c29b2cc7795fbed9969042403a83db Mon Sep 17 00:00:00 2001 From: Enrico Guiraud <enrico.guiraud@cern.ch> Date: Fri, 3 Apr 2020 12:20:41 +0200 Subject: [PATCH] [DOCS] Mention TTree's kEntriesReshuffled bit in the release notes --- README/ReleaseNotes/v622/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README/ReleaseNotes/v622/index.md b/README/ReleaseNotes/v622/index.md index 12d42ba60a2..821e8110c40 100644 --- a/README/ReleaseNotes/v622/index.md +++ b/README/ReleaseNotes/v622/index.md @@ -48,6 +48,11 @@ The following people have contributed to this new version: ## TTree Libraries +- A new status bit was added to `TTree`: `kEntriesReshuffled`, which indicates a `TTree` that is the output of the + processing of another tree during which its entry order has been changed (this can happen, for instance, when + processing a tree in a multi-thread application). To avoid silent entry number mismatches, trees with this bit set + cannot add friend trees nor can be added as friends, unless the friend `TTree` has an appropriate `TTreeIndex`. + ## Histogram Libraries -- GitLab