Back to home page

EIC code displayed by LXR

 
 

    


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

0001 <!-- SPDX-License-Identifier: LGPL-3.0-or-later -->
0002 <!-- Copyright (C) 2023 Dhevan Gangadharan -->
0003 
0004 <lccdd>
0005 
0006   <comment>
0007     Chamber that encapsulates the lumi photons.
0008     Contains the vacuum tube + end caps + conversion foil inside.
0009     rmin (half width) claculated as 5*sigma of max electron beam divergence.
0010   </comment>
0011 
0012   <define>
0013   </define>
0014 
0015   <detectors>
0016     <detector
0017       name="LumiPhotonChamber"
0018       type="LumiPhotonChamber"
0019       pipeMaterial="Aluminum"
0020       entrCapMaterial="Aluminum"
0021       exitCapMaterial="Beryllium"
0022       convMaterial="Aluminum"
0023       fillMaterial="Vacuum"
0024       vis="AnlLightGray">
0025       <position z1="LumiChamber_Z1" z2="LumiChamber_Z2" z_conv="LumiConverter_Z"/>
0026       <dimensions rmin="LumiBeamDiv_pref * fabs(LumiChamber_Z2)" pipe_dr="LumiChamber_DR" entrCap_dz="LumiChamber_entrCap_DZ" exitCap_dz="LumiChamber_exitCap_DZ" conv_dz="LumiConverter_DZ"/>
0027     </detector>
0028   </detectors>
0029 
0030 </lccdd>