Changeset 9929 for trunk/Mars/mjobs


Ignore:
Timestamp:
09/21/10 12:00:08 (14 years ago)
Author:
tbretz
Message:
Correctly propagated run-number into filename in MJSimulation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mjobs/MJSimulation.cc

    r9609 r9929  
    516516    // -------------------------------------------------------------------
    517517
    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());
    519519
    520520    const TString rule1(Form(fmt, 'R'));
Note: See TracChangeset for help on using the changeset viewer.