Warning, /DD4hep/examples/ClientTests/compact/IncludePlugins.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 # Check issue: https://github.com/AIDASoft/DD4hep/issues/1062
0014 #==========================================================================
0015 -->
0016
0017 <define>
0018 <constant name="world_constant" value="5*m"/>
0019 </define>
0020
0021 <!-- Include some geometry file
0022 The syntax is not obvious without knowing the code.
0023 However this cryptification is necessary to steer the order of inclusion.
0024 -->
0025 <debug>
0026 <type name="incguard" value="0"/>
0027 <type name="includes" value="1"/>
0028 </debug>
0029
0030 <!-- This here get parsed late, after the sub-detectors are constructed, but before closing -->
0031 <includes>
0032 <file ref="${DD4hepExamplesINSTALL}/examples/ClientTests/compact/BoxTrafos.xml"/>
0033 <file ref="${DD4hepExamplesINSTALL}/examples/ClientTests/compact/ExamplePlugins.xml"/>
0034 </includes>
0035
0036 <!-- This here get parsed late, after the sub-detectors are constructed, but before closing -->
0037 <includes>
0038 <xml ref="${DD4hepExamplesINSTALL}/examples/ClientTests/compact/ExamplePlugins.xml"/>
0039 </includes>
0040
0041 <!-- This here is parsed at the very end -->
0042 <plugins>
0043 <include ref="${DD4hepExamplesINSTALL}/examples/ClientTests/compact/ExamplePlugins.xml"/>
0044 </plugins>
0045 <!-- This here is parsed at the very end -->
0046 <plugins>
0047 <include ref="ExamplePlugins.xml"/>
0048 </plugins>
0049
0050
0051 </lccdd>