Changeset 4114 for trunk/MagicSoft


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4113 r4114  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2004/05/20: Raquel de los Reyes
     22 
     23   * mraw/MRawRead.h
     24   * mraw/Makefile
     25   * msql/Makefile
     26     - changed the inheritance of MRawRead class from MTask to MRead to
     27       implement the AddFiles(MDirIter &) function in MRawFileRead class.
    2028
    2129 2004/05/20: Markus Gaug
  • 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
  • trunk/MagicSoft/Mars/msql/Makefile

    r3927 r4114  
    1919#  connect the include files defined in the config.mk file
    2020#
    21 INCLUDES = -I. -I../mbase -I../mraw
     21INCLUDES = -I. -I../mbase -I../mraw -I../mfileio
    2222
    2323SRCFILES = \
Note: See TracChangeset for help on using the changeset viewer.