Back to home page

EIC code displayed by LXR

 
 

    


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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <lccdd>
0003 <!-- #==========================================================================
0004      #  AIDA Detector description implementation 
0005      #==========================================================================
0006      # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0007      # All rights reserved.
0008      #
0009      # For the licensing terms see $DD4hepINSTALL/LICENSE.
0010      # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0011      #
0012      #==========================================================================
0013 -->
0014   
0015   <info name="alignment_boxes"
0016         title="Alignment test with 2 simple boxes"
0017         author="Markus Frank"
0018         url="http://www.cern.ch/lhcb"
0019         status="development"
0020         version="$Id: compact.xml 513 2013-04-05 14:31:53Z gaede $">
0021     <comment>Alignment test with 2 simple boxes</comment>        
0022   </info>
0023   
0024   <includes>
0025     <gdmlFile  ref="${DD4hepINSTALL}/DDDetectors/compact/elements.xml"/>
0026     <gdmlFile  ref="${DD4hepINSTALL}/DDDetectors/compact/materials.xml"/>
0027   </includes>
0028   
0029   <define>
0030     <constant name="world_side" value="30000"/>
0031     <constant name="world_x" value="world_side"/>
0032     <constant name="world_y" value="world_side"/>
0033     <constant name="world_z" value="world_side"/>
0034   </define>
0035 
0036   <display>
0037     <vis name="InvisibleNoDaughters"      showDaughters="false" visible="false"/>
0038     <vis name="InvisibleWithDaughters"    showDaughters="true" visible="false"/>
0039   </display>
0040 
0041   <detectors>
0042     <comment>Boxes</comment>
0043     <detector id="3" name="B3" type="DD4hep_BoxSegment" readout="SiliconHits" sensitive="true">
0044       <comment>Vertical box</comment>
0045       <material name="Steel235"/>
0046       <sensitive type="calo"/>
0047       <box      x="10"  y="20"   z="30"/>
0048       <position x="-10" y="30"   z="10"/>
0049       <rotation x="0"   y="0"    z="0"/>
0050     </detector>
0051     <detector id="3" name="B4" type="DD4hep_BoxSegment" readout="SiliconHits" sensitive="true">
0052       <comment>Vertical box</comment>
0053       <material name="Steel235"/>
0054       <sensitive type="calo"/>
0055       <box      x="10"  y="20"   z="30"/>
0056       <position x="0"   y="0"    z="0"/>
0057       <rotation x="0"   y="0"    z="0"/>
0058     </detector>
0059   </detectors>
0060 
0061   <readouts>
0062     <readout name="SiliconHits">
0063       <id>system:8</id>
0064     </readout>
0065   </readouts>
0066 </lccdd>
0067