mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-08-07 03:22:25 +02:00
format
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
|
||||
using namespace aare;
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
|
||||
using namespace aare;
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
|
||||
@@ -27,8 +27,8 @@ void define_ClusterFileSink(py::module &m, const std::string &typestr) {
|
||||
|
||||
using ClusterType = Cluster<T, ClusterSizeX, ClusterSizeY, CoordType>;
|
||||
|
||||
//TODO! adapt to set pedestal type (needs templating of ClusterFileSink)
|
||||
//or maybe access through base class?
|
||||
// TODO! adapt to set pedestal type (needs templating of ClusterFileSink)
|
||||
// or maybe access through base class?
|
||||
py::class_<ClusterFileSink<ClusterType>>(m, class_name.c_str())
|
||||
.def(py::init<ClusterFinderMT<ClusterType, uint16_t, double> *,
|
||||
const std::filesystem::path &>())
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
|
||||
using namespace aare;
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
|
||||
using namespace aare;
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
|
||||
using namespace aare;
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
//Configure module wide pedestal type for cluster finding
|
||||
// Configure module wide pedestal type for cluster finding
|
||||
using pd_type = double;
|
||||
Reference in New Issue
Block a user