mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-10 06:20:42 +02:00
WIP
This commit is contained in:
@ -18,7 +18,7 @@ using namespace::aare;
|
|||||||
|
|
||||||
|
|
||||||
void define_var_cluster_finder_bindings(py::module &m) {
|
void define_var_cluster_finder_bindings(py::module &m) {
|
||||||
PYBIND11_NUMPY_DTYPE(pl::ClusterFinder<double>::Hit, size, row, col,
|
PYBIND11_NUMPY_DTYPE(VarClusterFinder<double>::Hit, size, row, col,
|
||||||
reserved, energy, max);
|
reserved, energy, max);
|
||||||
|
|
||||||
py::class_<VarClusterFinder<double>>(m, "VarClusterFinder")
|
py::class_<VarClusterFinder<double>>(m, "VarClusterFinder")
|
||||||
|
Reference in New Issue
Block a user