Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFactoryGenerator_p2pi_trees.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DFactoryGenerator_p2pi_trees.h
4 // Created: Wed Mar 29 16:34:58 EDT 2017
5 // Creator: elton (on Linux ifarm1401.jlab.org 3.10.0-327.el7.x86_64 x86_64)
6 //
7 
8 #ifndef _DFactoryGenerator_p2pi_trees_
9 #define _DFactoryGenerator_p2pi_trees_
10 
11 #include <JANA/jerror.h>
12 #include <JANA/JFactoryGenerator.h>
13 
15 
16 class DFactoryGenerator_p2pi_trees : public jana::JFactoryGenerator
17 {
18  public:
19  virtual const char* className(void){return static_className();}
20  static const char* static_className(void){return "DFactoryGenerator_p2pi_trees";}
21 
22  jerror_t GenerateFactories(jana::JEventLoop* locEventLoop)
23  {
24  locEventLoop->AddFactory(new DReaction_factory_p2pi_trees());
25  return NOERROR;
26  }
27 };
28 
29 #endif // _DFactoryGenerator_p2pi_trees_
30 
virtual const char * className(void)
jerror_t GenerateFactories(jana::JEventLoop *locEventLoop)
static const char * static_className(void)