Skip to content

Commit

Permalink
Clarify full length or half length.
Browse files Browse the repository at this point in the history
  • Loading branch information
lnevay committed Feb 16, 2025
1 parent 5377178 commit d135fc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pyg4ometry/geant4/solid/Cons.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Cons(_SolidBase):
:type pRMin2: float, Constant, Quantity, Variable
:param pRMax2: outer radius at +pDz/2
:type pRMax2: float, Constant, Quantity, Variable
:param pDz: length along z
:param pDz: full length along z
:type pDz: float, Constant, Quantity, Variable
:param pSPhi: starting phi angle
:type pSPhi: float, Constant, Quantity, Variable
Expand Down
2 changes: 1 addition & 1 deletion src/pyg4ometry/geant4/solid/CutTubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CutTubs(_SolidBase):
:type pRMin: float, Constant, Quantity, Variable
:param pRMax: Outer radius
:type pRMax: float, Constant, Quantity, Variable
:param pDz: length along z
:param pDz: full length along z
:type pDz: float, Constant, Quantity, Variable
:param pSPhi: starting phi angle
:type pSPhi: float, Constant, Quantity, Variable
Expand Down
2 changes: 1 addition & 1 deletion src/pyg4ometry/geant4/solid/EllipticalTube.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class EllipticalTube(_SolidBase):
:type pDx: float, Constant, Quantity, Variable, Expression
:param pDy: length in y
:type pDy: float, Constant, Quantity, Variable, Expression
:param pDz: length in z
:param pDz: full length in z
:type pDz: float, Constant, Quantity, Variable, Expression
:param registry: for storing solid
:type registry: Registry
Expand Down

0 comments on commit d135fc4

Please sign in to comment.