/* * RICH_init.cc * * Created on: Oct 11, 2012 * Author: yqiang * Modified on: 0ct 7, 2013, yqiang, added RichTruthHit factory */ #include using namespace jana; #include "DRichHit.h" #include "DRichTruthHit.h" jerror_t RICH_init(JEventLoop *loop) { /// Create and register RICH data factories loop->AddFactory(new JFactory()); loop->AddFactory(new JFactory()); return NOERROR; }