mEmcGeaEventModule.h

Go to the documentation of this file.
00001 #ifndef __MEMCGEAEVENTMODULE_H__
00002 #define __MEMCGEAEVENTMODULE_H__
00003 
00004 #include "phool.h"
00005 #include "PHNode.h"
00006 #include "PHPointerList.h"
00007 #include "EMCModule.h"
00008 
00023 class PHCompositeNode;
00024 
00025 class mEmcGeaEventModule: public EMCModule {
00026 public:
00027   mEmcGeaEventModule();
00028   virtual ~mEmcGeaEventModule(){}
00029   PHBoolean event(PHCompositeNode *);
00030 
00031 protected:
00032   PHBoolean callPAM(PHPointerList<PHNode>&);
00033 };
00034 #endif /*__MEMCGEAEVENTMODULE_H__*/