25 SetId(
"NcollListFromFile");
39 std::ostringstream path_with_filename;
40 path_with_filename << initialProfilePath <<
"/event-" << event_id_
42 JSINFO <<
"External initial profile path is" << path_with_filename.str();
45 }
catch (std::exception &
err) {
61 std::ifstream
infile(filename.c_str());
77 std::make_shared<std::uniform_int_distribution<int>>(0,
ncoll_-1));