/[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.13 by mocchiut, Wed Apr 18 14:05:59 2007 UTC revision 1.14 by mocchiut, Thu Apr 19 08:12:19 2007 UTC
# Line 69  int NDCore(UInt_t run, TFile *file, TSQL Line 69  int NDCore(UInt_t run, TFile *file, TSQL
69    const char* outDir = gSystem->DirName(gSystem->DirName(file->GetPath()));    const char* outDir = gSystem->DirName(gSystem->DirName(file->GetPath()));
70    //      //  
71    Int_t i = 0;    Int_t i = 0;
72    TString processFolder = "NDFolder_"+run;    TString processFolder = Form("NDFolder_%u",run);
73    if ( NDargc > 0 ){    if ( NDargc > 0 ){
74      i = 0;      i = 0;
75      while ( i < NDargc ){      while ( i < NDargc ){

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.23