| 24 |
ClassImp(GL_PARAM); |
ClassImp(GL_PARAM); |
| 25 |
ClassImp(GL_S4_CALIB); |
ClassImp(GL_S4_CALIB); |
| 26 |
ClassImp(GL_CALO_CALIB); |
ClassImp(GL_CALO_CALIB); |
| 27 |
|
ClassImp(GL_CALOPULSE_CALIB); |
| 28 |
ClassImp(GL_TIMESYNC); |
ClassImp(GL_TIMESYNC); |
| 29 |
ClassImp(GL_TLE); |
ClassImp(GL_TLE); |
| 30 |
// |
// |
| 64 |
return true; |
return true; |
| 65 |
}; |
}; |
| 66 |
// |
// |
|
// |
|
|
// |
|
| 67 |
// printf(" host is %s \n",fHost->Data()); |
// printf(" host is %s \n",fHost->Data()); |
| 68 |
// |
// |
| 69 |
stringstream myquery; |
stringstream myquery; |
| 84 |
}; |
}; |
| 85 |
}; |
}; |
| 86 |
}; |
}; |
| 87 |
// printf("porca di quella \n"); |
// |
| 88 |
if ( true ) { |
if ( true ) { |
| 89 |
// |
// |
| 90 |
printf(" WARNING: Lost connection to DB! try to recover... \n"); |
printf(" WARNING: Lost connection to DB! try to recover... \n"); |
| 92 |
TString host = fHost->Data(); |
TString host = fHost->Data(); |
| 93 |
TString user = fUser->Data(); |
TString user = fUser->Data(); |
| 94 |
TString psw = fPsw->Data(); |
TString psw = fPsw->Data(); |
| 95 |
|
dbc->Close(); |
| 96 |
delete dbc; |
delete dbc; |
| 97 |
dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data()); |
dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data()); |
| 98 |
// |
// |
| 100 |
myquery << "show databases;"; |
myquery << "show databases;"; |
| 101 |
dbc->Query(myquery.str().c_str()); |
dbc->Query(myquery.str().c_str()); |
| 102 |
fNquery++; |
fNquery++; |
|
// printf(" e riporca di quella \n"); |
|
|
// |
|
| 103 |
// if ( dbc->GetErrorCode() != 2013 && dbc->GetErrorCode() != 2006 ){ |
// if ( dbc->GetErrorCode() != 2013 && dbc->GetErrorCode() != 2006 ){ |
| 104 |
if ( !(dbc->GetErrorCode()) ){ |
if ( !(dbc->GetErrorCode()) ){ |
| 105 |
// |
// |
| 247 |
FROM_TIME = 0; |
FROM_TIME = 0; |
| 248 |
TO_TIME = 0; |
TO_TIME = 0; |
| 249 |
SECTION = 0; |
SECTION = 0; |
| 250 |
|
OBT = 0; |
| 251 |
|
PKT = 0; |
| 252 |
|
BOOT_NUMBER = 0; |
| 253 |
|
VALIDATION = 0; |
| 254 |
|
} |
| 255 |
|
|
| 256 |
|
GL_CALOPULSE_CALIB::GL_CALOPULSE_CALIB(){ |
| 257 |
|
ID = 0; |
| 258 |
|
ID_ROOT_L0 = 0; |
| 259 |
|
EV_ROOT = 0; |
| 260 |
|
FROM_TIME = 0; |
| 261 |
|
TO_TIME = 0; |
| 262 |
|
SECTION = 0; |
| 263 |
|
PULSED_STRIP = 0; |
| 264 |
|
PULSE_AMPLITUDE = 0; |
| 265 |
|
OBT = 0; |
| 266 |
|
PKT = 0; |
| 267 |
|
BOOT_NUMBER = 0; |
| 268 |
|
VALIDATION = 0; |
| 269 |
} |
} |
| 270 |
|
|
| 271 |
GL_S4_CALIB::GL_S4_CALIB(){ |
GL_S4_CALIB::GL_S4_CALIB(){ |
| 274 |
EV_ROOT = 0; |
EV_ROOT = 0; |
| 275 |
FROM_TIME = 0; |
FROM_TIME = 0; |
| 276 |
TO_TIME = 0; |
TO_TIME = 0; |
| 277 |
PARAM_FIT0 = 0.; |
OBT = 0; |
| 278 |
PARAM_FIT1 = 0.; |
PKT = 0; |
| 279 |
|
BOOT_NUMBER = 0; |
| 280 |
} |
} |
| 281 |
|
|
| 282 |
GL_TIMESYNC::GL_TIMESYNC(){ |
GL_TIMESYNC::GL_TIMESYNC(){ |
| 1315 |
pResult->Delete(); |
pResult->Delete(); |
| 1316 |
return 0; |
return 0; |
| 1317 |
}; |
}; |
| 1318 |
|
|
| 1319 |
|
|
| 1320 |
|
// **************************************************** |
| 1321 |
|
/** |
| 1322 |
|
* Function to query the GL_CALOPULSE_CALIB table of the DB. |
| 1323 |
|
* |
| 1324 |
|
* \param run starting time |
| 1325 |
|
* \return struct of type GL_CALOPULSE_CALIB_data, which stores the query result |
| 1326 |
|
*/ |
| 1327 |
|
Int_t GL_CALOPULSE_CALIB::Query_GL_CALOPULSE_CALIB(UInt_t time, UInt_t section, UInt_t pampli, TSQLServer *dbc){ |
| 1328 |
|
// MySQL variables |
| 1329 |
|
TSQLResult *pResult; |
| 1330 |
|
TSQLRow *Row; |
| 1331 |
|
int t; |
| 1332 |
|
stringstream myquery; |
| 1333 |
|
// |
| 1334 |
|
// select the correct calibration i.e. the closest to our time |
| 1335 |
|
// |
| 1336 |
|
myquery.str(""); |
| 1337 |
|
myquery << "select ID_ROOT_L0, FROM_TIME, TO_TIME, EV_ROOT from GL_CALOPULSE_CALIB where SECTION=" << section; |
| 1338 |
|
myquery << " and PULSE_AMPLITUDE=" << pampli; |
| 1339 |
|
myquery << " and VALIDATION=1 and (PULSED_STRIP IS NULL OR PULSED_STRIP<100) ORDER BY ABS(" << time << "-FROM_TIME) asc limit 1;"; |
| 1340 |
|
// printf(" myq is %s \n",myquery.str().c_str()); |
| 1341 |
|
// |
| 1342 |
|
if ( !this->GetGLTABLES()->IsConnected(dbc) ) return -57; |
| 1343 |
|
this->GetGLTABLES()->AddQ(); |
| 1344 |
|
pResult = dbc->Query(myquery.str().c_str()); |
| 1345 |
|
// |
| 1346 |
|
if( !pResult ) return(-54); |
| 1347 |
|
// |
| 1348 |
|
Row = pResult->Next(); |
| 1349 |
|
// |
| 1350 |
|
if( !Row ) return (-54); |
| 1351 |
|
// |
| 1352 |
|
// store infos and exit |
| 1353 |
|
// |
| 1354 |
|
for( t = 0; t < pResult->GetFieldCount(); t++){ |
| 1355 |
|
// printf(" field %i is %s \n",t,Row->GetField(t)); |
| 1356 |
|
if (t==0) ID_ROOT_L0 = (UInt_t)atoll(Row->GetField(t)); |
| 1357 |
|
if (t==1) FROM_TIME = (UInt_t)atoll(Row->GetField(t)); |
| 1358 |
|
if (t==2) TO_TIME = (UInt_t)atoll(Row->GetField(t)); |
| 1359 |
|
if (t==3) EV_ROOT = (UInt_t)atoll(Row->GetField(t)); |
| 1360 |
|
}; |
| 1361 |
|
pResult->Delete(); |
| 1362 |
|
return 0; |
| 1363 |
|
}; |
| 1364 |
|
|
| 1365 |
|
|
| 1366 |
// **************************************************** |
// **************************************************** |
| 1367 |
/** |
/** |
| 1368 |
* Function to query the GL_S4_CALIB table of the DB. |
* Function to query the GL_S4_CALIB table of the DB. |
| 1379 |
stringstream myquery; |
stringstream myquery; |
| 1380 |
// ---------------- |
// ---------------- |
| 1381 |
myquery.str(""); |
myquery.str(""); |
| 1382 |
myquery << "select * from GL_S4_CALIB where FROM_TIME <= "<< time; |
myquery << "select ID,ID_ROOT_L0,EV_ROOT,FROM_TIME,TO_TIME from GL_S4_CALIB where FROM_TIME <= "<< time; |
| 1383 |
myquery << " ORDER BY FROM_TIME DESC LIMIT 1;"; |
myquery << " ORDER BY FROM_TIME DESC LIMIT 1;"; |
| 1384 |
// myquery << " ORDER BY FROM_TIME DESC LIMIT 1;"; |
// myquery << " ORDER BY FROM_TIME DESC LIMIT 1;"; |
| 1385 |
if ( !this->GetGLTABLES()->IsConnected(dbc) ) return -57; |
if ( !this->GetGLTABLES()->IsConnected(dbc) ) return -57; |
| 1391 |
if( Row == NULL ) break; |
if( Row == NULL ) break; |
| 1392 |
for( t = 0; t < pResult->GetFieldCount(); t++){ |
for( t = 0; t < pResult->GetFieldCount(); t++){ |
| 1393 |
if (t==0) ID = (UInt_t)atoll(Row->GetField(t)); |
if (t==0) ID = (UInt_t)atoll(Row->GetField(t)); |
| 1394 |
if (t==1) ID_ROOT_L0 = (UInt_t)atoll(Row->GetField(t)); |
if (t==1) ID_ROOT_L0 = (UInt_t)atoll(Row->GetField(t)); |
| 1395 |
if (t==2) EV_ROOT = (UInt_t)atoll(Row->GetField(t)); |
if (t==2) EV_ROOT = (UInt_t)atoll(Row->GetField(t)); |
| 1396 |
if (t==3) FROM_TIME = (UInt_t)atoll(Row->GetField(t)); |
if (t==3) FROM_TIME = (UInt_t)atoll(Row->GetField(t)); |
| 1397 |
if (t==4) TO_TIME = (UInt_t)atoll(Row->GetField(t)); |
if (t==4) TO_TIME = (UInt_t)atoll(Row->GetField(t)); |
|
if (t==5) PARAM_FIT0 = atof(Row->GetField(t)); |
|
|
if (t==6) PARAM_FIT1 = atof(Row->GetField(t)); |
|
| 1398 |
}; |
}; |
| 1399 |
}; |
}; |
| 1400 |
delete pResult; |
delete pResult; |
| 1589 |
if ( pResult ){ |
if ( pResult ){ |
| 1590 |
Row = pResult->Next(); |
Row = pResult->Next(); |
| 1591 |
if ( Row ){ |
if ( Row ){ |
| 1592 |
printf(" GREAT! the DB structure is the new one! \n"); |
// printf(" GREAT! the DB structure is the new one! \n"); |
| 1593 |
fndit = true; |
fndit = true; |
| 1594 |
dworbit = 1; |
dworbit = 1; |
| 1595 |
}; |
}; |