mEmcGeaTrackModule.h

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