--- DarthVader/RunInfo/inc/RunInfo.h 2006/11/09 14:44:07 1.6 +++ DarthVader/RunInfo/inc/RunInfo.h 2007/11/23 16:42:45 1.8 @@ -32,7 +32,7 @@ // SoftInfo(); - void Clear(); + void Clear(Option_t *t=""); void GetLevel2Struct(cSoftInfo *l2) const; SoftInfo* GetSoftInfo(){return this;}; UInt_t GetSWinfo(TString DEC); @@ -89,7 +89,7 @@ Int_t GetRunInfo(UInt_t run); UInt_t GetRunForEntry(UInt_t entry); void Close(); - void Clear(); + void Clear(Option_t *t=""); // void *GetPointerToSI(){return &version;}; void *GetPointerToRI(){return this;}; @@ -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);