Changeset 17866 for trunk/Mars/mjobs/MJSimulation.h
- Timestamp:
- 05/16/14 11:51:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mjobs/MJSimulation.h
r17737 r17866 29 29 Int_t fRunNumber; // 8 digits run number to be used for the file names 30 30 31 TString fFileOut; // Output file name if all runs should be combines 32 31 33 Bool_t WriteResult(const MParList &plist, const MSequence &seq, Int_t run); 32 34 Bool_t CheckEnvLocal(); … … 45 47 void SetMode(Int_t mode) { fOperationMode = mode; } 46 48 void SetWriteFitsFile(Bool_t fits) { fWriteFitsFile = fits; } 49 void SetFileOut(const char *file="") { fFileOut = file; } 47 50 48 51 void SetRunNumber(Int_t n=-1) { fRunNumber = n%100000000; }
Note:
See TracChangeset
for help on using the changeset viewer.