Warning, /geant4/examples/advanced/brachytherapy/LeipzigSourceMacro.mac is written in an unsupported language. File is not indexed.
0001 /run/initialize
0002 /control/verbose 1
0003 /run/verbose 0
0004 /event/verbose 0
0005 # Set a very high time threshold to allow all decays to happen
0006 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0007 /source/switch Leipzig
0008 /control/execute iridium_source_leipzig_primary.mac
0009 #
0010 # Scoring mesh is used to calculate
0011 # the energy deposition in the phantom
0012 /score/create/boxMesh boxMesh_3
0013 #
0014 # the voxels are 0.25 mm wide.
0015 /score/mesh/boxSize 10.0125 10.0125 0.0125 cm
0016 /score/mesh/nBin 801 801 1
0017 #
0018 #
0019 /score/quantity/energyDeposit eDep
0020 #
0021 /score/close
0022 #
0023 /score/list
0024 /run/beamOn 1000
0025 #
0026 # Dump scores to a file
0027 #
0028 /score/dumpQuantityToFile boxMesh_3 eDep EnergyDeposition_Leipzig.out
0029 #