Changeset 3970
- Timestamp:
- 05/05/04 10:26:15 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MRunIter.h
r3966 r3970 17 17 18 18 Bool_t fIsRawFile; 19 20 void SetRawFile(Bool_t filetype) { fIsRawFile = filetype; }21 19 22 20 void AddRunNumber(UInt_t run) … … 44 42 public: 45 43 MRunIter(const char *path=0) : fPath(path), fIsRawFile(0) { } 44 45 void SetRawFile(Bool_t filetype) { fIsRawFile = filetype; } 46 46 47 47 Int_t AddRun(UInt_t run, const char *path=0);
Note:
See TracChangeset
for help on using the changeset viewer.