Skip to content

Commit

Permalink
fixing beampipe radius to be compatible with atlas db
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Adye authored and Tim Adye committed Feb 10, 2022
1 parent 5220f82 commit d37001b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Scripts/Python/itk.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def buildITkGeometry(geo_dir: Path, material: bool = True):
mdecorator=matDeco,
buildBeamPipe=True,
unitScalor=1.0, # explicit units
beamPipeRadius=29.0 * u.mm,
beamPipeRadius=23.934 * u.mm,
beamPipeHalflengthZ=3000.0 * u.mm,
beamPipeLayerThickness=0.8 * u.mm,
surfaceLogLevel=acts.logging.WARNING,
Expand Down

0 comments on commit d37001b

Please sign in to comment.