From aea08ee85f9d657386a8fc5c30f134cad0dbd33e Mon Sep 17 00:00:00 2001 From: Luis Falda Coelho <56648068+LuisFelipeCoelho@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:27:13 +0100 Subject: [PATCH] Update Core/include/Acts/Seeding/SeedFilterConfig.hpp Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com> --- Core/include/Acts/Seeding/SeedFilterConfig.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Core/include/Acts/Seeding/SeedFilterConfig.hpp b/Core/include/Acts/Seeding/SeedFilterConfig.hpp index a69e0f070bd..6a27903829c 100644 --- a/Core/include/Acts/Seeding/SeedFilterConfig.hpp +++ b/Core/include/Acts/Seeding/SeedFilterConfig.hpp @@ -56,11 +56,11 @@ struct SeedFilterConfig { */ // Enable quality seed confirmation, this is different than default seeding - // confiramtion because it can also be defined for different (r, z) regions of + // confirmation because it can also be defined for different (r, z) regions of // the detector (e.g. forward or central region) by SeedConfirmationRange. - // Seeds are classied as "high-quality" seeds and normal quality seeds. Normal - // quality seeds are only selected if no other "high-quality" seeds has been - // found for that inner-middle doublet. + // Seeds are classified as "high-quality" seeds and normal quality seeds. + // Normal quality seeds are only selected if no other "high-quality" seeds has + // been found for that inner-middle doublet. bool seedConfirmation = false; // Contains parameters for central seed confirmation SeedConfirmationRangeConfig centralSeedConfirmationRange;