--- DarthVader/RunInfo/inc/RunInfo.h 2006/11/02 12:32:58 1.5 +++ DarthVader/RunInfo/inc/RunInfo.h 2006/11/09 14:44:07 1.6 @@ -18,6 +18,8 @@ private: public: + TString DV_ver; + TString ORB_ver; TString TRIG_ver; TString TOF_ver; TString AC_ver; @@ -25,7 +27,6 @@ TString CAL_ver; TString S4_ver; TString ND_ver; - TString ORB_ver; // // Default constructor // @@ -34,9 +35,10 @@ void Clear(); void GetLevel2Struct(cSoftInfo *l2) const; SoftInfo* GetSoftInfo(){return this;}; + UInt_t GetSWinfo(TString DEC); // - ClassDef(SoftInfo,1); + ClassDef(SoftInfo,2); // }; @@ -92,7 +94,7 @@ void *GetPointerToSI(){return &version;}; void *GetPointerToRI(){return this;}; //void *GetPointerToRI(){return &glrun;}; - TChain *LoadRunInfoTree(TList *fl); + TChain *GetRunTree(TList *fl); // UInt_t GetRunEntries(){return(totnorun);}; UInt_t GetNoRun(){return(norun);};