Skip to main content

read_events_from_tree

Function read_events_from_tree 

Source
pub fn read_events_from_tree(
    path: &Path,
    tree_name: &str,
    schema: BranchSchema,
) -> Result<Vec<Event>>
Expand description

Synchronously read one named TTree from a ROOT file into one [Event] per entry.