Warning, /DD4hep/examples/ClientTests/compact/DriftChamber.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 <includes>
0016 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/elements.xml"/>
0017 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/materials.xml"/>
0018 </includes>
0019
0020 <define>
0021 <constant name="world_size" value="2*m"/>
0022 <constant name="world_x" value="world_size"/>
0023 <constant name="world_y" value="world_size"/>
0024 <constant name="world_z" value="world_size"/>
0025 <constant name="DriftChamber_rmin" value="20*cm"/>
0026 <constant name="DriftChamber_rmax" value="800*cm"/>
0027 <constant name="DriftChamber_zmax" value="100*cm"/>
0028 </define>
0029
0030 <display>
0031 <vis name="Invisible" showDaughters="false" visible="false"/>
0032 <vis name="InvisibleWithChildren" showDaughters="true" visible="false"/>
0033 <vis name="VisibleRed" r="1.0" g="0.0" b="0.0" showDaughters="true" visible="true"/>
0034 <vis name="VisibleBlue" alpha="0.3" r="0.0" g="0.0" b="1.0" showDaughters="true" visible="true"/>
0035 </display>
0036
0037 <detectors>
0038 <detector id="1" name="DriftChamber" type="DD4hep_DriftChamber" readout="DriftChamberHits" vis="VisibleBlue">
0039 <!-- Geant4 default:
0040 <dimensions rmin="DriftChamber_rmin" rmax="DriftChamber_rmax" dz="DriftChamber_zmax" layers="200" option="2"/>
0041 -->
0042 <dimensions rmin="DriftChamber_rmin" rmax="DriftChamber_rmax" dz="DriftChamber_zmax" layers="200" option="0"/>
0043 <wire count="360" thickness="0.03*mm" material="Cu" vis="VisibleRed"/>
0044 </detector>
0045 </detectors>
0046
0047 <readouts>
0048 <readout name="DriftChamberHits">
0049 <id>system:8,layer:16,phi:16</id>
0050 </readout>
0051 </readouts>
0052
0053 <fields>
0054 <field name="GlobalSolenoid" type="solenoid"
0055 inner_field="5.0*tesla"
0056 outer_field="-1.5*tesla"
0057 zmax="2*m"
0058 outer_radius="3*m">
0059 </field>
0060 </fields>
0061 </lccdd>