Skip to content

Commit

Permalink
Reduce the max track size
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Feb 12, 2024
1 parent d8c8ca7 commit 764cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/traccc/finding/finding_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct finding_config {

/// Min/Max number of track candidates per track
unsigned int min_track_candidates_per_track = 3;
unsigned int max_track_candidates_per_track = 10000;
unsigned int max_track_candidates_per_track = 30;

/// Maximum number of branches per initial seed
unsigned int max_num_branches_per_initial_seed =
Expand Down

0 comments on commit 764cfa7

Please sign in to comment.