diff --git a/python/src/var_cluster.hpp b/python/src/var_cluster.hpp index bc77976d..f3a57419 100644 --- a/python/src/var_cluster.hpp +++ b/python/src/var_cluster.hpp @@ -18,7 +18,7 @@ using namespace::aare; void define_var_cluster_finder_bindings(py::module &m) { - PYBIND11_NUMPY_DTYPE(pl::ClusterFinder::Hit, size, row, col, + PYBIND11_NUMPY_DTYPE(VarClusterFinder::Hit, size, row, col, reserved, energy, max); py::class_>(m, "VarClusterFinder")