pub fn events_url_chunked(
url: &str,
schema: &BranchSchema,
chunk_size: usize,
) -> Result<EventIterator>Expand description
Stream the Events TTree from an HTTP(S) URL with an explicit chunk size.
pub fn events_url_chunked(
url: &str,
schema: &BranchSchema,
chunk_size: usize,
) -> Result<EventIterator>Stream the Events TTree from an HTTP(S) URL with an explicit chunk size.