--- DarthVader/RunInfo/inc/RunInfo.h 2006/11/09 14:44:07 1.6 +++ DarthVader/RunInfo/inc/RunInfo.h 2006/11/27 16:34:47 1.7 @@ -102,7 +102,7 @@ Bool_t IsReprocessing(){return(reprocessing);}; UInt_t GetFirstEntry(){return(first_file_entry);}; UInt_t GetLastEntry(){return(last_file_entry-1);}; - UInt_t GetEntries(){return(last_file_entry-1-first_file_entry);}; + UInt_t GetEntries(){Long64_t en = last_file_entry-1-first_file_entry; if ( en < 0LL ) en = 0LL; return((UInt_t)en);}; UInt_t GetFileEntries(){return(file_entries);}; // ClassDef(ItoRunInfo,1);