/[PAMELA software]/DarthVader/RunInfo/inc/RunInfo.h
ViewVC logotype

Diff of /DarthVader/RunInfo/inc/RunInfo.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pam-fi, Fri Jul 21 11:00:13 2006 UTC revision 1.3 by mocchiut, Fri Aug 4 13:09:50 2006 UTC
# Line 88  class ItoRunInfo : public GL_RUN { Line 88  class ItoRunInfo : public GL_RUN {
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);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23