Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HDDM_init.cc
Go to the documentation of this file.
1 #include <JANA/JEventLoop.h>
2 using namespace jana;
3 
6 
7 jerror_t HDDM_init(JEventLoop *loop)
8 {
9  /// Create and register HDDM data factories
10  loop->AddFactory(new DEventWriterREST_factory);
11  loop->AddFactory(new DEventWriterHDDM_factory);
12 
13  return NOERROR;
14 }
15 
16 
jerror_t HDDM_init(JEventLoop *loop)
Definition: HDDM_init.cc:7