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 ){ |
84 |
verbose = true; |
verbose = true; |
85 |
}; |
}; |
86 |
if ( (!strcmp(NDargv[i],"--debug")) || (!strcmp(NDargv[i],"-g")) ) { |
if ( (!strcmp(NDargv[i],"--debug")) || (!strcmp(NDargv[i],"-g")) ) { |
87 |
|
debug = true; |
88 |
verbose= true; |
verbose= true; |
89 |
}; |
}; |
90 |
i++; |
i++; |