00001 #ifndef __MEMCCALIBTOWERMODULE_H__
00002 #define __MEMCCALIBTOWERMODULE_H__
00003
00004 #include "phool.h"
00005 #include "PHNode.h"
00006 #include "PHPointerList.h"
00007 #include "EMCModule.h"
00008
00022 class PHCompositeNode;
00023
00024 class mEmcCalibTowerModule: public EMCModule
00025 {
00026 public:
00027 mEmcCalibTowerModule();
00028 virtual ~mEmcCalibTowerModule(){}
00029 PHBoolean event(PHCompositeNode *);
00030
00031 protected:
00032 PHBoolean callPAM(PHPointerList<PHNode>&);
00033 };
00034 #endif