| 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); |
| 115 |
UInt_t GetRUNHEADER_OBT(){return(RUNHEADER_OBT);}; |
UInt_t GetRUNHEADER_OBT(){return(RUNHEADER_OBT);}; |
| 116 |
UInt_t GetRUNTRAILER_OBT(){return(RUNTRAILER_OBT);}; |
UInt_t GetRUNTRAILER_OBT(){return(RUNTRAILER_OBT);}; |
| 117 |
UInt_t GetNEVENTS(){return(NEVENTS);}; |
UInt_t GetNEVENTS(){return(NEVENTS);}; |
| 118 |
|
UInt_t GetBOOT_NUMBER(){return(BOOT_NUMBER);}; |
| 119 |
UInt_t GetTRK_CALIB(){return(TRK_CALIB_USED);}; |
UInt_t GetTRK_CALIB(){return(TRK_CALIB_USED);}; |
| 120 |
UInt_t GetPKT_COUNTER(){return(PKT_COUNTER);}; |
UInt_t GetPKT_COUNTER(){return(PKT_COUNTER);}; |
| 121 |
UInt_t GetLAST_TIMESYNC(){return(LAST_TIMESYNC);}; |
UInt_t GetLAST_TIMESYNC(){return(LAST_TIMESYNC);}; |
| 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 |
}; |
}; |
| 282 |
UInt_t DBpkt(UInt_t PKT); |
UInt_t DBpkt(UInt_t PKT); |
| 283 |
ULong64_t DBobt(UInt_t OBT); |
ULong64_t DBobt(UInt_t OBT); |
| 284 |
// |
// |
| 285 |
|
TString ConvertTime(TString &tzone, UInt_t dbt); |
| 286 |
|
TString UnConvertTime(TString &tzone, UInt_t dbt); |
| 287 |
|
|
| 288 |
|
|
| 289 |
ClassDef(GL_TIMESYNC,1); |
ClassDef(GL_TIMESYNC,1); |