From fd6f327ee74ed59a15d5e0f87fadde994aa47047 Mon Sep 17 00:00:00 2001 From: Simon Spannagel <simon.spannagel@cern.ch> Date: Fri, 10 Mar 2023 13:32:43 +0100 Subject: [PATCH] Fix doxygen docu --- src/core/detector/Detector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/detector/Detector.hpp b/src/core/detector/Detector.hpp index 3b2139143..1dca59114 100644 --- a/src/core/detector/Detector.hpp +++ b/src/core/detector/Detector.hpp @@ -237,7 +237,7 @@ namespace corryvreckan { * @param row Row (y-) index of the pixel to calculate the spatial resolution from * @return Intrinsic spatial resolution in global X and Y */ - virtual TMatrixD getSpatialResolutionMatrixGlobal(double, double) const = 0; + virtual TMatrixD getSpatialResolutionMatrixGlobal(double column = 0, double row = 0) const = 0; /** * @brief Get number of pixels in x and y -- GitLab