Line | |
---|
1 | #ifndef MARS_MMcEnergyMigration
|
---|
2 | #define MARS_MMcEnergyMigration
|
---|
3 |
|
---|
4 | #ifndef MARS_MTask
|
---|
5 | #include "MTask.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MHMcEnergyMigration;
|
---|
9 |
|
---|
10 | class MMcEnergyMigration : public MTask
|
---|
11 | {
|
---|
12 | private:
|
---|
13 | MHMcEnergyMigration *fHistMigration;
|
---|
14 |
|
---|
15 | public:
|
---|
16 | MMcEnergyMigration(const char *name=NULL, const char *title=NULL);
|
---|
17 | ~MMcEnergyMigration();
|
---|
18 |
|
---|
19 | Bool_t PreProcess(MParList *pList);
|
---|
20 | Bool_t Process();
|
---|
21 | Bool_t PostProcess();
|
---|
22 |
|
---|
23 | ClassDef(MMcEnergyMigration, 0) // Task to fill the Migration matrix histogram
|
---|
24 | };
|
---|
25 |
|
---|
26 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.