Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/DDDetectors/compact/SiD/SiD_Ecal.xml is written in an unsupported language. File is not indexed.

0001 <!-- ====================================================================== -->
0002 <!--                                                                        -->
0003 <!--    XML description of the complete SiD tracker detector                -->
0004 <!--    of the SiD linear collider detector design.                         -->
0005 <!--                                                                        -->
0006 <!--    Contained are the required                                          -->
0007 <!--      ++ global constants used uniquely by this module                  -->
0008 <!--      ++ visualization attributes                                       -->
0009 <!--      ++ the definition of the readout structure and the                -->
0010 <!--         readout segmentation (if necessary)                            -->
0011 <!--      ++ the include statements for the sensitive detectors and         -->
0012 <!--         the corresponding support structure(s)                         -->
0013 <!--                                                                        -->
0014 <!--                                                                        -->
0015 <!--   @author  M.Frank                                                     -->
0016 <!--   @date    14/11/2014                                                  -->
0017 <!--                                                                        -->
0018 <!-- ====================================================================== -->
0019 
0020 <lccdd>
0021   <!--  Definition of global dictionary constants          -->
0022   <define>
0023   </define>
0024 
0025   <!--  Definition of the used visualization attributes    -->
0026   <display>
0027     <vis name="EcalBarrelVis"       alpha="1.0" r="1.0"  g="1.0"  b="0.0"  showDaughters="true" visible="false"/>
0028     <vis name="EcalStaveVis"        alpha="1.0" r="0.0"  g="0.0"  b="1.0"  showDaughters="true" visible="true"/>
0029     <vis name="EcalLayerVis"        alpha="1.0" r="0.8"  g="0.8"  b="0.0"  showDaughters="true" visible="true"/>
0030 
0031     <vis name="EcalSensitiveVis"    alpha="1.0" r="0.7"  g="0.3"  b="0.0"  showDaughters="false" visible="true"/>
0032     <vis name="EcalAbsorberVis"     alpha="1.0" r="0.4"  g="0.4"  b="0.0"  showDaughters="false" visible="true"/>
0033 
0034     <vis name="EcalEndcapVis"       alpha="1.0" r="0.77" g="0.74" b="0.86" showDaughters="true" visible="true"/>
0035   </display>
0036 
0037   <!--  Definition of the readout segmentation/definition  -->
0038   <readouts>
0039     <readout name="EcalBarrelHits">
0040       <segmentation type="CartesianGridXY" grid_size_x="3.5*mm" grid_size_y="3.5*mm" />
0041       <id>system:8,barrel:3,module:4,layer:6,slice:5,x:32:-16,y:-16</id>
0042     </readout>        
0043     <readout name="EcalEndcapHits">
0044       <segmentation type="CartesianGridXY" grid_size_x="3.5*mm" grid_size_y="3.5*mm" />
0045       <id>system:8,barrel:3,module:4,layer:6,slice:5,x:32:-16,y:-16</id>
0046     </readout>
0047   </readouts>
0048 
0049   <!--  Includes for sensitives and support                -->
0050   <include ref="SiD_EcalBarrel.xml"/>
0051   <include ref="SiD_EcalEndcap.xml"/>
0052 <!--
0053 -->
0054 </lccdd>