We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c85202 + 3f6173e commit 3bd51e0Copy full SHA for 3bd51e0
core/include/traccc/finding/finding_config.hpp
@@ -23,7 +23,7 @@ struct finding_config {
23
unsigned int max_num_branches_per_seed = 10;
24
25
/// Maximum number of branches per surface
26
- unsigned int max_num_branches_per_surface = 2;
+ unsigned int max_num_branches_per_surface = 1;
27
28
/// Min/Max number of track candidates per track
29
unsigned int min_track_candidates_per_track = 3;
@@ -40,7 +40,7 @@ struct finding_config {
40
unsigned int max_step_counts_for_next_surface = 100;
41
42
/// Maximum Chi-square that is allowed for branching
43
- float chi2_max = 10.f;
+ float chi2_max = 100.f;
44
45
/// Propagation configuration
46
detray::propagation::config propagation{};
0 commit comments