diff --git a/Core/include/Acts/Detector/detail/CylindricalDetectorHelper.hpp b/Core/include/Acts/Detector/detail/CylindricalDetectorHelper.hpp index caca2383c58..c423f4fa689 100644 --- a/Core/include/Acts/Detector/detail/CylindricalDetectorHelper.hpp +++ b/Core/include/Acts/Detector/detail/CylindricalDetectorHelper.hpp @@ -206,7 +206,7 @@ std::array, 3u> rzphiBoundaries( bValues[CylinderVolumeBounds::BoundValues::eHalfPhiSector]; ActsScalar phiMin = phiCenter - phiSector; ActsScalar phiMax = phiCenter + phiSector; - // Fill the maps + // Fill the sets uniqueBoundaries[0].insert(rMin); uniqueBoundaries[0].insert(rMax); uniqueBoundaries[1].insert(zMin);