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