Skip to content

Commit

Permalink
Update SeedFinderOrthogonalConfig.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisFelipeCoelho authored Nov 13, 2023
1 parent d1086a8 commit cb4f2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Seeding/SeedFinderOrthogonalConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct SeedFinderOrthogonalConfig {

// 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 = = 7.40627;; // equivalent to 2.7 eta (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 cb4f2fb

Please sign in to comment.