Changeset 14857 for trunk/Mars/mraw
- Timestamp:
- 02/04/13 10:06:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mraw/MRawFileRead.cc
r12627 r14857 102 102 // 103 103 MRawFileRead::MRawFileRead(const char *fname, const char *name, const char *title) 104 : fFileNames(NULL), fNumFile(0), f In(NULL), fParList(NULL), fInterleave(1), fForce(kFALSE)104 : fFileNames(NULL), fNumFile(0), fNumTotalEvents(0), fIn(NULL), fParList(NULL), fInterleave(1), fForce(kFALSE) 105 105 { 106 106 fName = name ? name : "MRead";
Note:
See TracChangeset
for help on using the changeset viewer.