mEmcGeaPatchSimulatedCluster.h

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