27 std::vector<float>
iterate(
const std::vector<std::vector<float> >& eventMatrix,
const std::vector<float>& energyVector,
int nIter);
31 std::vector<float>
iterate(
const std::vector<std::vector<float> >& eventMatrix,
const std::vector<float>& energyVector);