/[PAMELA software]/DarthVader/OrbitalInfo/src/OrbitalInfoCore.cpp
ViewVC logotype

Diff of /DarthVader/OrbitalInfo/src/OrbitalInfoCore.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by mocchiut, Tue May 15 15:10:42 2012 UTC revision 1.59 by mocchiut, Sat May 19 06:25:27 2012 UTC
# Line 65  int OrbitalInfoCore(UInt_t run, TFile *f Line 65  int OrbitalInfoCore(UInt_t run, TFile *f
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    //    //
# Line 547  int OrbitalInfoCore(UInt_t run, TFile *f Line 547  int OrbitalInfoCore(UInt_t run, TFile *f
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");

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

  ViewVC Help
Powered by ViewVC 1.1.23