Ignore:
Timestamp:
01/11/07 15:25:39 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJob.h

    r7358 r8245  
    2424    TString   fPathOut;       // Directory to write output file to (eg. calib*.root)
    2525    TString   fPathIn;        // Directory to read output from (eg. calib*.root)
    26     TString   fPathData;      // Directory to read  data files from (2004*.root)
    2726
    2827    Bool_t    fOverwrite;     // Allow overwriting output files
     
    5857    void   SetPathOut(const char *path=".");
    5958    void   SetPathIn(const char *path=".");
    60     void   SetPathData(const char *path=".");
    6159
    6260    void   SetOverwrite(Bool_t b=kTRUE) { fOverwrite=b; }
     
    7169    TString GetPathOut() const  { return fPathOut; }
    7270    TString GetPathIn() const   { return fPathIn; }
    73     TString GetPathData() const { return fPathData; }
    7471
    7572    // Others
Note: See TracChangeset for help on using the changeset viewer.