Struct root_io::tree_reader::Tree
[−]
[src]
pub struct Tree { /* fields omitted */ }A Tree is the default "container" for datasets in Root files The
data is oranized in so-called branches. This type is exposed only
for the purpose of creating ColumnFixedIntoIter and
ColumnVarIntoIter objects from it.
Methods
impl<'s> Tree[src]
fn branch_names_and_types(&self) -> Vec<(String, Vec<String>)>[src]
Get all the branch names and types (including nested ones) of this tree The first element is the name, the second one is the type