Warning, /geant4/examples/advanced/brachytherapy/test_macro/FlexiSourceMacro_penelope.mac is written in an unsupported language. File is not indexed.
0001 /testem/phys/addPhysics empenelope
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 /source/switch Flexi
0012 ###### Generation of primary field
0013 #### Generate gamma deriving from radioactive decay
0014 /control/execute iridium_source_primary.mac
0015 # Scoring mesh is used to calculate
0016 # the energy deposition in the phantom
0017 /score/create/boxMesh boxMesh_4
0018 #
0019 # the voxels are 0.25 mm wide.
0020 /score/mesh/boxSize 10.0125 10.0125 0.0125 cm
0021 /score/mesh/nBin 801 801 1
0022 /score/quantity/energyDeposit eDep
0023 #
0024 /score/close
0025 #
0026 /score/list
0027 /run/beamOn 1000000000
0028 #
0029 # Dump scores to a file
0030 #
0031 /score/dumpQuantityToFile boxMesh_4 eDep EnergyDeposition_Flexi_penelope.out
0032 #