Skip to content

Commit

Permalink
Update Core/include/Acts/Seeding/SeedFilterConfig.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
  • Loading branch information
LuisFelipeCoelho and AJPfleger authored Nov 13, 2023
1 parent cb4f2fb commit aea08ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Core/include/Acts/Seeding/SeedFilterConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aea08ee

Please sign in to comment.