Changeset 17163 for branches/Mars_MC/mraw/MRawFileRead.cc
- Timestamp:
- 09/13/13 13:14:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Mars_MC/mraw/MRawFileRead.cc
r14857 r17163 102 102 // 103 103 MRawFileRead::MRawFileRead(const char *fname, const char *name, const char *title) 104 : fFileNames(NULL), fNumFile(0), fNumTotalEvents(0), fIn(NULL), fParList(NULL), fInterleave(1), fForce(kFALSE) 104 : fFileNames(NULL), fNumFile(0), fNumTotalEvents(0), fIn(NULL), fParList(NULL), fInterleave(1), fForce(kFALSE), fIsMc(kFALSE) 105 105 { 106 106 fName = name ? name : "MRead";
Note:
See TracChangeset
for help on using the changeset viewer.