71 |
void Set_GL_RUNH(RunHeaderEvent *runt, PscuHeader *pht); |
void Set_GL_RUNH(RunHeaderEvent *runt, PscuHeader *pht); |
72 |
void Set_GL_RUNT0(); |
void Set_GL_RUNT0(); |
73 |
void Set_GL_RUNH0(); |
void Set_GL_RUNH0(); |
74 |
|
// |
75 |
|
void Set_GL_RUN(TSQLRow *row); |
76 |
|
// |
77 |
void SetRUNHEADER_TIME(UInt_t abst); |
void SetRUNHEADER_TIME(UInt_t abst); |
78 |
void SetRUNTRAILER_TIME(UInt_t abst); |
void SetRUNTRAILER_TIME(UInt_t abst); |
79 |
void SetRUNHEADER_PKT(UInt_t abst); |
void SetRUNHEADER_PKT(UInt_t abst); |
200 |
UInt_t OBT2; |
UInt_t OBT2; |
201 |
UInt_t PKT1; |
UInt_t PKT1; |
202 |
UInt_t PKT2; |
UInt_t PKT2; |
203 |
|
UInt_t BOOT_NUMBER; |
204 |
|
UInt_t VALIDATION; |
205 |
|
|
206 |
GL_TRK_CALIB(); |
GL_TRK_CALIB(); |
207 |
|
|
228 |
|
|
229 |
GL_CALO_CALIB(); |
GL_CALO_CALIB(); |
230 |
|
|
231 |
Int_t Query_GL_CALO_CALIB(UInt_t time, UInt_t section, TSQLServer *dbc); |
Int_t Query_GL_CALO_CALIB(UInt_t time, UInt_t &uptime, UInt_t section, TSQLServer *dbc); |
232 |
|
|
233 |
ClassDef(GL_CALO_CALIB,1); |
ClassDef(GL_CALO_CALIB,1); |
234 |
}; |
}; |