Line | |
---|
1 | #ifndef MARS_MMcTriggerLvl2Calc
|
---|
2 | #define MARS_MMcTriggerLvl2Calc
|
---|
3 |
|
---|
4 | #ifndef MARS_MTask
|
---|
5 | #include "MTask.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MParList;
|
---|
9 |
|
---|
10 | class MMcEvt;
|
---|
11 | class MMcTrig;
|
---|
12 |
|
---|
13 | class MMcTriggerLvl2;
|
---|
14 |
|
---|
15 | class TH1F;
|
---|
16 |
|
---|
17 | class MMcTriggerLvl2Calc : public MTask
|
---|
18 | {
|
---|
19 | private:
|
---|
20 | const MMcEvt *fMcEvt;
|
---|
21 | MMcTrig *fMcTrig;
|
---|
22 |
|
---|
23 | MMcTriggerLvl2 *fMMcTriggerLvl2;
|
---|
24 |
|
---|
25 | public:
|
---|
26 | MMcTriggerLvl2Calc(const char *name=NULL, const char *title=NULL);
|
---|
27 |
|
---|
28 | Bool_t PreProcess(MParList *pList);
|
---|
29 | Bool_t Process();
|
---|
30 | Bool_t PostProcess();
|
---|
31 |
|
---|
32 | // TH1F *h1;
|
---|
33 |
|
---|
34 | ClassDef(MMcTriggerLvl2Calc, 0) // Task to calculate the MMcTriggerLvl2 Parameters
|
---|
35 | };
|
---|
36 |
|
---|
37 | #endif
|
---|
38 |
|
---|
39 |
|
---|
40 |
|
---|
41 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.