From 95f13d6f7b8f09cdf6110d38c8b04f316875ce59 Mon Sep 17 00:00:00 2001 From: Andreas Salzburger Date: Tue, 12 Nov 2024 11:48:01 +0100 Subject: [PATCH] Update IndexedSurfacesGenerator.hpp --- Core/include/Acts/Detector/detail/IndexedSurfacesGenerator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/include/Acts/Detector/detail/IndexedSurfacesGenerator.hpp b/Core/include/Acts/Detector/detail/IndexedSurfacesGenerator.hpp index fc485d0954f..ad2dc059c67 100644 --- a/Core/include/Acts/Detector/detail/IndexedSurfacesGenerator.hpp +++ b/Core/include/Acts/Detector/detail/IndexedSurfacesGenerator.hpp @@ -38,7 +38,7 @@ struct IndexedSurfacesGenerator { surface_container surfaces = {}; // Indices of surfaces that are to be assigned to all bins std::vector assignToAll = {}; - /// The axis directions for the binning + /// The axis directions for the indexing std::vector axisDirections = {}; // Bin expansion std::vector binExpansion = {};