mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-19 22:38:43 +01:00
removed comment
This commit is contained in:
@@ -152,9 +152,9 @@ class ClusterFinder {
|
|||||||
// If the cluster type is an integral type, and
|
// If the cluster type is an integral type, and
|
||||||
// the pedestal is a floating point type then we
|
// the pedestal is a floating point type then we
|
||||||
// need to round the value before storing it
|
// need to round the value before storing it
|
||||||
if constexpr (std::is_integral_v<CT> /*&&
|
if constexpr (std::is_integral_v<CT> &&
|
||||||
std::is_floating_point_v<
|
std::is_floating_point_v<
|
||||||
PEDESTAL_TYPE>*/) {
|
PEDESTAL_TYPE>) {
|
||||||
auto tmp = std::lround(
|
auto tmp = std::lround(
|
||||||
frame(iy + ir, ix + ic) -
|
frame(iy + ir, ix + ic) -
|
||||||
m_pedestal.mean(iy + ir, ix + ic));
|
m_pedestal.mean(iy + ir, ix + ic));
|
||||||
|
|||||||
Reference in New Issue
Block a user