Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TTab_init.cc
Go to the documentation of this file.
1 // $Id: TTAB_init.cc $
2 
3 #include <JANA/JEventLoop.h>
4 using namespace jana;
5 
8 
9 jerror_t TTAB_init(JEventLoop *loop)
10 {
11  /// Create and register DTranslationTable factory
12  loop->AddFactory(new DTranslationTable_factory());
13  loop->AddFactory(new DTTabUtilities_factory());
14 
15  return NOERROR;
16 }
jerror_t TTAB_init(JEventLoop *loop)
Definition: TTab_init.cc:9