Files
geant4/examples/advanced/brachytherapy/LeipzigSourceMacro.mac
T
2016-06-10 11:51:14 +02:00

25 lines
487 B
Plaintext

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