/[PAMELA software]/DarthVader/RunInfo/src/RunInfoCore.cpp
ViewVC logotype

Diff of /DarthVader/RunInfo/src/RunInfoCore.cpp

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

revision 1.3 by mocchiut, Thu Nov 9 14:44:08 2006 UTC revision 1.4 by mocchiut, Fri Nov 17 10:08:09 2006 UTC
# Line 39  int RunInfoCore(UInt_t run, TFile *proce Line 39  int RunInfoCore(UInt_t run, TFile *proce
39    temprname << routdir;    temprname << routdir;
40    temprname << "/" << processFolder.Data();      temprname << "/" << processFolder.Data();  
41    //    //
42      if ( !dbc->IsConnected() ) throw -807;
43    runinfo = new ItoRunInfo(dbc,processFile,processFolder);    runinfo = new ItoRunInfo(dbc,processFile,processFolder);
44    sgnl = runinfo->Update(run,"NONE","");    sgnl = runinfo->Update(run,"NONE","");
45    gSystem->Unlink(temprname.str().c_str());    gSystem->Unlink(temprname.str().c_str());

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23