Struct root_io::RootFile [] [src]

pub struct RootFile { /* fields omitted */ }

RootFile wraps the most basic information of a ROOT file.

Methods

impl RootFile
[src]

[src]

Open a ROOT file and read in the necessary meta information

[src]

Return all TSreamerInfo for the data in this file

[src]

Slice of the items contained in this file

[src]

Translate the streamer info of this file to a YAML file

[src]

Generate Rust code from the streamer info of this file

Trait Implementations

impl Debug for RootFile
[src]

[src]

Formats the value using the given formatter.