Parent Directory | Revision Log | Patch
revision 1.13 by mocchiut, Wed Apr 18 14:07:04 2007 UTC | revision 1.14 by mocchiut, Thu Apr 19 08:12:39 2007 UTC | |
---|---|---|
# | Line 170 int S4Core(UInt_t run, TFile *file, TSQL | Line 170 int S4Core(UInt_t run, TFile *file, TSQL |
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 ){ |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |