/[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.6 by mocchiut, Thu Nov 9 14:44:07 2006 UTC revision 1.7 by mocchiut, Mon Nov 27 16:34:47 2006 UTC
# Line 102  class ItoRunInfo : public GL_RUN { Line 102  class ItoRunInfo : public GL_RUN {
102      Bool_t IsReprocessing(){return(reprocessing);};      Bool_t IsReprocessing(){return(reprocessing);};
103      UInt_t GetFirstEntry(){return(first_file_entry);};      UInt_t GetFirstEntry(){return(first_file_entry);};
104      UInt_t GetLastEntry(){return(last_file_entry-1);};      UInt_t GetLastEntry(){return(last_file_entry-1);};
105      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);};
106      UInt_t GetFileEntries(){return(file_entries);};          UInt_t GetFileEntries(){return(file_entries);};    
107      //      //
108      ClassDef(ItoRunInfo,1);      ClassDef(ItoRunInfo,1);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23