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