pub fn read_root(
path: Bound<'_, PyAny>,
tree: Option<String>,
p4s: Option<Vec<String>>,
aux: Option<Vec<String>>,
aliases: Option<Bound<'_, PyDict>>,
) -> PyResult<PyDataset>Expand description
Read a Dataset from a ROOT file using the oxyroot backend.