108 |
|
|
109 |
for (int i=0; i< ncustom; i++){ |
for (int i=0; i< ncustom; i++){ |
110 |
|
|
111 |
|
cout << "Handling Parameter " << i+1 << " of " << ncustom << ": " << vcustom[i] << endl; |
112 |
|
|
113 |
|
// -----------------------------------------------------// |
114 |
|
if (!strcmp(vcustom[i], "--simu")){ |
115 |
|
cout << "Setting DarthVader to use Simulated Data\n"; |
116 |
|
TrkParams::SetSimuFlag(kTRUE); |
117 |
|
continue; |
118 |
|
} |
119 |
// -----------------------------------------------------// |
// -----------------------------------------------------// |
120 |
if (!strcmp(vcustom[i], "-processFolder")){ |
if (!strcmp(vcustom[i], "-processFolder")){ |
121 |
if (++i >= ncustom) throw -3; |
if (++i >= ncustom) throw -3; |