Skip to main content

write_root

Function write_root 

Source
pub fn write_root(
    dataset: &PyDataset,
    path: Bound<'_, PyAny>,
    tree: Option<String>,
    chunk_size: Option<usize>,
    precision: &str,
) -> PyResult<()>
Expand description

Write a Dataset to a ROOT file using the oxyroot backend.