Changeset 4114 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 05/21/04 15:11:05 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mraw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRead.h
r3800 r4114 2 2 #define MARS_MRawRead 3 3 4 #ifndef MARS_M Task5 #include "M Task.h"4 #ifndef MARS_MRead 5 #include "MRead.h" 6 6 #endif 7 7 … … 13 13 class MRawCrateArray; 14 14 15 class MRawRead : public M Task15 class MRawRead : public MRead 16 16 { 17 17 protected: … … 36 36 MRawRead(const char *name=NULL, const char *title=NULL); 37 37 38 UInt_t GetEntries() { return 0; } 39 Bool_t Rewind() {return kTRUE; } 40 38 41 void SetForceMode(Bool_t b=kTRUE) { fForceMode = b; } 39 42 -
trunk/MagicSoft/Mars/mraw/Makefile
r3927 r4114 19 19 # connect the include files defined in the config.mk file 20 20 # 21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase 21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase -I../mfileio 22 22 # mgui (MCamEvent), mgeom(MGeomCam) 23 23
Note:
See TracChangeset
for help on using the changeset viewer.