Changeset 9929
- Timestamp:
- 09/21/10 12:00:08 (14 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Changelog
r9927 r9929 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2010/09/21 Thomas Bretz 22 23 * mjobs/MJSimulation.cc: 24 - correctly propagated run-number to the file-name 25 26 20 27 21 28 2010/09/14 Daniela Dorner -
trunk/Mars/mjobs/MJSimulation.cc
r9609 r9929 516 516 // ------------------------------------------------------------------- 517 517 518 const char *fmt = Form("s/cer([0-9]+)([0-9][0-9][0-9])/%s\\/%08d.$2_%%c_MonteCarlo$1.root/", Esc(fPathOut).Data(), fRunNumber);518 const char *fmt = Form("s/cer([0-9]+)([0-9][0-9][0-9])/%s\\/%08d.$2_%%c_MonteCarlo$1.root/", Esc(fPathOut).Data(), header.GetRunNumber()); 519 519 520 520 const TString rule1(Form(fmt, 'R'));
Note:
See TracChangeset
for help on using the changeset viewer.