Warning, /geant4/examples/advanced/brachytherapy/TG186SourceMacro.mac is written in an unsupported language. File is not indexed.
0001 # The iridium source is the default option
0002 /run/initialize
0003 /control/verbose 1
0004 /tracking/verbose 0
0005 /run/verbose 0
0006 /event/verbose 0
0007 #
0008 # Set a very high time threshold to allow all decays to happen
0009 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0010 #
0011 # Scoring mesh is used to calculate
0012 # the energy deposition in the phantom
0013 /score/create/boxMesh boxMesh_1
0014 #
0015 # the voxels are 0.25 mm wide.
0016 /score/mesh/boxSize 10.0125 10.0125 0.0125 cm
0017 /score/mesh/nBin 801 801 1
0018 /score/quantity/energyDeposit eDep
0019 #
0020 /score/close
0021 #
0022 /score/list
0023 ##### Primary radiation Field
0024 /control/execute iridium_source_primary.mac
0025 # Alternatively model the radioactive decay ...
0026 #/control/execute TG186_iridium_decay.mac
0027 /gps/pos/type Volume
0028 /gps/pos/shape Cylinder
0029 /gps/pos/radius 0.30 mm
0030 /gps/pos/halfz 1.75 mm
0031 /gps/pos/centre 0. 0. 0. mm
0032 /gps/ang/type iso
0033 ################################################
0034 /run/beamOn 10000
0035 #
0036 # Dump scores to a file
0037 #
0038 /score/dumpQuantityToFile boxMesh_1 eDep EnergyDeposition_TG186.out
0039 #
0040
0041
0042