Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFactoryGenerator_dirc_tree.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DFactoryGenerator_dirc_tree.h
4 //
5 
6 #ifndef _DFactoryGenerator_dirc_tree_
7 #define _DFactoryGenerator_dirc_tree_
8 
9 #include <JANA/jerror.h>
10 #include <JANA/JFactoryGenerator.h>
11 
13 
14 class DFactoryGenerator_dirc_tree : public jana::JFactoryGenerator
15 {
16  public:
17  virtual const char* className(void){return static_className();}
18  static const char* static_className(void){return "DFactoryGenerator_dirc_tree";}
19 
20  jerror_t GenerateFactories(jana::JEventLoop* locEventLoop)
21  {
22  locEventLoop->AddFactory(new DReaction_factory_dirc_tree());
23  return NOERROR;
24  }
25 };
26 
27 #endif // _DFactoryGenerator_dirc_tree_
28 
static const char * static_className(void)
jerror_t GenerateFactories(jana::JEventLoop *locEventLoop)
virtual const char * className(void)