--- DarthVader/RunInfo/inc/RunInfo.h 2006/07/21 11:00:13 1.2 +++ DarthVader/RunInfo/inc/RunInfo.h 2006/08/04 13:09:50 1.3 @@ -88,6 +88,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);}; ULong64_t GetFileEntries(){return(file_entries);}; // ClassDef(ItoRunInfo,1);