62 |
}; |
}; |
63 |
|
|
64 |
// ================================================================== |
// ================================================================== |
65 |
|
|
66 |
/** |
/** |
67 |
* \brief Class to store GL_RUN data |
* \brief Class to store GL_RUN data |
68 |
*/ |
*/ |
101 |
UInt_t CAL_DSP_MASK; |
UInt_t CAL_DSP_MASK; |
102 |
UInt_t LAST_TIMESYNC; |
UInt_t LAST_TIMESYNC; |
103 |
UInt_t OBT_TIMESYNC; |
UInt_t OBT_TIMESYNC; |
104 |
|
UInt_t PHYSENDRUN_MASK_S3S2S12; |
105 |
|
UInt_t PHYSENDRUN_MASK_S11CRC; |
106 |
UInt_t VALIDATION; |
UInt_t VALIDATION; |
107 |
// |
// |
108 |
// |
// |
158 |
void SetRM_ACQ_SETTING_MODE(UInt_t); |
void SetRM_ACQ_SETTING_MODE(UInt_t); |
159 |
void SetTRK_CALIB_USED(UInt_t); |
void SetTRK_CALIB_USED(UInt_t); |
160 |
void SetCAL_DSP_MASK(UInt_t); |
void SetCAL_DSP_MASK(UInt_t); |
161 |
|
void SetPHYSENDRUN_MASK_S3S2S12(UInt_t); |
162 |
|
void SetPHYSENDRUN_MASK_S11CRC(UInt_t); |
163 |
// |
// |
164 |
// GETTERS |
// GETTERS |
165 |
// |
// |
189 |
UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);}; |
UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);}; |
190 |
UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);}; |
UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);}; |
191 |
UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);}; |
UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);}; |
192 |
|
UInt_t GetPHYSENDRUN_MASK_S3S2S12(){return (PHYSENDRUN_MASK_S3S2S12);}; |
193 |
|
UInt_t GetPHYSENDRUN_MASK_S11CRC(){return (PHYSENDRUN_MASK_S11CRC);}; |
194 |
// |
// |
195 |
GL_RUN* GetGL_RUN(){return this;}; |
GL_RUN* GetGL_RUN(){return this;}; |
196 |
// |
// |
197 |
ClassDef(GL_RUN,1); |
ClassDef(GL_RUN,2); |
198 |
}; |
}; |
199 |
|
|
200 |
// ================================================================== |
// ================================================================== |
221 |
}; |
}; |
222 |
// ================================================================== |
// ================================================================== |
223 |
/** |
/** |
224 |
|
* \brief Class to store GL_RAW |
225 |
|
*/ |
226 |
|
class GL_RAW : public GL_TABLES { |
227 |
|
//class GL_ROOT : public TObject{ |
228 |
|
private: |
229 |
|
|
230 |
|
public: |
231 |
|
// |
232 |
|
UInt_t ID; |
233 |
|
TString PATH; |
234 |
|
TString NAME; |
235 |
|
UInt_t BOOT_NUMBER; |
236 |
|
|
237 |
|
GL_RAW(); |
238 |
|
|
239 |
|
// Int_t Query_GL_RAW(UInt_t id, TSQLServer *dbc); |
240 |
|
|
241 |
|
ClassDef(GL_RAW,1); |
242 |
|
}; |
243 |
|
// ================================================================== |
244 |
|
/** |
245 |
* \brief Class to store GL_PARAM data |
* \brief Class to store GL_PARAM data |
246 |
*/ |
*/ |
247 |
class GL_PARAM : public GL_TABLES { |
class GL_PARAM : public GL_TABLES { |
284 |
UInt_t OBT2; |
UInt_t OBT2; |
285 |
UInt_t PKT1; |
UInt_t PKT1; |
286 |
UInt_t PKT2; |
UInt_t PKT2; |
287 |
UInt_t BOOT_NUMBER; |
UInt_t BOOT_NUMBER; |
288 |
UInt_t VALIDATION; |
UInt_t VALIDATION; |
289 |
|
|
290 |
GL_TRK_CALIB(); |
GL_TRK_CALIB(); |
291 |
|
|