Changeset 7075


Ignore:
Timestamp:
05/20/05 16:18:32 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7074 r7075  
    8484       has finished. There is no need to search for them in the parameter
    8585       list.
     86
     87   * mjobs/MJCut.cc:
     88     - fixed the file-path when writing the status display and an
     89       output path was given.
    8690
    8791
  • trunk/MagicSoft/Mars/mjobs/MJCut.cc

    r7071 r7075  
    262262        arr.Add((TObject*)(&halpha->GetAlphaFitter()));
    263263
    264     const TString fname(GetOutputFile(num));
     264    const TString fname(fNameOutput.IsNull() ? Form("ganymed%08d.root", num) : fNameOutput.Data());
    265265
    266266    // If requested, write to already open output file
Note: See TracChangeset for help on using the changeset viewer.