From 8e625add5ace7509bc3695b73f9635f90298b713 Mon Sep 17 00:00:00 2001 From: Andreas Salzburger Date: Tue, 12 Nov 2024 11:46:35 +0100 Subject: [PATCH] Update ProtoDetector.hpp --- Core/include/Acts/Detector/ProtoDetector.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/include/Acts/Detector/ProtoDetector.hpp b/Core/include/Acts/Detector/ProtoDetector.hpp index 8111b65d061..44fa1e277b8 100644 --- a/Core/include/Acts/Detector/ProtoDetector.hpp +++ b/Core/include/Acts/Detector/ProtoDetector.hpp @@ -98,11 +98,11 @@ struct ProtoVolume { void extendUp(ProtoVolume& ptVolume); /// Extend the tracking volume with its own constituents - /// @param aDir the binning value that is propagated + /// @param aDir the axis direction for which the value is propagated void propagateMinDown(AxisDirection aDir); /// Extend the tracking volume with its own constituents - /// @param aDir the binning value that is propagated + /// @param aDir the axis direction for which the value is propagated void propagateMaxDown(AxisDirection aDir); /// Constrain the daughter volumes with this volume