Changeset 9385 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 03/04/09 18:46:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJSimulation.cc
r9374 r9385 442 442 // FIXME: Pedestal and Calibration runs should get P and C 443 443 const TString rule1(Form("s/cer([0-9]+)/%s\\/00$1_R_MonteCarlo.root/", Esc(fPathOut).Data())); 444 const TString rule2(Form("s/cer([0-9]+)/%s\\/00$1_ I_MonteCarlo.root/", Esc(fPathOut).Data()));444 const TString rule2(Form("s/cer([0-9]+)/%s\\/00$1_Y_MonteCarlo.root/", Esc(fPathOut).Data())); 445 445 const TString rule3(Form("s/cer([0-9]+)/%s\\/00$1_D_MonteCarlo.root/", Esc(fPathOut).Data())); 446 446
Note:
See TracChangeset
for help on using the changeset viewer.