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
[tree] Rework TChain::GetEntries to avoid side-effects
Instead of relying on TChain::LoadTree to compute the total number of entries, which has guaranteed side-effects, switch to a simpler accumulation algorithm by opening just the files of the chain. Use the READ_WITHOUT_GLOBAL_REGISTRATION option to avoid possible side-effects in this case as well.
0 commit comments