Last change
on this file since 813 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 |
|
---|
9 | class MParList;
|
---|
10 | class MInputStreamID;
|
---|
11 |
|
---|
12 | class MParRead : public MTask
|
---|
13 | {
|
---|
14 | private:
|
---|
15 | MTime fTime;
|
---|
16 | MParList *pParList;
|
---|
17 |
|
---|
18 | MInputStreamID *fID;
|
---|
19 |
|
---|
20 | public:
|
---|
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.