Skip to content

Commit

Permalink
remove r{Min,Max}MiddleSP
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisFelipeCoelho committed Mar 1, 2022
1 parent c0aea9f commit 4349698
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 4349698

Please sign in to comment.