Warning, /geant4/examples/advanced/CaTS/gdml/DiamondTarget.gdml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gdml_simple_extension xmlns:gdml_simple_extension="http://www.example.org"
0003 xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
0004 xs:noNamespaceSchemaLocation="SimpleExtension.xsd">
0005 <extension>
0006 <color name="magenta" R="0.0" G="1.0" B="0.0" A="1.0" />
0007 <color name="green" R="0.0" G="1.0" B="0.0" A="1.0" />
0008 <color name="red" R="1.0" G="0.0" B="0.0" A="1.0" />
0009 <color name="blue" R="0.0" G="0.0" B="1.0" A="1.0" />
0010 <color name="yellow" R="1.0" G="1.0" B="0.0" A="1.0" />
0011 </extension>
0012 <materials>
0013 <material name="Diamond" >
0014 <D value="3.515" unit="g/cm3"/>
0015 <fraction n="1.0" ref="G4_C"/>
0016 </material>
0017 </materials>
0018 <solids>
0019 <box name="WorldBox" lunit="cm" x="100" y="100" z="410"/>
0020 <tube name="Target" lunit="cm" z="0.000170697" rmax="30" deltaphi="2.*pi" aunit="rad" />
0021 </solids>
0022 <structure>
0023 <volume name="volTarget">
0024 <materialref ref="Diamond"/>
0025 <auxiliary auxtype="SensDet" auxvalue="Msc"/>
0026 <solidref ref="Target"/>
0027 <colorref ref="green"/>
0028 </volume>
0029 <volume name="TOP">
0030 <materialref ref="G4_Galactic"/>
0031 <solidref ref="WorldBox"/>
0032 <physvol name="physTargetVolume" copynumber="0">
0033 <volumeref ref="volTarget"/>
0034 <position name="Targetpos" x="0" y="0" z="0"/>
0035 </physvol>
0036 </volume>
0037 </structure>
0038 <setup version="1.0" name="Default">
0039 <world ref="TOP"/>
0040 </setup>
0041 </gdml_simple_extension>