88 |
Bool_t IsReprocessing(){return(reprocessing);}; |
Bool_t IsReprocessing(){return(reprocessing);}; |
89 |
UInt_t GetFirstEntry(){return(first_file_entry);}; |
UInt_t GetFirstEntry(){return(first_file_entry);}; |
90 |
UInt_t GetLastEntry(){return(last_file_entry-1);}; |
UInt_t GetLastEntry(){return(last_file_entry-1);}; |
91 |
|
UInt_t GetEntries(){return(last_file_entry-1-first_file_entry);}; |
92 |
ULong64_t GetFileEntries(){return(file_entries);}; |
ULong64_t GetFileEntries(){return(file_entries);}; |
93 |
// |
// |
94 |
ClassDef(ItoRunInfo,1); |
ClassDef(ItoRunInfo,1); |