Skip to content

Commit

Permalink
switch pen and pen_top to be before the detector name
Browse files Browse the repository at this point in the history
  • Loading branch information
tdixon97 committed Dec 23, 2024
1 parent 7e1e318 commit b9ae7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/l200geom/hpge_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def _place_hpge_string(
list(pen_rot),
[x_pos, y_pos, z_unit_pen],
pen_plate,
det_unit.name + "_pen",
"pen_" + det_unit.name,
b.mother_lv,
b.registry,
)
Expand All @@ -186,7 +186,7 @@ def _place_hpge_string(
[0, 0, string_rot],
[x_pos, y_pos, z_pos_det + det_unit.height + 1.5 / 2],
pen_plate,
det_unit.name + "_pen_top",
"pen_top_" + det_unit.name,
b.mother_lv,
b.registry,
)
Expand Down

0 comments on commit b9ae7b9

Please sign in to comment.