Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFDCPseudo_factory_WIRESONLY.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DFDCPseudo_factory_WIRESONLY.h
4 // Created: Fri Nov 9 09:57:12 EST 2007
5 // Creator: davidl (on Darwin fwing-dhcp95.jlab.org 8.10.1 i386)
6 //
7 
8 #ifndef _DFDCPseudo_factory_WIRESONLY_
9 #define _DFDCPseudo_factory_WIRESONLY_
10 
11 #include <JANA/JFactory.h>
12 using namespace jana;
13 
14 #include "DFDCPseudo.h"
15 
16 class DFDCPseudo_factory_WIRESONLY:public JFactory<DFDCPseudo>{
17  public:
20  const char* Tag(void){return "WIRESONLY";}
21 
22  private:
23  //jerror_t init(void); ///< Called once at program start.
24  //jerror_t brun(JEventLoop *eventLoop, int32_t runnumber); ///< Called everytime a new run number is detected.
25  jerror_t evnt(JEventLoop *eventLoop, uint64_t eventnumber); ///< Called every event.
26  //jerror_t erun(void); ///< Called everytime run number changes, provided brun has been called.
27  //jerror_t fini(void); ///< Called after last event of last event source has been processed.
28 
29  void MakePseudo(const DFDCHit *hit, const DFDCWire *wire, const DVector3 &pos);
30 
31 };
32 
33 #endif // _DFDCPseudo_factory_WIRESONLY_
34 
TVector3 DVector3
Definition: DVector3.h:14
class DFDCHit: definition for a basic FDC hit data type.
Definition: DFDCHit.h:20