Skip to content

Commit 1dcc794

Browse files
authored
Merge pull request #1116 from stephenswat/perf/odd_deltar_cut
Shrink ODD seeding delta-r cut
2 parents 36f8a7e + 4092819 commit 1dcc794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/traccc/seeding/detail/seeding_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct seedfinder_config {
4343
// minimum distance in mm in r between two measurements within one seed
4444
float deltaRMin = 20 * unit<float>::mm;
4545
// maximum distance in mm in r between two measurements within one seed
46-
float deltaRMax = 280 * unit<float>::mm;
46+
float deltaRMax = 80 * unit<float>::mm;
4747

4848
// FIXME: this is not used yet
4949
// float upperPtResolutionPerSeed = 20* Acts::GeV;

0 commit comments

Comments
 (0)