source:
trunk/MagicSoft/Mars/mfileio/MRead.h@
1618
| Last change on this file since 1618 was 1600, checked in by , 23 years ago | |
|---|---|
| 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 | |
| 8 | class MRead : public MTask |
| 9 | { |
| 10 | public: |
| 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.
