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