Skip to content

Commit

Permalink
Update Core/include/Acts/Seeding/SeedFinderConfig.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
  • Loading branch information
LuisFelipeCoelho and AJPfleger authored Nov 13, 2023
1 parent e8de800 commit 2724204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Seeding/SeedFinderConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct SeedFinderConfig {

// Maximum allowed cotTheta between two space-points in doublet, used to check
// if forward angle is within bounds
float cotThetaMax = 10.01788; // equivalent to 3 eta (pseudorapidity)
float cotThetaMax = 10.01788; // equivalent to eta = 3 (pseudorapidity)

// Limiting location of collision region in z-axis used to check if doublet
// origin is within reasonable bounds
Expand Down

0 comments on commit 2724204

Please sign in to comment.