From 8554be45dab318556c46f3ebac661bd9cacb6fda Mon Sep 17 00:00:00 2001 From: cvarni Date: Thu, 10 Oct 2024 22:07:33 +0200 Subject: [PATCH] Add Comments --- Core/include/Acts/Seeding/SeedFinder.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Core/include/Acts/Seeding/SeedFinder.hpp b/Core/include/Acts/Seeding/SeedFinder.hpp index 8a8bd6ac4d4..85eeb3375f4 100644 --- a/Core/include/Acts/Seeding/SeedFinder.hpp +++ b/Core/include/Acts/Seeding/SeedFinder.hpp @@ -111,6 +111,9 @@ class SeedFinder { /// In case the radius range changes according to the z-bin we need to /// retrieve the proper range We can do it this computation only once, since /// all the middle space point candidates belong to the same z-bin + /// @param SpM space point candidate to be used as middle SP in a seed + /// @param rMiddleSPRange range object containing the minimum and maximum r for middle SP for a certain z bin. + /// @output A pair of values representing the minimum and mazimum radius std::pair retrieveRadiusRangeForMiddle( const external_spacepoint_t& spM, const Acts::Range1D& rMiddleSPRange) const;