Skip to content

Commit

Permalink
updated the optics targets to be more realistic
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Evans committed Feb 14, 2024
1 parent a59ef77 commit 3fc3fa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions geometry/target/targetLadder.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<solids>
<box name="TargetLadder1_solid" x="200" y="200" z="1300" lunit="mm"/>
<box name="TargetLadder2_solid" x="200" y="600" z="1300" lunit="mm"/>
<box name="TargetLadder2_solid" x="200" y="700" z="1300" lunit="mm"/>
<union name="TargetLadder_solid">
<first ref="TargetLadder1_solid"/>
<second ref="TargetLadder2_solid"/>
Expand All @@ -38,7 +38,7 @@
<second ref="TargetAlHole_solid"/>
</subtraction>

<box name="TargetCFoil_solid" x="25*mm" y="25*mm" z="1*mm"/>
<box name="TargetCFoil_solid" x="25*mm" y="25*mm" z="0.254*mm"/>

</solids>

Expand Down Expand Up @@ -199,7 +199,7 @@

<physvol>
<volumeref ref="TargetCFoilDS_logical"/>
<position z="+60*cm"/>
<position z="-62.45*cm"/>
</physvol>

<auxiliary auxtype="TargetSystem" auxvalue="Optics1"/>
Expand All @@ -217,7 +217,7 @@

<physvol>
<volumeref ref="TargetCFoilDS_logical"/>
<position z="-60*cm"/>
<position z="+62.45*cm"/>
</physvol>

<auxiliary auxtype="TargetSystem" auxvalue="Optics2"/>
Expand All @@ -234,7 +234,7 @@

<physvol>
<volumeref ref="TargetCFoilDS_logical"/>
<position z="0*cm"/>
<position z="+0.0127*cm"/>
</physvol>

<auxiliary auxtype="TargetSystem" auxvalue="Optics3"/>
Expand Down

0 comments on commit 3fc3fa0

Please sign in to comment.