Warning, /geant4/examples/advanced/brachytherapy/OncuraIodineSourceMacro.mac is written in an unsupported language. File is not indexed.
0001 /run/initialize
0002 /control/verbose 1
0003 /tracking/verbose 0
0004 /run/verbose 0
0005 /event/verbose 0
0006 # Set a very high time threshold to allow all decays to happen
0007 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0008 #### Define the geometry of the Oncura I-125 source
0009 /source/switch Oncura
0010 # Generation of primary field
0011 # Generate radioactive decay of iodine
0012 /gps/particle ion
0013 /gps/ion 53 125 53 0.
0014 /gps/energy 0. keV
0015 /gps/pos/type Surface
0016 /gps/pos/shape Cylinder
0017 /gps/pos/radius 0.247 mm
0018 /gps/pos/halfz 1.397 mm
0019 /gps/pos/centre 0. 0. 0. mm
0020
0021 # Scoring mesh is used to calculate
0022 # the energy deposition in the phantom
0023 /score/create/boxMesh boxMesh_5
0024 #
0025 #
0026 # the voxels are 0.25 mm wide.
0027 /score/mesh/boxSize 10.0125 10.0125 0.0125 cm
0028 /score/mesh/nBin 801 801 1
0029 #
0030 #
0031 /score/quantity/energyDeposit eDep
0032 #
0033 /score/close
0034 #
0035 /score/list
0036 /run/beamOn 1000
0037 #
0038 # Dump scores to a file
0039 #
0040 /score/dumpQuantityToFile boxMesh_5 eDep EnergyDeposition_Oncura.out
0041 #