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