Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DTTabUtilities_factory.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DTTabUtilities_factory.h
4 // Created: Fri Apr 3 09:41:29 EDT 2015
5 // Creator: pmatt (on Linux pmattdesktop.jlab.org 2.6.32-504.12.2.el6.x86_64 x86_64)
6 //
7 
8 #ifndef _DTTabUtilities_factory_
9 #define _DTTabUtilities_factory_
10 
11 #include <JANA/JFactory.h>
12 #include "DTTabUtilities.h"
13 #include "TRACKING/DMCThrown.h"
14 
15 using namespace jana;
16 
17 class DTTabUtilities_factory : public jana::JFactory<DTTabUtilities>
18 {
19  public:
22 
23  private:
24  jerror_t brun(jana::JEventLoop *loop, int32_t runnumber);
25  jerror_t evnt(jana::JEventLoop *eventLoop, uint64_t eventnumber);
26 
27  //F1TDCs: Old System ONLY //Early Fall 2014 Commissioning data ONLY
28  uint64_t dRolloverTimeWindowLength; //"T" or "T_{frame}"
29  uint64_t dNumTDCTicksInRolloverTimeWindow; //"N" or "N_{frame}"
30 
31  //CAEN1290s:
32  int dCAENTIPhaseDifference; //0 -> 5
33 };
34 
35 #endif // _DTTabUtilities_factory_