Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Saving to a ROOT file with "/" in tree name #45

@graipher

Description

@graipher

In normal ROOT, trees may be within a TDirectory. This is transparent during reading (e.g., one can do f->Get("DirectoryName/TreeName" in C++).

However, when saving a DataFrame one cannot generate this directory structure. When saving a DataFrame with key="DirectoryName/TreeName", this will just become the name of the tree. This object cannot be read back, because f->Get("DirectoryName/TreeName" will look for a tree with the name TreeName within the TDirectory DirectoryName, instead of a tree with that full name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions