| Line | |
|---|
| 1 | #ifndef MMCCOLLECTIONAREACALC_H
|
|---|
| 2 | #define MMCCOLLECTIONAREACALC_H
|
|---|
| 3 |
|
|---|
| 4 | #ifndef MTASK_H
|
|---|
| 5 | #include "MTask.h"
|
|---|
| 6 | #endif
|
|---|
| 7 |
|
|---|
| 8 | class MParList;
|
|---|
| 9 | class MMcEvt;
|
|---|
| 10 | class MMcTrig;
|
|---|
| 11 | class MHMcCollectionArea;
|
|---|
| 12 |
|
|---|
| 13 | class MMcCollectionAreaCalc : public MTask
|
|---|
| 14 | {
|
|---|
| 15 | private:
|
|---|
| 16 | MMcEvt *fMcEvt;
|
|---|
| 17 | MMcTrig *fMcTrig;
|
|---|
| 18 |
|
|---|
| 19 | MHMcCollectionArea *fCollArea;
|
|---|
| 20 |
|
|---|
| 21 | public:
|
|---|
| 22 | MMcCollectionAreaCalc(const char *name=NULL, const char *title=NULL);
|
|---|
| 23 |
|
|---|
| 24 | Bool_t PreProcess(MParList *pList);
|
|---|
| 25 | Bool_t Process() ;
|
|---|
| 26 | Bool_t PostProcess() ;
|
|---|
| 27 |
|
|---|
| 28 | ClassDef(MMcCollectionAreaCalc, 0) // Task to calculate the collection area histogram
|
|---|
| 29 | };
|
|---|
| 30 |
|
|---|
| 31 | #endif
|
|---|
| 32 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.