Changeset 9497 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 08/18/09 14:14:53 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCut.cc
r9374 r9497 320 320 if (fDisplay) 321 321 arr.Add(fDisplay); 322 323 TNamed cmdline("CommandLine", fCommandLine.Data()); 324 arr.Add(&cmdline); 322 325 323 326 const Int_t num = set.GetNumAnalysis(); -
trunk/MagicSoft/Mars/mjobs/MJob.cc
r9471 r9497 381 381 return kTRUE; 382 382 383 *fLog << all << "Evaluating resources from: " << fEnv->GetRcName() << endl; 384 383 385 if (!loop.ReadEnv(*fEnv, fEnvPrefix, fEnvDebug>2)) 384 386 return kFALSE;
Note:
See TracChangeset
for help on using the changeset viewer.