Annexes
Appendix B: Example of materials
Here after is presented an example of material definition in GDML format (partial description).
<materials>
<!-- Examples of basic or fundamental materials -->
<element name="videRef" formula="VACUUM" Z="1">
<atom value="1"/>
</element>
<element name="aluminum" formula="Al" Z="13">
<atom value="26.9815"/>
</element>
<element name="carbon" formula="C" Z="6">
<atom value="12.0107"/>
</element>
<element name="Hydrogen" formula="H2" Z="1">
<atom value="1.01"/>
</element>
<element name="Nitrogen" formula="N2" Z="7">
<atom value="14.01"/>
</element>
<element name="Oxygen" formula="O2" Z="8">
<atom value="16.0"/>
</element>
<!-- Examples of complex or composite materials -->
<material name="Mat_ALUMINUM" formula="ALUMINUM">
<D value ="2.7000" unit="g/cm3"/>
<fraction n="1.0000" ref="aluminum"/>
</material>
<material name="Mat_Kapton" formula="Kapton">
<D value ="1.42" unit="g/cm3"/>
<fraction n="0.0273" ref="Hydrogen"/>
<fraction n="0.7213" ref="carbon"/>
<fraction n="0.0765" ref="Nitrogen"/>
<fraction n="0.1749" ref="Oxygen"/>
</material>
</materials>
Appendix C: CSV file for dose example
Here after is presented an example of csv file defining the dose in Rad versus the depth in \(g/cm2\) in a tabulated function for the dose computation.
The first column is the depth and the second column is the dose.
0.01, 1800000
0.03, 1100000
0.05, 500000
0.08, 250000
0.10, 130000
0.13, 79000
0.16, 52000
0.21, 28000
0.27, 19000
0.40, 10000
0.50, 6000
0.70, 4200
0.80, 3100
1.1, 1900
1.3, 1300
1.6, 1100
1.9, 1000
2.1, 900
2.4, 800
2.7, 750
3.2, 700
3.8, 650
4.3, 600
4.9, 570
5.4, 500