uproot.iterate usage
#1392
-
|
I'm able to open a ROOT file and use as needed with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
It appears if I filter out the custom classes I get the behavior I'm looking for. Something like |
Beta Was this translation helpful? Give feedback.
-
|
Afaik, This issue here arises because @ianna can probably provide more details or correct me here. |
Beta Was this translation helpful? Give feedback.
Afaik,
uprootimplements the most common ROOT classes in python such that they can be interpreted. Custom classes do not necessarily have such an implementation inuprootand thus can't be understood.This issue here arises because
uproot.opendoesn't read, it just opens the file, whereasuproot.iteratewill also read.@ianna can probably provide more details or correct me here.