Ignore:
Timestamp:
05/20/05 16:18:32 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.