Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DBeamPhoton_factory_TAGGEDMCGEN.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DBeamPhoton_factory_TAGGEDMCGEN.h
4 // Created: Mon Aug 5 14:29:24 EST 2014
5 // Creator: pmatt (on Linux ifarml6 2.6.18-128.el5 x86_64)
6 //
7 
8 #ifndef _DBeamPhoton_factory_TAGGEDMCGEN_
9 #define _DBeamPhoton_factory_TAGGEDMCGEN_
10 
11 #include <JANA/JFactory.h>
12 #include <PID/DBeamPhoton.h>
13 #include "PID/DMCReaction.h"
14 #include "DANA/DStatusBits.h"
15 
16 class DBeamPhoton_factory_TAGGEDMCGEN:public jana::JFactory<DBeamPhoton>{
17  public:
18  const char* Tag(void){return "TAGGEDMCGEN";}
19 
20  private:
21 
22  jerror_t evnt(jana::JEventLoop *locEventLoop, uint64_t eventnumber); ///< Called every event.
23 };
24 
25 #endif // _DBeamPhoton_factory_TAGGEDMCGEN_
26 
jerror_t evnt(jana::JEventLoop *locEventLoop, uint64_t eventnumber)
Called every event.