| 170 | const char* outDir = gSystem->DirName(gSystem->DirName(file->GetPath())); | const char* outDir = gSystem->DirName(gSystem->DirName(file->GetPath())); | 
| 171 | // | // | 
| 172 | Int_t i = 0; | Int_t i = 0; | 
| 173 | TString processFolder = "S4Folder_"+run; | TString processFolder = Form("S4Folder_%u",run); | 
| 174 | if ( S4argc > 0 ){ | if ( S4argc > 0 ){ | 
| 175 | i = 0; | i = 0; | 
| 176 | while ( i < S4argc ){ | while ( i < S4argc ){ | 
| 183 | }; | }; | 
| 184 | if ( (!strcmp(S4argv[i],"--debug")) || (!strcmp(S4argv[i],"-g"))) { | if ( (!strcmp(S4argv[i],"--debug")) || (!strcmp(S4argv[i],"-g"))) { | 
| 185 | verbose = true; | verbose = true; | 
| 186 |  | debug = true; | 
| 187 | }; | }; | 
| 188 | if ( (!strcmp(S4argv[i],"--verbose")) || (!strcmp(S4argv[i],"-v"))) { | if ( (!strcmp(S4argv[i],"--verbose")) || (!strcmp(S4argv[i],"-v"))) { | 
| 189 | verbose = true; | verbose = true; |