source: trunk/MagicSoft/Mars/mfileio/MRead.h@ 1600

Last change on this file since 1600 was 1600, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 228 bytes
Line 
1#ifndef MARS_MRead
2#define MARS_MRead
3
4#ifndef MARS_MTask
5#include "MTask.h"
6#endif
7
8class MRead : public MTask
9{
10public:
11
12 virtual UInt_t GetEntries() = 0;
13
14 ClassDef(MRead, 0) // Base class for a reading task
15};
16
17#endif
Note: See TracBrowser for help on using the repository browser.