/[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.1 by mocchiut, Fri May 19 13:15:47 2006 UTC revision 1.3 by mocchiut, Fri Aug 4 13:09:50 2006 UTC
# Line 9  Line 9 
9  //  //
10  #include <GLTables.h>  #include <GLTables.h>
11  //  //
12    #include <RunInfoStruct.h>
13    
14    
15  class SoftInfo : public TObject {  class SoftInfo : public TObject {
16    
# Line 27  class SoftInfo : public TObject { Line 29  class SoftInfo : public TObject {
29      // Default constructor      // Default constructor
30      //      //
31      SoftInfo();      SoftInfo();
32    
33        void GetLevel2Struct(cSoftInfo *l2) const;
34      //      //
35      ClassDef(SoftInfo,1);      ClassDef(SoftInfo,1);
36      //      //
# Line 84  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.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23