source: trunk/MagicSoft/Mars/mmontecarlo/MMcEnergyMigration.h@ 1968

Last change on this file since 1968 was 1964, checked in by moralejo, 22 years ago
*** empty log message ***
File size: 508 bytes
Line 
1#ifndef MARS_MMcEnergyMigration
2#define MARS_MMcEnergyMigration
3
4#ifndef MARS_MTask
5#include "MTask.h"
6#endif
7
8class MHMcEnergyMigration;
9
10class MMcEnergyMigration : public MTask
11{
12private:
13 MHMcEnergyMigration *fHistMigration;
14
15public:
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.