Too many entries in TChain?

Hi,

I am looping over a TChain with a lot of entries, TChain::GetEntries() returns as number of events 1234567890, which obviously can’t be true. Do I have to split up the chain, or how can I handle this correctly?

Using version 5.06 on linux with gcc 3.3.3

regards,

Gernot

Hi Gernot,

see root.cern.ch/root/html/TChain#TChain:AddFile

Cheers, Axel.