Changeset 17780 for trunk/Mars/mraw


Ignore:
Timestamp:
05/05/14 09:51:20 (10 years ago)
Author:
tbretz
Message:
Added a possibility to access the stream in a constant manner.
File:
1 edited

Legend:

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

    r17735 r17780  
    5454    UInt_t GetEntries() { return fNumTotalEvents/fInterleave; }
    5555
     56    const std::istream *GetStream() const { return fIn; }
     57
    5658    ClassDef(MRawFileRead, 0)   // Task to read the raw data binary file
    5759};
Note: See TracChangeset for help on using the changeset viewer.