Line | |
---|
1 | #ifndef MARS_MTopologyCalc
|
---|
2 | #define MARS_MTopologyCalc
|
---|
3 |
|
---|
4 | #ifndef MARS_MTask
|
---|
5 | #include "MTask.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MGeomCam;
|
---|
9 | class MCerPhotEvt;
|
---|
10 | class MTopology;
|
---|
11 |
|
---|
12 | class MTopologyCalc : public MTask
|
---|
13 | {
|
---|
14 | private:
|
---|
15 |
|
---|
16 | const MGeomCam *fGeomCam;
|
---|
17 | const MCerPhotEvt *fCerPhotEvt;
|
---|
18 |
|
---|
19 | MTopology *fTopology;
|
---|
20 |
|
---|
21 | Int_t fErrors;
|
---|
22 |
|
---|
23 | Int_t PreProcess(MParList *plist);
|
---|
24 | Int_t Process();
|
---|
25 | Int_t PostProcess();
|
---|
26 |
|
---|
27 | public:
|
---|
28 |
|
---|
29 | MTopologyCalc(const char *name=NULL, const char *title=NULL);
|
---|
30 |
|
---|
31 | ClassDef(MTopologyCalc, 0) // task to calculate....
|
---|
32 | };
|
---|
33 |
|
---|
34 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.