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

24 lines
428 B
Plaintext

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