pub fn events_chunked( path: &Path, schema: &BranchSchema, chunk_size: usize, ) -> Result<impl Iterator<Item = Result<Event>>>
Stream the Events TTree with an explicit chunk size.
Events