Problem iterating over TTree

Hi,

I am having trouble iterating over a ttree(s) in a root file. For some reason, the GetEntry() function is stalling at certain entries, and I can’t figure out the reason why. Is it something I am doing wrong?

I attach the minimal reproducible script

gttp.cxx (603 Bytes)

and the link to the root file

https://cernbox.cern.ch/index.php/s/EhHocVi8WARSlxf

_ROOT Version: 6.26/06
_Platform: macOS Monterey Version 12.6

Never mind, I found the problem. It was because I was accessing the file via an ssh mount. When I ran it on the remote computer hosting the file it did not stall.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.