--- DarthVader/TrackerLevel2/src/TrkProcess.cpp 2008/03/05 17:00:19 1.14 +++ DarthVader/TrackerLevel2/src/TrkProcess.cpp 2013/03/06 14:18:33 1.15 @@ -108,6 +108,14 @@ for (int i=0; i< ncustom; i++){ + cout << "Handling Parameter " << i+1 << " of " << ncustom << ": " << vcustom[i] << endl; + + // -----------------------------------------------------// + if (!strcmp(vcustom[i], "--simu")){ + cout << "Setting DarthVader to use Simulated Data\n"; + TrkParams::SetSimuFlag(kTRUE); + continue; + } // -----------------------------------------------------// if (!strcmp(vcustom[i], "-processFolder")){ if (++i >= ncustom) throw -3;