Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFactoryGenerator.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DFactoryGenerator.h
4 // Created: Mon Jul 3 21:46:40 EDT 2006
5 // Creator: davidl (on Darwin Harriet.local 8.6.0 powerpc)
6 //
7 
8 #ifndef _DFactoryGenerator_
9 #define _DFactoryGenerator_
10 
11 #include <JANA/jerror.h>
12 #include <JANA/JFactoryGenerator.h>
13 using namespace jana;
14 
15 class DFactoryGenerator: public JFactoryGenerator{
16  public:
18  virtual ~DFactoryGenerator();
19  virtual const char* className(void){return static_className();}
20  static const char* static_className(void){return "DFactoryGenerator";}
21 
22  jerror_t GenerateFactories(JEventLoop*);
23 
24  protected:
25 
26 
27  private:
28 
29 };
30 
31 #endif // _DFactoryGenerator_
32 
virtual const char * className(void)
static const char * static_className(void)