Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/examples/ClientTests/compact/IllDetector.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <lccdd>
0003   
0004 <!-- #==========================================================================
0005      #  AIDA Detector description implementation 
0006      #==========================================================================
0007      # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0008      # All rights reserved.
0009      #
0010      # For the licensing terms see $DD4hepINSTALL/LICENSE.
0011      # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0012      #
0013      #==========================================================================
0014 -->
0015 
0016   <info name="alignment_boxes"
0017         title="Alignment test with 2 simple boxes"
0018         author="Markus Frank"
0019         url="http://www.cern.ch/lhcb"
0020         status="development"
0021         version="$Id: compact.xml 513 2013-04-05 14:31:53Z gaede $">
0022     <comment>Alignment test with 2 simple boxes</comment>        
0023   </info>
0024   
0025   <includes>
0026     <gdmlFile  ref="${DD4hepINSTALL}/DDDetectors/compact/elements.xml"/>
0027     <gdmlFile  ref="${DD4hepINSTALL}/DDDetectors/compact/materials.xml"/>
0028   </includes>
0029   
0030   <define>
0031     <constant name="world_side" value="30000"/>
0032     <constant name="world_x" value="world_side"/>
0033     <constant name="world_y" value="world_side"/>
0034     <constant name="world_z" value="world_side"/>
0035   </define>
0036 
0037   <display>
0038     <vis name="InvisibleNoDaughters"      showDaughters="false" visible="false"/>
0039     <vis name="InvisibleWithDaughters"    showDaughters="true" visible="false"/>
0040     <vis name="B1_vis" alpha="0.3" r="1" g="0" b="0" showDaughters="true" visible="true"/>
0041     <vis name="B2_vis" alpha="0.3" r="0" g="1" b="0" showDaughters="true" visible="true"/>
0042     <vis name="B3_vis" alpha="1.0" r="0" g="0" b="1" showDaughters="true" visible="true"/>
0043   </display>
0044 
0045   <detectors>
0046     <comment>Boxes</comment>
0047     <detector id="1" name="IllDetector" type="DD4hep_IllDetector" readout="Hits" vis="B1_vis">
0048       <station vis="B1_vis">
0049         <box      x="50"  y="50"   z="100"/>
0050         <position x="0"    y="0"     z="120"/>
0051         <module x="30"   y="30"    z="1" vis="B3_vis">
0052           <position x="0"    y="0"     z="-50"/>
0053         </module>
0054         <module x="30"   y="30"    z="1" vis="B3_vis">
0055           <position x="0"    y="0"     z="-40"/>
0056         </module>
0057         <module x="30"   y="30"    z="1" vis="B3_vis">
0058           <position x="0"    y="0"     z="-30"/>
0059         </module>
0060         <module x="30"   y="30"    z="1" vis="B3_vis">
0061           <position x="0"    y="0"     z="-20"/>
0062         </module>
0063         <module x="30"   y="30"    z="1" vis="B3_vis">
0064           <position x="0"    y="0"     z="-10"/>
0065         </module>
0066         <module x="30"   y="30"    z="1" vis="B3_vis">
0067           <position x="0"    y="0"     z="0"/>
0068         </module>
0069         <module x="30"   y="30"    z="1" vis="B3_vis">
0070           <position x="0"    y="0"     z="10"/>
0071         </module>
0072         <module x="30"   y="30"    z="1" vis="B3_vis">
0073           <position x="0"    y="0"     z="20"/>
0074         </module>
0075         <module x="30"   y="30"    z="1" vis="B3_vis">
0076           <position x="0"    y="0"     z="30"/>
0077         </module>
0078         <module x="30"   y="30"    z="1" vis="B3_vis">
0079           <position x="0"    y="0"     z="40"/>
0080         </module>
0081         <module x="30"   y="30"    z="1" vis="B3_vis">
0082           <position x="0"    y="0"     z="50"/>
0083         </module>
0084       </station>
0085     </detector>
0086   </detectors>
0087   <!--  Definition of the readout segmentation/definition  -->
0088   <readouts>
0089     <readout name="Hits">
0090       <segmentation type="CartesianGridXY" grid_size_x="3.5" grid_size_y="3.5" />
0091       <id>system:8,station:3,module:6,x:32:-16,y:-16</id>
0092     </readout>
0093   </readouts>
0094 
0095 </lccdd>