27 JSINFO <<
"Initialize InitialState ... " <<
GetId() <<
" ...";
58 auto &header =
f->GetHeader();
70 int page = idx / (nx *
ny);
71 int row = (idx - page * nx *
ny) / nx;
72 int col = idx - page * nx * ny - row *
nx;
82 JSWARN <<
"num_of_binary_collisions is empty, setting the starting "
83 "location to 0. Make sure to add e.g. trento before PythiaGun.";
85 std::discrete_distribution<>
dist(
91 x = std::get<0>(coord);
92 y = std::get<1>(coord);