Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFactoryGeneratorLSLM.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DFactoryGeneratorLSLM.h
4 // Created: Wed Jan 14 11:18:00 EST 2009
5 // Creator: davidl (on Darwin Harriet.local 9.6.0 i386)
6 //
7 
8 #ifndef _DFactoryGeneratorLSLM_
9 #define _DFactoryGeneratorLSLM_
10 
11 #include <JANA/jerror.h>
12 #include <JANA/JFactoryGenerator.h>
13 using namespace jana;
14 
16 
17 class DFactoryGeneratorLSLM: public JFactoryGenerator{
18  public:
21  virtual const char* className(void){return static_className();}
22  static const char* static_className(void){return "DFactoryGeneratorLSLM";}
23 
24  jerror_t GenerateFactories(JEventLoop *loop){
25  loop->AddFactory(new DTrackFitter_factory_LSLM());
26  return NOERROR;
27  }
28 
29  protected:
30 
31 
32  private:
33 
34 };
35 
36 #endif // _DFactoryGeneratorLSLM_
37 
jerror_t GenerateFactories(JEventLoop *loop)
static const char * static_className(void)
virtual const char * className(void)