You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to read some ROOT files with root-ls but all of them panic. I can inspect your simple.root and some other alice-open-data tuples, but I cannot read mine.
I just for example use uproot to create the following simple tuple
The ROOT file format is unfortunately quite undocumented. This project was primarily aimed at parsing ALICE's public ESD files which were created with a fairly old ROOT version. It can well be that more recent schemata of ROOT files are incompatible.
I am trying to read some ROOT files with root-ls but all of them panic. I can inspect your simple.root and some other alice-open-data tuples, but I cannot read mine.
I just for example use uproot to create the following simple tuple
Then I just run
and I get
Are there any special requirements for the ROOT files root-ls can open?
The text was updated successfully, but these errors were encountered: