Warning, /DD4hep/examples/DDCAD/compact/MultiShape_MS3D_jeep-original.xml is written in an unsupported language. File is not indexed.
0001 <lccdd>
0002 <!-- #==========================================================================
0003 # AIDA Detector description implementation
0004 #==========================================================================
0005 # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0006 # All rights reserved.
0007 #
0008 # For the licensing terms see $DD4hepINSTALL/LICENSE.
0009 # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0010 #
0011 #==========================================================================
0012 -->
0013
0014 <includes>
0015 <gdmlFile ref="../../ClientTests/compact/CheckShape.xml"/>
0016 </includes>
0017
0018 <detectors>
0019 <detector id="1" name="Shape_OBJ" type="DD4hep_TestShape_Creator">
0020 <check>
0021 <shape type="CAD_MultiVolume" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/models/MS3D/jeep1.ms3d" unit="cm">
0022
0023 <!-- Envelope definition
0024 This is optional: By default the child volumes are placed in an assembly.
0025 -->
0026 <envelope name="Garage" material="Air" vis="Shape_grey">
0027 <shape type="Box" dx="10*cm" dy="10*cm" dz="10*cm"/>
0028 </envelope>
0029
0030 <!-- Transformation defining the positioning of all sub-volumes within the envelope -->
0031 <position x="-5*cm" y="0" z="0"/>
0032 <rotation x="0" y="0" z="-pi/2*rad"/>
0033
0034 <!-- These are the 4 wheels -->
0035 <volume id="0" name="Wheel1" material="Iron" vis="Shape4_vis">
0036 </volume>
0037 <volume id="1" name="Wheel2" material="Iron" vis="Shape4_vis">
0038 </volume>
0039 <volume id="2" name="Wheel3" material="Iron" vis="Shape4_vis">
0040 </volume>
0041 <volume id="3" name="Wheel4" material="Iron" vis="Shape4_vis">
0042 </volume>
0043
0044 <!-- This is the rest of the jeep -->
0045 <volume id="4" name="E" material="Iron" vis="Shape4_vis">
0046 </volume>
0047 <volume id="5" name="F" material="Iron" vis="Shape4_vis">
0048 </volume>
0049 <volume id="6" name="C" material="Iron" vis="Shape4_vis">
0050 </volume>
0051 </shape>
0052 </check>
0053
0054 </detector>
0055 </detectors>
0056 </lccdd>