6 |
#include <TSQLServer.h> |
#include <TSQLServer.h> |
7 |
#include <TSQLRow.h> |
#include <TSQLRow.h> |
8 |
#include <TSQLResult.h> |
#include <TSQLResult.h> |
9 |
|
#include <GLTablesStruct.h> |
10 |
// ================================================================== |
// ================================================================== |
11 |
/** |
/** |
12 |
* \brief Class to store GL_RUN data |
* \brief Class to store GL_RUN data |
36 |
|
|
37 |
Int_t Query_GL_RUN(ULong64_t, TSQLServer*); |
Int_t Query_GL_RUN(ULong64_t, TSQLServer*); |
38 |
|
|
39 |
|
void GetLevel2Struct(cGLRun *l2) const; |
40 |
|
|
41 |
ClassDef(GL_RUN,1); |
ClassDef(GL_RUN,1); |
42 |
}; |
}; |
43 |
// ================================================================== |
// ================================================================== |