Changeset 8245 for trunk/MagicSoft/Mars/mjobs/MJob.h
- Timestamp:
- 01/11/07 15:25:39 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJob.h
r7358 r8245 24 24 TString fPathOut; // Directory to write output file to (eg. calib*.root) 25 25 TString fPathIn; // Directory to read output from (eg. calib*.root) 26 TString fPathData; // Directory to read data files from (2004*.root)27 26 28 27 Bool_t fOverwrite; // Allow overwriting output files … … 58 57 void SetPathOut(const char *path="."); 59 58 void SetPathIn(const char *path="."); 60 void SetPathData(const char *path=".");61 59 62 60 void SetOverwrite(Bool_t b=kTRUE) { fOverwrite=b; } … … 71 69 TString GetPathOut() const { return fPathOut; } 72 70 TString GetPathIn() const { return fPathIn; } 73 TString GetPathData() const { return fPathData; }74 71 75 72 // Others
Note:
See TracChangeset
for help on using the changeset viewer.