Skip to content

Commit

Permalink
Update digitizer_and_detector_modeling.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
granadogmarc authored and Marc Granado committed Sep 18, 2024
1 parent a464b28 commit 541d615
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/digitizer_and_detector_modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1184,16 +1184,15 @@ This setup allows new virtual IDs for the XYZ axes to be assigned at the Layer,

Example::

# C R Y S T A L
# CRYSTAL
/gate/rsector/daughters/name crystal
/gate/rsector/daughters/insert box
/gate/crystal/geometry/setXLength 10. mm
/gate/crystal/geometry/setYLength 59. mm
/gate/crystal/geometry/setZLength 59. mm
/gate/crystal/setMaterial Air

# COLUMN

# Level saved for the virtual COLUMN
/gate/crystal/daughters/name column
/gate/crystal/daughters/insert box
/gate/column/geometry/setXLength 10. mm
Expand All @@ -1202,15 +1201,15 @@ Example::
/gate/column/setMaterial Air


#ROW
#Level saved for the virtual ROW
/gate/column/daughters/name row
/gate/column/daughters/insert box
/gate/row/geometry/setXLength 10. mm
/gate/row/geometry/setYLength 59. mm
/gate/row/geometry/setZLength 59. mm
/gate/row/setMaterial Air

#Pseudo-Crystal
#Level saved for the virtual Pseudo-Crystal (now the real material needs to be used)
/gate/row/daughters/name pseudo-crystal
/gate/row/daughters/insert box
/gate/pseudo-crystal/geometry/setXLength 10. mm
Expand Down

0 comments on commit 541d615

Please sign in to comment.