Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 27, 2024
1 parent 52eb81d commit 65a2c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/include/Acts/Utilities/Helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ namespace detail {
/// - The minimum value (double)
/// - The adjusted maximum value (double)
/// - The bin count (std::size_t)
///
/// @note The vector xPos will be modified during the call.
inline auto getMinMaxAndBinCount(std::vector<double>& xPos) {
// sort the values for unique()
std::ranges::sort(xPos);
Expand Down

0 comments on commit 65a2c67

Please sign in to comment.