| 58 |
TString psw = glt->CGetPsw(); |
TString psw = glt->CGetPsw(); |
| 59 |
TSQLServer *dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data()); |
TSQLServer *dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data()); |
| 60 |
// |
// |
| 61 |
|
stringstream myquery; |
| 62 |
|
myquery.str(""); |
| 63 |
|
myquery << "SET time_zone='+0:00'"; |
| 64 |
|
dbc->Query(myquery.str().c_str()); |
| 65 |
|
// |
| 66 |
TString processFolder = Form("OrbitalInfoFolder_%u",run); |
TString processFolder = Form("OrbitalInfoFolder_%u",run); |
| 67 |
// |
// |
| 68 |
// Set these to true to have a very verbose output. |
// Set these to true to have a very verbose output. |