Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DDANAEVIOFactoryGenerator.h
Go to the documentation of this file.
1 // Author: Elliott Wolin 19-Mar-2010
2 
3 
4 
5 #ifndef _DDANAEVIOFactoryGenerator_
6 #define _DDANAEVIOFactoryGenerator_
7 
8 
9 #include "JANA/jerror.h"
10 #include "JANA/JFactoryGenerator.h"
11 using namespace jana;
12 
13 
14 
15 class DDANAEVIOFactoryGenerator : public JFactoryGenerator {
16 
17  public:
18 
20 
22 
23  virtual const char* className(void) { return static_className(); }
24  static const char* static_className(void) { return "DDANAEVIOFactoryGenerator"; }
25 
26 
27  // this method dose the work
28  jerror_t GenerateFactories(JEventLoop*);
29 
30 };
31 
32 #endif // _DDANAEVIOFactoryGenerator_
33 
virtual const char * className(void)
static const char * static_className(void)