Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided
I have a .root file with a TNtuple, which has only 3 leaves (day, hour, minute), each of which has thousands of entries. I’d like to read in the first row, and store the day, minute and hour in separate variables, and continue iterating over all the entries in the leaves. How exactly do I do this? Thanks!