Problems with ntuples

From: Jacek M. Holeczek (holeczek@us.edu.pl)
Date: Sat Mar 27 1999 - 12:09:41 MET


Hi,
On this occasion I noticed a potential bug in :
	Int_t TTree::GetEvent(Int_t event, Int_t getall)
there is :
	if (event < 0 || event > fEntries) return 0;
should be :
	if (event < 0 || event > fEntries-1 ) return 0;
Right ?
Jacek.



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:30 MET