Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/examples/DDCAD/compact/Check_Shape_RelativePath.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      Test to verify functionality of loading CAD files with pathes relative 
0014      to the declaring xml file. [See Issue 1166: Allow to give CAD files with 
0015      relative paths similar to importing xml files (DDCAD) ]
0016 
0017 -->
0018 
0019   <includes>
0020     <gdmlFile ref="../../ClientTests/compact/CheckShape.xml"/>
0021   </includes>
0022 
0023   <detectors>
0024     <detector id="1" name="Shape_MS3D" type="DD4hep_TestShape_Creator">
0025       <check vis="Shape1_vis">
0026         <shape type="CAD_MultiVolume" ref="../models/MS3D/jeep1.ms3d" unit="cm"/>
0027       </check>
0028     </detector>
0029   </detectors>
0030 </lccdd>