Skip to content

Commit

Permalink
Update Core/include/Acts/Detector/detail/CylindricalDetectorHelper.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Joana Niermann <[email protected]>
  • Loading branch information
asalzburger and niermann999 authored Sep 13, 2023
1 parent 480035b commit 9fff7f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ std::array<std::vector<ActsScalar>, 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);
Expand Down

0 comments on commit 9fff7f2

Please sign in to comment.