/[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.4 by mocchiut, Mon Sep 4 15:43:49 2006 UTC revision 1.5 by mocchiut, Thu Nov 2 12:32:58 2006 UTC
# Line 64  class ItoRunInfo : public GL_RUN { Line 64  class ItoRunInfo : public GL_RUN {
64      //      //
65      SoftInfo *version;      SoftInfo *version;
66      //      //
67        //    GL_RUN *glrun;
68        //
69      // Default constructor      // Default constructor
70      //      //
71      ItoRunInfo();      ItoRunInfo();
# Line 89  class ItoRunInfo : public GL_RUN { Line 91  class ItoRunInfo : public GL_RUN {
91      //      //
92      void *GetPointerToSI(){return &version;};      void *GetPointerToSI(){return &version;};
93      void *GetPointerToRI(){return this;};      void *GetPointerToRI(){return this;};
94        //void *GetPointerToRI(){return &glrun;};
95      TChain *LoadRunInfoTree(TList *fl);      TChain *LoadRunInfoTree(TList *fl);
96      //      //
97      UInt_t GetRunEntries(){return(totnorun);};      UInt_t GetRunEntries(){return(totnorun);};

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23