Warning, /epic/compact/ecal/forward_averaged_homogeneous.xml is written in an unsupported language. File is not indexed.
0001
0002 <!-- SPDX-License-Identifier: LGPL-3.0-or-later -->
0003 <!-- Copyright (C) 2025 Akio Ogawa, Whitney Armstrong, Chao Peng, Sylvester Joosten, Zhongling Ji, Ryan Milton -->
0004
0005 <lccdd>
0006
0007 <documentation>
0008 Title: forward ECal 2025 design
0009 Author: @akioogawa
0010 Status: development
0011 Version: 1.0
0012 </documentation>
0013
0014 <define>
0015 <documentation>
0016 - Forward Ecal Homogeneous(1) or ScFi(2) Model
0017 </documentation>
0018 <constant name="EcalEndcapP_Homogeneous_ScFi" value="1"/>
0019 </define>
0020
0021 <limits>
0022 </limits>
0023
0024 <regions>
0025 </regions>
0026
0027 <display>
0028 </display>
0029
0030 <detectors>
0031
0032 <documentation>
0033 ### Forward (Positive Z) Endcap ScFi Electromagnetic Calorimeter
0034 Implementation of 2025 design
0035 Insert shape is cut out from middle of detector
0036 </documentation>
0037 <detector id="EcalEndcapP_ID"
0038 name="EcalEndcapP"
0039 type="epic_ForwardEcal"
0040 readout="EcalEndcapPHits">
0041 <position x="0" y="0" z="EcalEndcapP_zmin"/>
0042 <dimensions rmin="EcalEndcapP_rmin" rmax="EcalEndcapP_rmax" z="EcalEndcapP_length"/>
0043 <slice name="Cover" material="Aluminum" thickness="EcalEndcapP_CoverThickness" vis="AnlGray"/>
0044 <slice name="Air" material="Air" thickness="EcalEndcapP_AirThickness" vis="AnlLight_Gray"/>
0045 <slice name="PCB" material="Fr4" thickness="EcalEndcapP_PCBThickness" vis="AnlGreen"/>
0046 <slice name="LG" material="Plexiglass" thickness="EcalEndcapP_LightGuideThickness" vis="AnlBlue"/>
0047 <slice name="WScFi" material="AvgTungstenScFi" thickness="EcalEndcapP_ScintillatorThickness" vis="AnlOrange" sensitive="true"/>
0048 <slice name="MountingPlate" material="StainlessSteelSAE304" thickness="EcalEndcapP_MountingPlateThickness" vis="AnlGray"/>
0049 </detector>
0050 </detectors>
0051
0052 <!-- Definition of the readout segmentation/definition -->
0053 <readouts>
0054 <readout name="EcalEndcapPHits">
0055 <segmentation type="CartesianGridXY" grid_size_x="25*mm" grid_size_y="25*mm" offset_x="-37.5*mm" offset_y="-37.5*mm"/>
0056 <id>system:8,northsouth:1,blockrow:6,blockcol:5,x:2,y:2</id>
0057 </readout>
0058 </readouts>
0059
0060 <plugins>
0061 </plugins>
0062
0063 </lccdd>