Skip to content

Commit

Permalink
fix: Remove rMinMiddleSP and rMaxMiddleSP in the SeedFinder config (#…
Browse files Browse the repository at this point in the history
…1175)

`rMinMiddleSP` and `rMaxMiddleSP` do not need to be configured in the SeedFinder config, so this PR removes them
  • Loading branch information
LuisFelipeCoelho authored Mar 1, 2022
1 parent c0aea9f commit 11f59e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core/include/Acts/Seeding/SeedfinderConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ struct SeedfinderConfig {
std::vector<std::vector<float>> rRangeMiddleSP;
bool useVariableMiddleSPRange = false;
float deltaRMiddleSPRange = 10.;
float rMinMiddleSP;
float rMaxMiddleSP;

// seed confirmation
bool seedConfirmation = false;
Expand Down

0 comments on commit 11f59e3

Please sign in to comment.