/[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.8 by mocchiut, Fri Nov 23 16:42:45 2007 UTC revision 1.9 by mocchiut, Tue May 15 14:31:19 2012 UTC
# Line 71  class ItoRunInfo : public GL_RUN { Line 71  class ItoRunInfo : public GL_RUN {
71      // Default constructor      // Default constructor
72      //      //
73      ItoRunInfo();      ItoRunInfo();
74        ~ItoRunInfo();
75      //      //
76      // Other constructors...      // Other constructors...
77      //      //
# Line 86  class ItoRunInfo : public GL_RUN { Line 87  class ItoRunInfo : public GL_RUN {
87      //      //
88      Int_t Update(UInt_t run, TString Detector, TString Version);      Int_t Update(UInt_t run, TString Detector, TString Version);
89      Int_t Read(UInt_t run);      Int_t Read(UInt_t run);
90        void Write();
91      Int_t GetRunInfo(UInt_t run);      Int_t GetRunInfo(UInt_t run);
92      UInt_t GetRunForEntry(UInt_t entry);      UInt_t GetRunForEntry(UInt_t entry);
93      void Close();      void Close();
# Line 105  class ItoRunInfo : public GL_RUN { Line 107  class ItoRunInfo : public GL_RUN {
107      UInt_t GetEntries(){Long64_t en = last_file_entry-1-first_file_entry; if ( en < 0LL ) en = 0LL; return((UInt_t)en);};      UInt_t GetEntries(){Long64_t en = last_file_entry-1-first_file_entry; if ( en < 0LL ) en = 0LL; return((UInt_t)en);};
108      UInt_t GetFileEntries(){return(file_entries);};          UInt_t GetFileEntries(){return(file_entries);};    
109      //      //
110      ClassDef(ItoRunInfo,1);      ClassDef(ItoRunInfo,3);
111      //      //
112  };  };
113    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23