Warning, /DD4hep/examples/ClientTests/compact/Segmentation_Check.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="SegmentationBox"
0016 title="Test with 2 simple silicon 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>Shape to test segmentations</comment>
0022 </info>
0023
0024 <debug>
0025 <type name="readout" value="1"/>
0026 <type name="includes" value="0"/>
0027 <type name="segmentations" value="1"/>
0028 </debug>
0029
0030 <includes>
0031 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/elements.xml"/>
0032 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/materials.xml"/>
0033 </includes>
0034
0035 <define>
0036 <constant name="world_size" value="1.5*m"/>
0037 <constant name="world_x" value="world_size"/>
0038 <constant name="world_y" value="world_size"/>
0039 <constant name="world_z" value="world_size"/>
0040 </define>
0041
0042 <display>
0043 <vis name="Invisible" showDaughters="false" visible="false"/>
0044 <vis name="InvisibleWithChildren" showDaughters="true" visible="false"/>
0045 <vis name="VisibleGreen" alpha="1.0" r="0.0" g="1.0" b="0.0" drawingStyle="solid" lineStyle="solid" showDaughters="true" visible="true"/>
0046 </display>
0047
0048 <detectors>
0049 <detector id="1" name="SegmentationBox" type="DD4hep_BoxSegment" readout="SegmentationHits" vis="VisibleGreen" sensitive="true">
0050 <material name="Silicon"/>
0051 <sensitive type="tracker"/>
0052 <box x="40*mm" y="40*cm" z="40*cm"/>
0053 </detector>
0054 </detectors>
0055 <!-- Readout definitions -->
0056 <readouts>
0057 <include ref="${READOUT_DEFINITION}"/>
0058 </readouts>
0059 <!-- Field definitions -->
0060 <fields>
0061 <field name="GlobalSolenoid" type="solenoid"
0062 inner_field="5.0*tesla"
0063 outer_field="-1.5*tesla"
0064 zmax="2*m"
0065 outer_radius="3*m">
0066 </field>
0067 </fields>
0068 <!-- Plugins to be executing for checking the segmentation -->
0069 <plugins>
0070 <plugin name="DD4hep_PrintSegmentation" type="default">
0071 <argument value="/world_volume_1/SegmentationBox_vol_0"/>
0072 </plugin>
0073 </plugins>
0074
0075 </lccdd>