Back to home page

EIC code displayed by LXR

 
 

    


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

0001 <!-- SPDX-License-Identifier: LGPL-3.0-or-later -->
0002 <!-- Copyright (C) 2022 Wouter Deconinck, Jihee Kim, Whitney Armstrong -->
0003 
0004 <lccdd>
0005   <comment>
0006     //////////////////////////////////////////////////
0007     // Far Forward Ion Zero Degree Calorimeter
0008     // W power + SciFi for Ecal
0009     //////////////////////////////////////////////////
0010   </comment>
0011 
0012   <define>
0013     <constant name="ZDCEcal_FiberRadius" value="0.235*mm"/>
0014     <constant name="ZDCEcal_FiberOffset" value="0.5*mm"/>
0015     <constant name="ZDCEcal_FiberSpaceX" value="0.265*mm"/>
0016     <constant name="ZDCEcal_FiberSpaceY" value="0.425*mm"/>
0017   </define>
0018 
0019   <detectors>
0020     <detector id="ZDCEcal_ID"
0021       name="ZDCEcal"
0022       type="ZDCEcalScFiCalorimeter"
0023       vis="ZDC_Ecal_Vis"
0024       readout="ZDCEcalHits">
0025       <position x="ZDCEcal_x_pos" y="ZDCEcal_y_pos" z="ZDCEcal_z_pos"/>
0026       <rotation x="ZDCEcal_rotateX_angle" y="ZDCEcal_rotateY_angle" z="ZDCEcal_rotateZ_angle"/>
0027       <dimensions x="ZDCEcal_width" z="ZDCEcal_length"/>
0028       <module sizex="25*mm" sizey="25*mm" sizez="170*mm" material="WSciFi_UCLA_Abs" vis="ZDC_Ecal_module_Vis">
0029         <fiber material="Polystyrene"
0030           radius="ZDCEcal_FiberRadius"
0031           offset="ZDCEcal_FiberOffset"
0032           spacex="ZDCEcal_FiberSpaceX"
0033           spacey="ZDCEcal_FiberSpaceY">
0034         </fiber>
0035       </module>
0036     </detector>
0037   </detectors>
0038 
0039   <readouts>
0040     <readout name="ZDCEcalHits">
0041       <segmentation type="NoSegmentation"/>
0042       <id>system:8,module:28,fiber_x:8,fiber_y:8</id>
0043     </readout>
0044   </readouts>
0045 
0046 </lccdd>