| 6 |
#include <TSQLServer.h> |
#include <TSQLServer.h> |
| 7 |
#include <TSQLRow.h> |
#include <TSQLRow.h> |
| 8 |
#include <TSQLResult.h> |
#include <TSQLResult.h> |
| 9 |
|
#include <TSystem.h> |
| 10 |
#include <GLTablesStruct.h> |
#include <GLTablesStruct.h> |
| 11 |
#include <EventHeader.h> |
#include <EventHeader.h> |
| 12 |
#include <PscuHeader.h> |
#include <PscuHeader.h> |
| 178 |
UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);}; |
UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);}; |
| 179 |
UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);}; |
UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);}; |
| 180 |
UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);}; |
UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);}; |
| 181 |
|
// |
| 182 |
|
GL_RUN* GetGL_RUN(){return this;}; |
| 183 |
// |
// |
| 184 |
ClassDef(GL_RUN,1); |
ClassDef(GL_RUN,1); |
| 185 |
}; |
}; |