emcRecoModuleFactory.h

Go to the documentation of this file.
00001 #ifndef __emcRecoModuleFactory_h__
00002 #define __emcRecoModuleFactory_h__
00003 
00004 class emcRecoModule;
00005 class PHFlag;
00006 
00009 class emcRecoModuleFactory
00010 {
00011 public:
00012 
00014   static emcRecoModule* create(const PHFlag&);
00015 };
00016 
00017 #endif