Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EVENTSTORE_init.cc
Go to the documentation of this file.
1 #include <JANA/JEventLoop.h>
2 using namespace jana;
3 
4 #include "DESSkimData.h"
5 
6 jerror_t EVENTSTORE_init(JEventLoop *loop)
7 {
8  loop->AddFactory(new JFactory<DESSkimData>());
9 
10  return NOERROR;
11 }
12 
13 
jerror_t EVENTSTORE_init(JEventLoop *loop)