Warning, /geant4/examples/advanced/CaTS/gdml/homogeneous_pbwo_crystalcal.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="test_color" R="0.1" G="0.2" B="0.3" A="1.0" />
0007 <color name="magenta" R="1.0" G="0.0" B="1.0" A="1.0" />
0008 <color name="green" R="0.0" G="1.0" B="0.0" A="1.0" />
0009 <color name="red" R="1.0" G="0.0" B="0.0" A="1.0" />
0010 <color name="blue" R="0.0" G="0.0" B="1.0" A="1.0" />
0011 <color name="yellow" R="1.0" G="1.0" B="0.0" A="1.0" />
0012 <color name="purple" R="0.5" G="0.0" B="0.5" A="1.0" />
0013 </extension>
0014 <define>
0015 <constant name="cellsize" value="5000"/>
0016 </define>
0017 <materials>
0018 <material Z="1.0" name="AIR">
0019 <D value="1e-24"/>
0020 <atom value="1.00794"/>
0021 </material>
0022 <element name="Oxygen" formula="O" Z="8.">
0023 <atom value="16.0"/>
0024 </element>
0025 <element name="Nitrogen" formula="N" Z="7.">
0026 <atom value="14.01"/>
0027 </element>
0028 <element name="Fluorine" formula="F" Z="9.">
0029 <atom value="18.9984032"/>
0030 </element>
0031 <element name="Lead" formula="Pb" Z="82.">
0032 <atom value="207.20"/>
0033 </element>
0034 <element name="Bismuth" formula="Bi" Z="83.">
0035 <atom value="208.98040"/>
0036 </element>
0037 <element name="Germanium" formula="Ge" Z="32.">
0038 <atom value="72.63"/>
0039 </element>
0040 <element name="Tungsten" formula="W" Z="74.">
0041 <atom value="183.84"/>
0042 </element>
0043 <material name="Air">
0044 <D value="1.290" unit="mg/cm3"/>
0045 <fraction n="0.7" ref="Nitrogen"/>
0046 <fraction n="0.3" ref="Oxygen"/>
0047 </material>
0048
0049 <material name="PbWO4">
0050 <D value="8.28" unit="g/cm3"/>
0051 <composite n="1" ref="Lead"/>
0052 <composite n="1" ref="Tungsten"/>
0053 <composite n="4" ref="Oxygen"/>
0054 </material>
0055 </materials>
0056 <solids>
0057 <box name="WorldBox" lunit="mm" x="cellsize+1000" y="cellsize+1000" z="cellsize+1000"/>
0058 <box name="CalorimeterCell" lunit="mm" x="cellsize" y="cellsize" z="cellsize"/>
0059 </solids>
0060
0061 <structure>
0062 <volume name="CalorimeterVolume">
0063 <materialref ref="PbWO4"/>
0064 <solidref ref="CalorimeterCell"/>
0065 <auxiliary auxtype="SensDet" auxvalue="Calorimeter"/>
0066 <colorref ref="green"/>
0067 </volume>
0068
0069 <volume name="TOP">
0070 <materialref ref="AIR"/>
0071 <solidref ref="WorldBox"/>
0072 <physvol name="pvolCalorimeter" copynumber="0" >>
0073 <volumeref ref="CalorimeterVolume"/>
0074 <position name="posijk" x="0" y="0" z="0"/>
0075 </physvol>
0076 </volume>
0077 </structure>
0078
0079 <setup version="1.0" name="Default">
0080 <world ref="TOP"/>
0081 </setup>
0082 </gdml_simple_extension>
0083
0084