| 18 | private: | private: | 
| 19 |  |  | 
| 20 | public: | public: | 
| 21 |  | TString DV_ver; | 
| 22 |  | TString ORB_ver; | 
| 23 | TString TRIG_ver; | TString TRIG_ver; | 
| 24 | TString TOF_ver; | TString TOF_ver; | 
| 25 | TString AC_ver; | TString AC_ver; | 
| 27 | TString CAL_ver; | TString CAL_ver; | 
| 28 | TString S4_ver; | TString S4_ver; | 
| 29 | TString ND_ver; | TString ND_ver; | 
|  | TString ORB_ver; |  | 
| 30 | // | // | 
| 31 | // Default constructor | // Default constructor | 
| 32 | // | // | 
| 35 | void Clear(); | void Clear(); | 
| 36 | void GetLevel2Struct(cSoftInfo *l2) const; | void GetLevel2Struct(cSoftInfo *l2) const; | 
| 37 | SoftInfo*   GetSoftInfo(){return this;}; | SoftInfo*   GetSoftInfo(){return this;}; | 
| 38 |  | UInt_t GetSWinfo(TString DEC); | 
| 39 |  |  | 
| 40 | // | // | 
| 41 | ClassDef(SoftInfo,1); | ClassDef(SoftInfo,2); | 
| 42 | // | // | 
| 43 | }; | }; | 
| 44 |  |  | 
| 94 | void *GetPointerToSI(){return &version;}; | void *GetPointerToSI(){return &version;}; | 
| 95 | void *GetPointerToRI(){return this;}; | void *GetPointerToRI(){return this;}; | 
| 96 | //void *GetPointerToRI(){return &glrun;}; | //void *GetPointerToRI(){return &glrun;}; | 
| 97 | TChain *LoadRunInfoTree(TList *fl); | TChain *GetRunTree(TList *fl); | 
| 98 | // | // | 
| 99 | UInt_t GetRunEntries(){return(totnorun);}; | UInt_t GetRunEntries(){return(totnorun);}; | 
| 100 | UInt_t GetNoRun(){return(norun);}; | UInt_t GetNoRun(){return(norun);}; |