Skip to content
Snippets Groups Projects
Commit 5fc4567d authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[DOCS] Mention TTree's kEntriesReshuffled bit in the release notes

parent 800b2c7e
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,11 @@ The following people have contributed to this new version: ...@@ -48,6 +48,11 @@ The following people have contributed to this new version:
## TTree Libraries ## 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 ## Histogram Libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment