read_branches
Read specific branch data from a ROOT file's TTree or RNTuple, optionally filtered by entry range and selection cuts.
Instructions
Read branch data from a TTree or RNTuple
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path | |
| tree_name | Yes | Tree name | |
| branches | Yes | ||
| entry_start | No | Start entry | |
| entry_stop | No | Stop entry | |
| selection | No | Optional cut expression |