33 |
|
|
34 |
public: |
public: |
35 |
// |
// |
36 |
TString mh; |
TString mh; //! |
37 |
TString mp; |
TString mp; //! |
38 |
TString mu; |
TString mu; //! |
39 |
GL_TABLES(); |
GL_TABLES(); |
40 |
GL_TABLES(TString, TString, TString); |
GL_TABLES(TString, TString, TString); |
41 |
// |
// |
42 |
void Set(TString, TString, TString); |
void Set(TString, TString, TString); |
43 |
// |
// |
44 |
Bool_t IsConnected(TSQLServer *&); |
// Bool_t IsConnected(TSQLServer *&); |
45 |
|
Bool_t IsConnected(TSQLServer *); |
46 |
// |
// |
47 |
void ResetCounters(); |
void ResetCounters(); |
48 |
void AddQ(); |
void AddQ(); |
59 |
// |
// |
60 |
GL_TABLES *GetGLTABLES(){return this;}; |
GL_TABLES *GetGLTABLES(){return this;}; |
61 |
// |
// |
62 |
ClassDef(GL_TABLES,2); |
ClassDef(GL_TABLES,0); // 2 |
63 |
}; |
}; |
64 |
|
|
65 |
// ================================================================== |
// ================================================================== |