| 65 |
stringstream myquery; |
stringstream myquery; |
| 66 |
myquery.str(""); |
myquery.str(""); |
| 67 |
myquery << "SET time_zone='+0:00'"; |
myquery << "SET time_zone='+0:00'"; |
| 68 |
dbc->Query(myquery.str().c_str()); |
delete dbc->Query(myquery.str().c_str()); |
| 69 |
// |
// |
| 70 |
TString processFolder = Form("OrbitalInfoFolder_%u",run); |
TString processFolder = Form("OrbitalInfoFolder_%u",run); |
| 71 |
// |
// |
| 547 |
// |
// |
| 548 |
// if ( !totevent ) goto closeandexit; |
// if ( !totevent ) goto closeandexit; |
| 549 |
// Open Level0 file |
// Open Level0 file |
| 550 |
|
if ( l0File ) l0File->Close(); |
| 551 |
l0File = new TFile(fname.Data()); |
l0File = new TFile(fname.Data()); |
| 552 |
if ( !l0File ) { |
if ( !l0File ) { |
| 553 |
if ( debug ) printf(" OrbitalInfo - ERROR: problems opening Level0 file\n"); |
if ( debug ) printf(" OrbitalInfo - ERROR: problems opening Level0 file\n"); |