Back to home page

EIC code displayed by LXR

 
 

    


Warning, /epic/compact/far_backward/beamline_extension_electron.xml is written in an unsupported language. File is not indexed.

0001 <!-- SPDX-License-Identifier: LGPL-3.0-or-later -->
0002 <!-- Copyright (C) 2022 Dhevan Gangadharan, Simon Gardner -->
0003 
0004 <lccdd>
0005 
0006   <comment>
0007      Outgoing electron beam pipes
0008      Implemented to allow overlap checks with the far backwards systems
0009   </comment>
0010 
0011   <detectors>
0012 
0013     <comment> Electron side extended beam pipe volumes </comment>
0014     <!-- Beam pipe going from Q3eR to B7eR -->
0015     <detector
0016     name="Pipe_Q3eR_to_B7eR"
0017     type="BeamPipeChain"
0018     wall_thickness="2*mm">
0019       <pipe id="0" name="Pipe_in_Q3eR"
0020         xcenter="Q3eR_XPosition" zcenter="Q3eR_CenterPosition"
0021         length="Q3eR_Length" theta="Q3eR_Theta"
0022         rout1="Q3eR_InnerRadius" rout2="Q3eR_InnerRadius">
0023       </pipe>
0024       <pipe id="1" name="Pipe_Q3eR_to_Q4eR"/>
0025       <pipe id="2" name="Pipe_in_Q4eR"
0026         xcenter="Q4eR_CenterX" zcenter="Q4eR_CenterZ"
0027         length="Q4eR_Length" theta="Q4eR_Theta"
0028         rout1="Q4eR_InnerRadius" rout2="Q4eR_InnerRadius">
0029       </pipe>
0030       <pipe id="3" name="Pipe_Q4eR_to_B3eR"/>
0031       <pipe id="4" name="Pipe_in_B3eR"
0032         xcenter="B3eR_CenterX" zcenter="B3eR_CenterZ"
0033         length="B3eR_Length" theta="B3eR_Theta"
0034         rout1="B3eR_InnerRadius" rout2="B3eR_InnerRadius">
0035       </pipe>
0036       <pipe id="5" name="Pipe_B3eR_to_B4eR"/>
0037       <pipe id="6" name="Pipe_in_B4eR"
0038         xcenter="B4eR_CenterX" zcenter="B4eR_CenterZ"
0039         length="B4eR_Length" theta="B4eR_Theta"
0040         rout1="B4eR_InnerRadius" rout2="B4eR_InnerRadius">
0041       </pipe>
0042       <pipe id="7" name="Pipe_B4eR_to_B5eR"/>
0043       <pipe id="8" name="Pipe_in_B5eR"
0044         xcenter="B5eR_CenterX" zcenter="B5eR_CenterZ"
0045         length="B5eR_Length" theta="B5eR_Theta"
0046         rout1="B5eR_InnerRadius" rout2="B5eR_InnerRadius">
0047       </pipe>
0048       <pipe id="9" name="Pipe_B5eR_to_B6eR"/>
0049       <pipe id="10" name="Pipe_in_B6eR"
0050         xcenter="B6eR_CenterX" zcenter="B6eR_CenterZ"
0051         length="B6eR_Length" theta="B6eR_Theta"
0052         rout1="B6eR_InnerRadius" rout2="B6eR_InnerRadius">
0053       </pipe>
0054       <pipe id="11" name="Pipe_B6eR_to_B7eR"/>
0055       <pipe id="12" name="Pipe_in_B7eR"
0056         xcenter="B7eR_CenterX" zcenter="B7eR_CenterZ"
0057         length="B7eR_Length" theta="B7eR_Theta"
0058         rout1="B7eR_InnerRadius" rout2="B7eR_InnerRadius">
0059       </pipe>
0060     </detector>
0061 
0062     <comment> Electron side extended beam magnet volumes </comment>
0063 
0064     <detector
0065     name="Magnets_Q4eR_to_B7eR"
0066     type="CylindricalMagnetChain"
0067     vis="RedVis">
0068       <magnet id="0" name="Magnet_Q4eR"
0069         x="Q4eR_CenterX" y="0" z="Q4eR_CenterZ" theta="Q4eR_Theta"
0070         length="Q4eR_Length" rin="Q4eR_InnerRadius" rout="Q4eR_OuterRadius">
0071       </magnet>
0072       <magnet id="1" name="Magnet_B3eR"
0073         x="B3eR_CenterX" y="0" z="B3eR_CenterZ" theta="B3eR_Theta"
0074         length="B3eR_Length" rin="B3eR_InnerRadius" rout="B3eR_OuterRadius">
0075       </magnet>
0076       <magnet id="2" name="Magnet_B4eR"
0077         x="B4eR_CenterX" y="0" z="B4eR_CenterZ" theta="B4eR_Theta"
0078         length="B4eR_Length" rin="B4eR_InnerRadius" rout="B4eR_OuterRadius">
0079       </magnet>
0080       <magnet id="3" name="Magnet_B5eR"
0081         x="B5eR_CenterX" y="0" z="B5eR_CenterZ" theta="B5eR_Theta"
0082         length="B5eR_Length" rin="B5eR_InnerRadius" rout="B5eR_OuterRadius">
0083       </magnet>
0084       <magnet id="4" name="Magnet_B6eR"
0085         x="B6eR_CenterX" y="0" z="B6eR_CenterZ" theta="B6eR_Theta"
0086         length="B6eR_Length" rin="B6eR_InnerRadius" rout="B6eR_OuterRadius">
0087       </magnet>
0088       <magnet id="5" name="Magnet_B7eR"
0089         x="B7eR_CenterX" y="0" z="B7eR_CenterZ" theta="B7eR_Theta"
0090         length="B7eR_Length" rin="B7eR_InnerRadius" rout="B7eR_OuterRadius">
0091       </magnet>
0092     </detector>
0093 
0094   </detectors>
0095 </lccdd>