mEmcDefGeomModule.h

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