source:
trunk/MagicSoft/MarsOctober/mbase/MParWrite.h@
813
Last change on this file since 813 was 447, checked in by , 24 years ago | |
---|---|
|
|
File size: 363 bytes |
Line | |
---|---|
1 | #ifndef MPARWRITE_H |
2 | #define MPARWRITE_H |
3 | |
4 | #include "Magic.h" |
5 | |
6 | #include "MTask.h" |
7 | |
8 | class MParList; |
9 | |
10 | class MParWrite : public MTask |
11 | { |
12 | private: |
13 | MParList *pParList; |
14 | |
15 | public: |
16 | MParWrite(); |
17 | |
18 | Bool_t PreProcess(MParList *pList); |
19 | Bool_t Process(); |
20 | |
21 | ClassDef(MParWrite, 1) // Read event from root file into event buffer |
22 | }; |
23 | |
24 | #endif |
Note:
See TracBrowser
for help on using the repository browser.