Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFCALCluster_factory.h
Go to the documentation of this file.
1 // $Id: DFCALShower_factory.h 1899 2006-07-13 16:29:56Z davidl $
2 //
3 // File: DFCALCluster_factory.h
4 // Created: Tue Nov 15 11:57:50 EST 2006
5 // Creator: MK (on Linux stan )
6 //
7 
8 #ifndef _DFCALCluster_factory_
9 #define _DFCALCluster_factory_
10 
11 #include <JANA/JFactory.h>
12 #include <JANA/JEventLoop.h>
13 
14 #include "DFCALCluster.h"
15 
16 using namespace jana;
17 
18 class DFCALCluster_factory:public JFactory<DFCALCluster>{
19 
20  public:
23 
24  private:
25 
26  jerror_t brun(JEventLoop *eventLoop, int32_t runnumber);
27  jerror_t evnt(JEventLoop *eventLoop, uint64_t eventnumber);
28  //< Invoked via JEventProcessor virtual method
29 
32  float TIME_CUT;
34 
35  // this is the location of the front
36  // of the FCAL in a coordinate system
37  // where z = 0 is the center of the target
38 
40 };
41 
42 #endif // _DFCALCluster_factory_
43 
unsigned int MIN_CLUSTER_BLOCK_COUNT