Warning, /DD4hep/examples/ClientTests/compact/Check_Shape_PseudoTrap.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="CheckShape.xml"/>
0017 </includes>
0018
0019 <detectors>
0020 <detector id="1" name="Shape_PseudoTrap" type="DD4hep_TestShape_Creator">
0021 <!-- Union pseudo-trap: -->
0022 <check vis="Shape1_vis">
0023 <shape type="PseudoTrap" z="30*cm" radius="40*cm"
0024 x1="33*cm" x2="15*cm" y1="30*cm" y2="10*cm" minusZ="true"/>
0025 <position x="30*cm" y="30*cm" z="50*cm"/>
0026 <rotation x="0*rad" y="0*rad" z="0*rad"/>
0027 </check>
0028 <!-- Intersection pseudo-trap -->
0029 <check vis="Shape2_vis">
0030 <shape type="PseudoTrap" z="30*cm" radius="30*cm"
0031 x1="3*cm" x2="30*cm" y1="30*cm" y2="10*cm" minusZ="false"/>
0032 <position x="30*cm" y="30*cm" z="-50*cm"/>
0033 <rotation x="0*rad" y="0*rad" z="0*rad"/>
0034 </check>
0035
0036 <!-- Creates a different mesh on different platforms.
0037 <check vis="Shape3_vis">
0038 <shape type="PseudoTrap" z="30*cm" radius="5*cm"
0039 x1="3*cm" x2="10*cm" y1="30*cm" y2="10*cm" minusZ="true"/>
0040 <position x="30*cm" y="30*cm" z="-50*cm"/>
0041 <rotation x="0*rad" y="0*rad" z="0*rad"/>
0042 </check>
0043 -->
0044 <test type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/ClientTests/ref/Ref_PseudoTrap.txt" create="CheckShape_create"/>
0045 <testn type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/ClientTests/ref/Ref_PseudoTrap.txt" create="1"/>
0046 </detector>
0047 </detectors>
0048 </lccdd>