Warning, /DD4hep/examples/OpticalSurfaces/compact/ReadGDMLMatrices.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 <info name="TestGDMLMatrices"
0015 title="Test reading of TGeo's GDML matrices"
0016 author="Markus Frank"
0017 url="None"
0018 status="development"
0019 version="1.0">
0020 <comment>Test reading of TGeo's GDML matrices</comment>
0021 </info>
0022
0023 <includes>
0024 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/elements.xml"/>
0025 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/materials.xml"/>
0026 </includes>
0027
0028 <define>
0029 <constant name="world_side" value="1*m"/>
0030 <constant name="world_x" value="world_side/2"/>
0031 <constant name="world_y" value="world_side/2"/>
0032 <constant name="world_z" value="world_side/2"/>
0033 <constant name="PhotMomWaveConv" value="1243.125*eV"/>
0034 </define>
0035 <debug>
0036 <type name="matrix" value="1"/>
0037 <type name="surface" value="1"/>
0038 </debug>
0039
0040 <properties>
0041 <matrix name= "Someother_property" coldim="6" values="
0042 PhotMomWaveConv/100.0 0.0 1 2 3 4
0043 PhotMomWaveConv/190.0 0.0 1 2 3 4
0044 PhotMomWaveConv/200.0 0.0 1 2 3 4
0045 PhotMomWaveConv/220.0 0.0 1 2 3 4
0046 PhotMomWaveConv/240.0 0.0 1 2 3 4
0047 "/>
0048 <matrix name= "Rich1Mirror2SurfaceEfficiencyPT" coldim="2" values="
0049 PhotMomWaveConv/100.0 0.0
0050 PhotMomWaveConv/190.0 0.0
0051 PhotMomWaveConv/200.0 0.0
0052 PhotMomWaveConv/220.0 0.0
0053 PhotMomWaveConv/240.0 0.0
0054 PhotMomWaveConv/260.0 0.0
0055 "/>
0056 </properties>
0057 </lccdd>