mEmcPutDCMModule.h

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