Skip to content

Commit

Permalink
I corrected to positions of the sieve, blocker, and sieve virtual pla…
Browse files Browse the repository at this point in the history
…ne detector. I also named the sieve geometry detector number 1008.
  • Loading branch information
Kate Evans committed Feb 16, 2024
1 parent 3fc3fa0 commit c5d0be3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion geometry/mollerParallel.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@

<physvol name="sieveVirtualPlane_phys">
<volumeref ref="sieveVirtualPlane_log"/>
<position ref="sieveVirtualPlane_pos" unit="mm" z="105"/>
<position ref="sieveVirtualPlane_pos" unit="mm" z="250"/>
</physvol>

<physvol name="Col2Ent_phys">
Expand Down
4 changes: 2 additions & 2 deletions geometry/positions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
<position name="n2atmoVirtualPlane_pos" z="31525.00" unit="mm"/>

<!-- Sieve position -->
<position name="sieveActualCenter_pos" z="-1795.00" x="200" unit="mm"/>
<position name="sieveActualCenter_pos" z="-1750.00" x="200" unit="mm"/>
<position name="sieveVirtualPlane_pos" z="250.00" unit="mm"/>
<position name="blockerActualCenter_pos" z="-1795.00" x="-200" unit="mm"/>
<position name="blockerActualCenter_pos" z="-1750.00" x="-200" unit="mm"/>


<!-- Showermax virtual plane detector position -->
Expand Down
6 changes: 3 additions & 3 deletions geometry/upstream/blocker.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<define>
<!-- Full blocker system dimensions -->
<quantity name="blocker_system_inner_radius" type="length" value="1.043" unit="in"/>
<quantity name="blocker_system_outer_radius" type="length" value="3.858" unit="in"/>
<quantity name="blocker_system_thickness" type="length" value="3.937" unit="in"/>
<quantity name="blocker_system_inner_radius" type="length" value="26.5" unit="mm"/>
<quantity name="blocker_system_outer_radius" type="length" value="98" unit="mm"/>
<quantity name="blocker_system_thickness" type="length" value="100" unit="mm"/>

</define>

Expand Down
5 changes: 3 additions & 2 deletions geometry/upstream/sieve.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -116,21 +116,22 @@
<materialref ref="G4_Galactic"/>
<solidref ref="sieve_hole_solid"/>
<auxiliary auxtype="Color" auxvalue="magenta"/>
<auxiliary auxtype="Alpha" auxvalue="0.1"/>
<auxiliary auxtype="Alpha" auxvalue="0.8"/>
<auxiliary auxtype="SensDet" auxvalue="sieveDet"/>
<auxiliary auxtype="DetType" auxvalue="secondaries"/>
<auxiliary auxtype="DetType" auxvalue="boundaryhits"/>
<auxiliary auxtype="DetType" auxvalue="lowenergyneutral"/>
</volume>

<volume name="sieve_system_logic">
<materialref ref="CW90"/>
<materialref ref="G4_W"/>
<solidref ref="sieve_system_solid"/>
<auxiliary auxtype="Alpha" auxvalue="0.8"/>
<auxiliary auxtype="SensDet" auxvalue="sieveDet"/>
<auxiliary auxtype="DetType" auxvalue="secondaries"/>
<auxiliary auxtype="DetType" auxvalue="boundaryhits"/>
<auxiliary auxtype="DetType" auxvalue="lowenergyneutral"/>
<auxiliary auxtype="DetNo" auxvalue="1008"/>

<physvol name="sieve_hole71_physical">
<volumeref ref="sieve_hole_logic"/>
Expand Down

0 comments on commit c5d0be3

Please sign in to comment.