18 using namespace asg::msgUserCode;
30 std::string weightsFileName = filepath;
31 std::ifstream input_cfg(weightsFileName.c_str());
32 if (input_cfg.is_open())
36 throw (
"FPGATrackSimNNMap could not open " + weightsFileName);
40 m_lwnn_map = std::shared_ptr<lwt::LightweightGraph> (
new lwt::LightweightGraph(
cfg ));