Entries frrom tree.Draw greatear than tree.GetEntries

Hello

While draw from a tree with some set of cuts, I notice that I get on screen the number of reported events to be greater than the tree.GetEntries(), ie

Events->GetEntries()
(long long) 31493226
Events->Draw("met", "cuts")
(long long) 60219665

Is this normal or maybe indicative of something wrong with my tree in the first place? Several branches are a 1D array in case that is of any help. In other words, what is reported after Drawing/Projecting a TTree?

I have the impression that if some branches are arrays are counted X dimension on the reported number? For example, I have some branches like met[7] should one use in the cuts “met[0]” or “met” is also ok and won’t be doublecounted for?

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