Files
geant4/examples/advanced/brachytherapy/IodiumSourceMacro.mac
T
2016-06-09 16:46:55 +02:00

26 lines
523 B
Plaintext

/control/verbose 1
/run/verbose 0
/event/verbose 0
/source/switch Iodium
/primary/energy Iodium
#
# Scoring mesh is used to calculate
# the energy deposition in the phantom
/score/create/boxMesh boxMesh_1
#
# the voxels are 1 mm wide.
/score/mesh/boxSize 15. 15. 15. cm
/score/mesh/nBin 300 300 300
#
/score/quantity/energyDeposit eDep
#
/score/close
#
/score/list
/run/beamOn 10000
#
# Dump scores to a file
#
/score/dumpQuantityToFile boxMesh_1 eDep EnergyDeposition.out
#