mEmcGeaGetHits.h

Go to the documentation of this file.
00001 #ifndef __mEmcGeaGetHits_h__
00002 #define __mEmcGeaGetHits_h__
00003 
00004 #include "EMCModule.h"
00005 
00009 class mEmcGeaGetHits : public EMCModule
00010 {
00011 public:
00012   mEmcGeaGetHits();
00013   virtual ~mEmcGeaGetHits();
00014 
00015   PHBoolean event(PHCompositeNode*);
00016 
00017 };
00018 
00019 #endif