Ignore:
Timestamp:
05/16/14 11:51:28 (11 years ago)
Author:
tbretz
Message:
Added the possibility to combine all output files into a single output file.
File:
1 edited

Legend:

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

    r17737 r17866  
    2929    Int_t  fRunNumber;      // 8 digits run number to be used for the file names
    3030
     31    TString fFileOut;       // Output file name if all runs should be combines
     32
    3133    Bool_t WriteResult(const MParList &plist, const MSequence &seq, Int_t run);
    3234    Bool_t CheckEnvLocal();
     
    4547    void SetMode(Int_t mode) { fOperationMode = mode; }
    4648    void SetWriteFitsFile(Bool_t fits) { fWriteFitsFile = fits; }
     49    void SetFileOut(const char *file="") { fFileOut = file; }
    4750
    4851    void SetRunNumber(Int_t n=-1) { fRunNumber = n%100000000; }
Note: See TracChangeset for help on using the changeset viewer.