Changeset 5469 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 11/26/04 10:57:54 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MRunIter.h
r5461 r5469 42 42 43 43 public: 44 MRunIter(const char *path=0) : fPath(path), fIsRawFile(0) { }44 MRunIter(const char *path=0) : fPath(path), fIsRawFile(0), fIsStandardFile(kFALSE) { } 45 45 46 46 void SetRawFile(Bool_t filetype) { fIsRawFile = filetype; }
Note:
See TracChangeset
for help on using the changeset viewer.