Skip to content

Commit 23b6102

Browse files
committed
fix(TimeDet): correct Z gap between column 2 and columns 1/3
Set inter-column Z stagger to 90mm as confirmed by Gerardo. Closes #1
1 parent 3117b5e commit 23b6102

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

subsystems/TimingDetector/data/timing_detector.gmx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Bar half-sizes: 700 × 30 × 5 mm (140 × 6 × 1 cm full)
88
Total width 4 m with 10 cm overlap (pending final engineering numbers)
99
Column X: -1300, 0, +1300 mm; Y from -3220 to +3220 mm (step 6440/109 mm)
10-
Z stagger: z = (ir%2)*12 + (ic%2)*24 mm (4 levels: 0, 12, 24, 36 mm)
10+
Z stagger: z = (ir%2)*12 + (ic%2)*90 mm (4 levels: 0, 12, 90, 102 mm)
1111
-->
1212

1313
<geomodel name="SHiP Timing Detector" version="1.0"
@@ -53,9 +53,9 @@
5353

5454
<!-- Array of 3 columns × 110 rows = 330 bars.
5555
Split each column into even/odd rows to apply Z stagger per-row parity.
56-
Z stagger formula: z = (ir%2)*12 + (ic%2)*24 mm
56+
Z stagger formula: z = (ir%2)*12 + (ic%2)*90 mm
5757
col1 (ic=0): even rows z=0, odd rows z=12
58-
col2 (ic=1): even rows z=24, odd rows z=36
58+
col2 (ic=1): even rows z=90, odd rows z=102
5959
col3 (ic=2): even rows z=0, odd rows z=12 -->
6060
<assembly name="TimDetArray">
6161
<replicaXYarrays name="col1_even" n="55" zValue="0.0" xCoordinates="col1_even_x" yCoordinates="timDety_even">
@@ -64,10 +64,10 @@
6464
<replicaXYarrays name="col1_odd" n="55" zValue="12.0" xCoordinates="col1_odd_x" yCoordinates="timDety_odd">
6565
<logvolref ref="TimDetBar"/>
6666
</replicaXYarrays>
67-
<replicaXYarrays name="col2_even" n="55" zValue="24.0" xCoordinates="col2_even_x" yCoordinates="timDety_even">
67+
<replicaXYarrays name="col2_even" n="55" zValue="90.0" xCoordinates="col2_even_x" yCoordinates="timDety_even">
6868
<logvolref ref="TimDetBar"/>
6969
</replicaXYarrays>
70-
<replicaXYarrays name="col2_odd" n="55" zValue="36.0" xCoordinates="col2_odd_x" yCoordinates="timDety_odd">
70+
<replicaXYarrays name="col2_odd" n="55" zValue="102.0" xCoordinates="col2_odd_x" yCoordinates="timDety_odd">
7171
<logvolref ref="TimDetBar"/>
7272
</replicaXYarrays>
7373
<replicaXYarrays name="col3_even" n="55" zValue="0.0" xCoordinates="col3_even_x" yCoordinates="timDety_even">

0 commit comments

Comments
 (0)