source: trunk/MagicSoft/MarsOctober/mbase/MParWrite.h@ 3613

Last change on this file since 3613 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: 363 bytes
Line 
1#ifndef MPARWRITE_H
2#define MPARWRITE_H
3
4#include "Magic.h"
5
6#include "MTask.h"
7
8class MParList;
9
10class MParWrite : public MTask
11{
12private:
13 MParList *pParList;
14
15public:
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.