Changeset 9929


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

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r9927 r9929  
    1818
    1919                                                 -*-*- 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
    2027
    2128 2010/09/14 Daniela Dorner
  • 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.