/[PAMELA software]/DarthVader/S4Level2/src/S4Core.cpp
ViewVC logotype

Diff of /DarthVader/S4Level2/src/S4Core.cpp

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

revision 1.19 by mocchiut, Sun Sep 9 18:57:31 2007 UTC revision 1.20 by mocchiut, Wed Oct 10 16:01:32 2007 UTC
# Line 483  int S4Core(UInt_t run, TFile *file,GL_TA Line 483  int S4Core(UInt_t run, TFile *file,GL_TA
483      TString psw = glt->CGetPsw();      TString psw = glt->CGetPsw();
484      TSQLServer *dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data());          TSQLServer *dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data());    
485      if ( !dbc->IsConnected() ) throw -504;      if ( !dbc->IsConnected() ) throw -504;
486        stringstream myquery;
487        myquery.str("");
488        myquery << "SET time_zone='+0:00'";
489        dbc->Query(myquery.str().c_str());
490      dbtime = new GL_TIMESYNC(runinfo->ID_ROOT_L0,"ID",dbc);      dbtime = new GL_TIMESYNC(runinfo->ID_ROOT_L0,"ID",dbc);
491      //      //
492      // Search in the DB the path and name of the LEVEL0 file to be processed.      // Search in the DB the path and name of the LEVEL0 file to be processed.

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.23