Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify the Driftpipe end geometry #609

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions geometry/hybrid/hybridDaughter_unified.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,7 @@
startphi="0" deltaphi="360" aunit="deg"
rmin="723.9" rmax="730.25" z="118.5672" lunit="mm"/>

<!-- RR adding Drift Pipe End -->
<polycone aunit="deg" startphi="0" deltaphi="360" lunit="mm" name="Driftpipe_end">
<zplane rmin="730.25" rmax="730.25" z="0"/>
<zplane rmin="730.25" rmax="730.25+25.4" z="25.4"/>
<zplane rmin="1270-25.4" rmax="1270" z="423.9-76.2"/>
<zplane rmin="1270-25.4" rmax="1270" z="423.9"/>
</polycone>
<tube aunit="deg" startphi="0" deltaphi="360" lunit="mm" name="Driftpipe_end" rmin="730.25" rmax="1270" z="3*25.4"/>


<!--add bellows -->
Expand Down Expand Up @@ -193,7 +187,7 @@

<!-- drift pipe -->
<polycone aunit="deg" startphi="0" deltaphi="360" lunit="mm" name="solid_Driftpipe">
<zplane rmin="1247.775" rmax="1270" z="0.0"/>
<zplane rmin="1247.775" rmax="1270" z="-423.9+3*25.4"/>
<zplane rmin="1247.775" rmax="1270" z="22.098"/>
<zplane rmin="1247.775" rmax="1270" z="22.098"/>
<zplane rmin="1247.775" rmax="1270" z="5672.9-12.7"/>
Expand Down Expand Up @@ -3046,7 +3040,7 @@

<physvol name="Driftpipe_endphys">
<volumeref ref="logicDriftpipe_end"/>
<position unit="mm" name="Driftpipeend_pos" x="0" y="0.01" z="(501.453*25.4)-11287.5"/>
<position unit="mm" name="Driftpipeend_pos" x="0" y="0.01" z="(501.453*25.4)-11287.5+(3*25.4)/2"/>
</physvol>


Expand Down
17 changes: 3 additions & 14 deletions geometry/mollerParallel.gdml
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,6 @@
startphi="0" deltaphi="360" aunit="deg"
rmin="723.9" rmax="730.25" z="118.5672" lunit="mm"/>

<polycone aunit="deg" startphi="0" deltaphi="360" lunit="mm" name="Driftpipeend_Virtualsolid">
<zplane rmin="730.25" rmax="730.25" z="0"/>
<zplane rmin="730.25" rmax="730.25+25.4" z="25.4"/>
<zplane rmin="1270-25.4" rmax="1270" z="423.9-76.2"/>
<zplane rmin="1270-25.4" rmax="1270" z="423.9"/>
</polycone>





</solids>

Expand Down Expand Up @@ -446,10 +436,9 @@
<auxiliary auxtype="DetNo" auxvalue="448"/>
</volume>


<volume name="Driftpipeend_Virtuallog">
<materialref ref="G4_Galactic"/>
<solidref ref="Driftpipeend_Virtualsolid"/>
<volume name="Driftpipeend_Virtuallog">
<materialref ref="G4_Galactic"/>
<solidref ref="largeVirtualPlane_solid"/>
<auxiliary auxtype="SensDet" auxvlaue="planeDet"/>
<auxiliary auxtype="DetNo" auxvalue="449"/>
</volume>
Expand Down
Loading