mEmcGeaMakeRawModule.h

Go to the documentation of this file.
00001 #ifndef __MEMCGEAMAKERAWMODULE_H__
00002 #define __MEMCGEAMAKERAWMODULE_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 mEmcGeaMakeRawModule: public EMCModule {
00025 public:
00026   mEmcGeaMakeRawModule();
00027   virtual ~mEmcGeaMakeRawModule(){}
00028   PHBoolean event(PHCompositeNode *);
00029 
00030 protected:
00031   PHBoolean callPAM(PHPointerList<PHNode>&);
00032 };
00033 #endif /*__MEMCGEAMAKERAWMODULE_H__*/