mEmcEventModule.h

Go to the documentation of this file.
00001 #ifndef __MEMCEVENTMODULE_H__
00002 #define __MEMCEVENTMODULE_H__
00003 
00004 #include "phool.h"
00005 #include "PHNode.h"
00006 #include "PHPointerList.h"
00007 
00008 class PHCompositeNode;
00009 
00010 class mEmcEventModule
00011 {
00012 public:
00013   mEmcEventModule(){}
00014   virtual ~mEmcEventModule(){}
00015   PHBoolean event(PHCompositeNode *);
00016 
00017 protected:
00018   PHBoolean callPAM(PHPointerList<PHNode>&);
00019 };
00020 #endif /*__MEMCEVENTMODULE_H__*/