Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Oct 9, 2024
2 parents cff13fb + a19ebe7 commit 08f0976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/traccc/seeding/detail/seeding_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct seedfinder_config {
float maxPtScattering = 10 * unit<float>::GeV;

// for how many seeds can one SpacePoint be the middle SpacePoint?
int maxSeedsPerSpM = 20;
int maxSeedsPerSpM = 10;

float bFieldInZ = 1.99724f * unit<float>::T;
// location of beam in x,y plane.
Expand Down

0 comments on commit 08f0976

Please sign in to comment.