pub fn events_chunked_from_tree( path: &Path, tree_name: &str, schema: &BranchSchema, chunk_size: usize, ) -> Result<impl Iterator<Item = Result<Event>>>
Stream one named TTree with an explicit chunk size.