--- DarthVader/RunInfo/inc/RunInfo.h 2006/09/04 15:43:49 1.4 +++ DarthVader/RunInfo/inc/RunInfo.h 2006/11/02 12:32:58 1.5 @@ -64,6 +64,8 @@ // SoftInfo *version; // + // GL_RUN *glrun; + // // Default constructor // ItoRunInfo(); @@ -89,6 +91,7 @@ // void *GetPointerToSI(){return &version;}; void *GetPointerToRI(){return this;}; + //void *GetPointerToRI(){return &glrun;}; TChain *LoadRunInfoTree(TList *fl); // UInt_t GetRunEntries(){return(totnorun);};