source: trunk/MagicSoft/MarsOctober/mbase/MParRead.h@ 3815

Last change on this file since 3815 was 447, checked in by harald, 24 years ago
Bringing the sources for the octobertest under CVS controll. (november, 3rd, 2000)
  • Property svn:executable set to *
File size: 418 bytes
Line 
1#ifndef MPARREAD_H
2#define MPARREAD_H
3
4#include "Magic.h"
5
6#include "MTask.h"
7#include "MTime.h"
8
9class MParList;
10class MInputStreamID;
11
12class MParRead : public MTask
13{
14private:
15 MTime fTime;
16 MParList *pParList;
17
18 MInputStreamID *fID;
19
20public:
21 MParRead();
22
23 Bool_t PreProcess(MParList *pList);
24 Bool_t Process();
25
26 ClassDef(MParRead, 1) // Read event from root file into event buffer
27};
28
29#endif
Note: See TracBrowser for help on using the repository browser.