/[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.78 by mocchiut, Fri Oct 10 13:35:10 2014 UTC revision 1.79 by mocchiut, Tue Oct 14 14:07:23 2014 UTC
# Line 71  int OrbitalInfoCore(UInt_t run, TFile *f Line 71  int OrbitalInfoCore(UInt_t run, TFile *f
71    //    //
72    stringstream myquery;    stringstream myquery;
73    myquery.str("");    myquery.str("");
74    myquery << "SET time_zone='+0:00'; SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';";    myquery << "SET time_zone='+0:00';";
75    delete dbc->Query(myquery.str().c_str());    delete dbc->Query(myquery.str().c_str());
76      delete dbc->Query("SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';");
77    //    //
78    TString processFolder = Form("OrbitalInfoFolder_%u",run);    TString processFolder = Form("OrbitalInfoFolder_%u",run);
79    //    //

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

  ViewVC Help
Powered by ViewVC 1.1.23