Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cvarni committed Oct 13, 2024
1 parent c71050a commit 76ea4e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ struct CylindricalSpacePointGridConfig {
float minPt = 0 * Acts::UnitConstants::MeV;
// maximum extension of sensitive detector layer relevant for seeding as
// distance from x=y=0 (i.e. in r)
float rMax = 320 * Acts::UnitConstants::mm;
float rMax = 600 * Acts::UnitConstants::mm;
// maximum extension of sensitive detector layer relevant for seeding as
// distance from x=y=0 (i.e. in r)
float rMin = 0 * Acts::UnitConstants::mm;
float rMin = 33 * Acts::UnitConstants::mm;
// maximum extension of sensitive detector layer relevant for seeding in
// positive direction in z
float zMax = 0 * Acts::UnitConstants::mm;
Expand Down

0 comments on commit 76ea4e6

Please sign in to comment.