-
- Downloads
[TDF] Add `Range` nodes
Only in the non-multi-thread case (i.e. only if EnableImplicitMT has not been called), a new type of node is now available: `Range` nodes act like filters but independently of the branch values: Ranges filter according to their `start`,`stop` and `stride` parameters. Ranges allow early stopping of the event-loop, something that was previously not possible.
Showing
- tree/treeplayer/inc/ROOT/TDFNodes.hxx 101 additions, 6 deletionstree/treeplayer/inc/ROOT/TDFNodes.hxx
- tree/treeplayer/inc/ROOT/TDataFrameInterface.hxx 42 additions, 0 deletionstree/treeplayer/inc/ROOT/TDataFrameInterface.hxx
- tree/treeplayer/src/TDFNodes.cxx 23 additions, 1 deletiontree/treeplayer/src/TDFNodes.cxx
Loading
Please register or sign in to comment