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 36f8a7e + 4092819 commit 1dcc794Copy full SHA for 1dcc794
core/include/traccc/seeding/detail/seeding_config.hpp
@@ -43,7 +43,7 @@ struct seedfinder_config {
43
// minimum distance in mm in r between two measurements within one seed
44
float deltaRMin = 20 * unit<float>::mm;
45
// maximum distance in mm in r between two measurements within one seed
46
- float deltaRMax = 280 * unit<float>::mm;
+ float deltaRMax = 80 * unit<float>::mm;
47
48
// FIXME: this is not used yet
49
// float upperPtResolutionPerSeed = 20* Acts::GeV;
0 commit comments