-
Notifications
You must be signed in to change notification settings - Fork 67
TChain like behavior? #347
Comments
Ok, now I have read the full tutorial. Basically, what I want is uproot.iterate. So all that is needed then is an additional sentence in that section of the tutorial, that uproot.iterate is the closest to TChain-like processing. |
If there is a sentence that mentions TChain explicitly, then the note can be found with ctrl+f |
Since the interface is array-at-a-time, rather than event-at-a-time, there isn't a direct analogue, but most users replace TChain with The unbound functions in the |
Good point. TODO: add a note about TChain in the readme. |
One thing I find difficult with |
tl;dr: It would be nice if the docs could elaborate a bit on how to best replace a TChain to process several files at once with uproot facilities. I found the note regarding lazyarrays, but I was wondering whether there is more.
I wanted to process several files in a TChain-like way with uproot. From the reading the docs it was not clear to me how achieve this. It seems like uproot.open can only open one file. I found the lazyarray(s), which are great, but I would still like to know whether TChain-like processing of several files is possible with uproot or not.
The text was updated successfully, but these errors were encountered: