Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFCALGeometry_factory.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DFCALGeometry_factory.h
4 // Created: Wed Aug 24 10:09:27 EST 2005
5 // Creator: shepherd (on Darwin 129-79-159-16.dhcp-bl.indiana.edu 8.2.0 powerpc)
6 //
7 
8 #ifndef _DFCALGeometry_factory_
9 #define _DFCALGeometry_factory_
10 
11 #include "JANA/JFactory.h"
12 #include "DFCALGeometry.h"
13 
14 class DFCALGeometry_factory : public JFactory<DFCALGeometry> {
15 
16 public:
17 
20 
21 private:
22 
23  jerror_t brun(JEventLoop *loop, int32_t runnumber);
24  jerror_t erun(void);
25 };
26 
27 #endif // _DFCALGeometry_factory_
28 
jerror_t brun(JEventLoop *loop, int32_t runnumber)