/[PAMELA software]/DarthVader/NDLevel2/src/NDCore.cpp
ViewVC logotype

Diff of /DarthVader/NDLevel2/src/NDCore.cpp

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

revision 1.7 by mocchiut, Thu Nov 9 17:05:45 2006 UTC revision 1.8 by mocchiut, Fri Nov 17 10:08:09 2006 UTC
# Line 360  int NDCore(UInt_t run, TFile *file, TSQL Line 360  int NDCore(UInt_t run, TFile *file, TSQL
360      //      //
361      // prepare the timesync for the db      // prepare the timesync for the db
362      //      //
363        if ( !dbc->IsConnected() ) throw -604;
364      dbtime = new GL_TIMESYNC(runinfo->ID_ROOT_L0,"ID",dbc);      dbtime = new GL_TIMESYNC(runinfo->ID_ROOT_L0,"ID",dbc);
365      //      //
366      // 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.
367      //      //
368        if ( !dbc->IsConnected() ) throw -604;
369      glroot->Query_GL_ROOT(runinfo->ID_ROOT_L0,dbc);      glroot->Query_GL_ROOT(runinfo->ID_ROOT_L0,dbc);
370      //      //
371      ftmpname.str("");      ftmpname.str("");

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23