Geant4 Cross Reference |
1 /run/initialize << 2 /control/verbose 1 1 /control/verbose 1 3 /tracking/verbose 0 2 /tracking/verbose 0 4 /run/verbose 0 3 /run/verbose 0 5 /event/verbose 0 4 /event/verbose 0 6 # Set a very high time threshold to allow all << 7 /process/had/rdm/thresholdForVeryLongDecayTime << 8 #### Define the geometry of the Flexi source 5 #### Define the geometry of the Flexi source 9 /source/switch Flexi 6 /source/switch Flexi 10 ###### Generation of primary field 7 ###### Generation of primary field 11 #### Generate gamma deriving from radioactive 8 #### Generate gamma deriving from radioactive decay 12 /control/execute iridium_source_primary.mac 9 /control/execute iridium_source_primary.mac 13 # Scoring mesh is used to calculate 10 # Scoring mesh is used to calculate 14 # the energy deposition in the phantom 11 # the energy deposition in the phantom 15 /score/create/boxMesh boxMesh_4 12 /score/create/boxMesh boxMesh_4 16 # 13 # 17 # the voxels are 0.25 mm wide. 14 # the voxels are 0.25 mm wide. 18 /score/mesh/boxSize 10.0125 10.0125 0.0125 cm 15 /score/mesh/boxSize 10.0125 10.0125 0.0125 cm 19 /score/mesh/nBin 801 801 1 16 /score/mesh/nBin 801 801 1 20 /score/quantity/energyDeposit eDep 17 /score/quantity/energyDeposit eDep 21 # 18 # 22 /score/close 19 /score/close 23 # 20 # 24 /score/list 21 /score/list 25 /run/beamOn 5000 22 /run/beamOn 5000 26 # 23 # 27 # Dump scores to a file 24 # Dump scores to a file 28 # 25 # 29 /score/dumpQuantityToFile boxMesh_4 eDep Energ 26 /score/dumpQuantityToFile boxMesh_4 eDep EnergyDeposition_Flexi.out 30 # 27 #