Last change
on this file since 6339 was 454, checked in by harald, 24 years ago |
Import the first sources of the MAGIC Analysis and Reconstruction Software.
T. Bretz and H. Kornmayer 20.December 2000
|
File size:
342 bytes
|
Line | |
---|
1 | #ifndef MEVTLOOP_H
|
---|
2 | #define MEVTLOOP_H
|
---|
3 |
|
---|
4 | #ifndef MAGIC_H
|
---|
5 | #include "MAGIC.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MParList;
|
---|
9 |
|
---|
10 | class MEvtLoop
|
---|
11 | {
|
---|
12 | private:
|
---|
13 | MParList *fParlist;
|
---|
14 |
|
---|
15 | public:
|
---|
16 | MEvtLoop();
|
---|
17 | virtual ~MEvtLoop();
|
---|
18 |
|
---|
19 | void SetParList(MParList *p);
|
---|
20 |
|
---|
21 | void Eventloop(Int_t maxcnt=-1, const char *tlist="MTaskList");
|
---|
22 |
|
---|
23 | ClassDef(MEvtLoop, 1)
|
---|
24 | };
|
---|
25 |
|
---|
26 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.