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

Diff of /DarthVader/src/DarthVader.cpp

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

revision 1.2 by mocchiut, Tue May 30 15:00:01 2006 UTC revision 1.3 by mocchiut, Tue Jun 27 13:57:43 2006 UTC
# Line 434  int main(int numinp, char *inps[]){ Line 434  int main(int numinp, char *inps[]){
434        stringstream strun;        stringstream strun;
435        strun.str("");        strun.str("");
436        strun << run;        strun << run;
437          filename += outDir;
438          filename += "/";
439        filename += strun.str();        filename += strun.str();
440        filename += ".Level2.root";        filename += ".Level2.root";
441      };      };
442      filename = outDir + "/" + filename;      //    filename = outDir + "/" + filename;
443      processFile = new TFile(filename.Data(),"UPDATE");      processFile = new TFile(filename.Data(),"UPDATE");
444      if ( !processFile->IsOpen() ) throw -15;          if ( !processFile->IsOpen() ) throw -15;    
445      //      //

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

  ViewVC Help
Powered by ViewVC 1.1.23