Ignore:
Timestamp:
05/21/04 15:11:05 (20 years ago)
Author:
reyes
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mraw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawRead.h

    r3800 r4114  
    22#define MARS_MRawRead
    33
    4 #ifndef MARS_MTask
    5 #include "MTask.h"
     4#ifndef MARS_MRead
     5#include "MRead.h"
    66#endif
    77
     
    1313class MRawCrateArray;
    1414
    15 class MRawRead : public MTask
     15class MRawRead : public MRead
    1616{
    1717protected:
     
    3636    MRawRead(const char *name=NULL, const char *title=NULL);
    3737
     38    UInt_t GetEntries() { return 0; }
     39    Bool_t Rewind() {return kTRUE; }
     40
    3841    void SetForceMode(Bool_t b=kTRUE) { fForceMode = b; }
    3942
  • trunk/MagicSoft/Mars/mraw/Makefile

    r3927 r4114  
    1919#  connect the include files defined in the config.mk file
    2020#
    21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase
     21INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase -I../mfileio
    2222# mgui (MCamEvent), mgeom(MGeomCam)
    2323
Note: See TracChangeset for help on using the changeset viewer.