Skip to content

Commit 565fee4

Browse files
committed
Adapt chi2 max
1 parent 358b694 commit 565fee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/traccc/finding/finding_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct finding_config {
4343
unsigned int max_step_counts_for_next_surface = 100;
4444

4545
/// Maximum Chi-square that is allowed for branching
46-
float chi2_max = 100.f;
46+
float chi2_max = 30.f;
4747

4848
/// Propagation configuration
4949
detray::propagation::config propagation{};

0 commit comments

Comments
 (0)