32 |
// |
// |
33 |
SoftInfo(); |
SoftInfo(); |
34 |
|
|
35 |
void Clear(); |
void Clear(Option_t *t=""); |
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); |
UInt_t GetSWinfo(TString DEC); |
89 |
Int_t GetRunInfo(UInt_t run); |
Int_t GetRunInfo(UInt_t run); |
90 |
UInt_t GetRunForEntry(UInt_t entry); |
UInt_t GetRunForEntry(UInt_t entry); |
91 |
void Close(); |
void Close(); |
92 |
void Clear(); |
void Clear(Option_t *t=""); |
93 |
// |
// |
94 |
void *GetPointerToSI(){return &version;}; |
void *GetPointerToSI(){return &version;}; |
95 |
void *GetPointerToRI(){return this;}; |
void *GetPointerToRI(){return this;}; |