Changeset 14857 for trunk


Ignore:
Timestamp:
02/04/13 10:06:13 (12 years ago)
Author:
tbretz
Message:
Initialize fNumTotalEvents in constructor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mraw/MRawFileRead.cc

    r12627 r14857  
    102102//
    103103MRawFileRead::MRawFileRead(const char *fname, const char *name, const char *title)
    104     : fFileNames(NULL), fNumFile(0), fIn(NULL), fParList(NULL), fInterleave(1), fForce(kFALSE)
     104    : fFileNames(NULL), fNumFile(0), fNumTotalEvents(0), fIn(NULL), fParList(NULL), fInterleave(1), fForce(kFALSE)
    105105{
    106106    fName  = name  ? name  : "MRead";
Note: See TracChangeset for help on using the changeset viewer.