Warning, /geant4/examples/extended/persistency/gdml/G01/auxiliary.gdml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
0002 <gdml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd" >
0003
0004 <define>
0005 <position name="R" unit="mm" x="0" y="0" z="0" />
0006 <rotation name="V" unit="degree" x="10" y="20" z="30" />
0007 <variable name="veloSD" value="4" />
0008 </define>
0009
0010 <materials>
0011 <material Z="7" formula=" " name="Nitrogen" >
0012 <D value="0.00125" />
0013 <atom value="14.01" />
0014 </material>
0015 <material Z="8" formula=" " name="Oxygen" >
0016 <D value="0.00143" />
0017 <atom value="16.0" />
0018 </material>
0019 <material formula=" " name="Air" >
0020 <D value="0.0012" />
0021 <fraction n="0.7" ref="Nitrogen" />
0022 <fraction n="0.3" ref="Oxygen" />
0023 </material>
0024 </materials>
0025
0026 <solids>
0027 <box lunit="mm" name="Box" x="1000" y="1000" z="1000" />
0028 <box lunit="mm" name="WorldBox" x="10000" y="10000" z="10000" />
0029 </solids>
0030
0031 <structure>
0032 <volume name="Boxvol" >
0033 <materialref ref="Air" />
0034 <solidref ref="Box" />
0035 <auxiliary auxtype="SensDet" auxvalue="veloSD"/>
0036 <auxiliary auxtype="sometype" auxvalue="somevalue">
0037 <auxiliary auxtype="somesubtype" auxvalue="somesubvalue"/>
0038 </auxiliary>
0039 </volume>
0040 <volume name="World" >
0041 <materialref ref="Air" />
0042 <solidref ref="WorldBox" />
0043 <physvol>
0044 <volumeref ref="Boxvol" />
0045 <positionref ref="R" />
0046 <rotationref ref="V" />
0047 </physvol>
0048 </volume>
0049 </structure>
0050
0051 <userinfo>
0052 <auxiliary auxtype="Region" auxvalue="myregion1">
0053 <auxiliary auxtype="volume" auxvalue="Boxvol"/>
0054 <auxiliary auxtype="pcut" auxvalue="2" auxunit="mm"/>
0055 <auxiliary auxtype="ecut" auxvalue="1" auxunit="mm"/>
0056 <auxiliary auxtype="poscut" auxvalue="0.2" auxunit="mm"/>
0057 <auxiliary auxtype="gamcut" auxvalue="0.8" auxunit="mm"/>
0058 <auxiliary auxtype="ulimits" auxvalue="electron">
0059 <auxiliary auxtype="ustepMax" auxvalue="5" auxunit="mm"/>
0060 <auxiliary auxtype="utrakMax" auxvalue="5" auxunit="cm"/>
0061 <auxiliary auxtype="uekinMin" auxvalue="900" auxunit="keV"/>
0062 </auxiliary>
0063 </auxiliary>
0064
0065 <auxiliary auxtype="Region" auxvalue="myregion2">
0066 <auxiliary auxtype="RootLogicalVolume" auxvalue="myvol"/>
0067 <auxiliary auxtype="pcut" auxvalue="2.2" auxunit="mm"/>
0068 <auxiliary auxtype="ecut" auxvalue="1.5" auxunit="mm"/>
0069 </auxiliary>
0070 </userinfo>
0071
0072
0073 <setup name="Default" version="1.0" >
0074 <world ref="World" />
0075 </setup>
0076 </gdml>