mEmcRawToFEMModule.h

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