Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/examples/CLICSiD/compact/SiD_empty.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   <info name="GDML_Import"
0016         title="GDML import test"
0017         author="Markus Frank"
0018         url="http://www.cern.ch/lhcb"
0019         status="development"
0020         version="1.0">
0021     <comment>GDML import test</comment>        
0022   </info>
0023 
0024   <includes>
0025     <gdmlFile  ref="${DD4hepINSTALL}/DDDetectors/compact/elements.xml"/>
0026     <gdmlFile  ref="${DD4hepINSTALL}/DDDetectors/compact/materials.xml"/>
0027   </includes>
0028 
0029   <display>
0030     <vis name="Invisible" showDaughters="false" visible="false"/>
0031     <vis name="InvisibleWithChildren" showDaughters="true" visible="false"/>
0032     <vis name="WorldVis"     alpha="0.8" r="1.0" g="1.0" b="0.0" showDaughters="false"  visible="true"  drawingStyle="solid" lineStyle="solid"/>
0033     <vis name="VisibleGreen" alpha="1.0" r="0.0" g="1.0" b="0.0" showDaughters="true"  visible="true"  drawingStyle="solid" lineStyle="solid"/>
0034   </display>
0035 
0036   <world material="Air">
0037     <shape type="Box" dx="30*m" dy="30*m" dz="30*m"/>
0038   </world>
0039 </lccdd>