Geant4 Cross Reference |
1 # The iridium source is the default option 1 # The iridium source is the default option 2 /run/initialize 2 /run/initialize 3 /control/verbose 1 3 /control/verbose 1 4 /tracking/verbose 0 4 /tracking/verbose 0 5 /run/verbose 0 5 /run/verbose 0 6 /event/verbose 0 6 /event/verbose 0 7 # 7 # 8 # Set a very high time threshold to allow all << 9 /process/had/rdm/thresholdForVeryLongDecayTime << 10 # << 11 # Scoring mesh is used to calculate 8 # Scoring mesh is used to calculate 12 # the energy deposition in the phantom 9 # the energy deposition in the phantom 13 /score/create/boxMesh boxMesh_1 10 /score/create/boxMesh boxMesh_1 14 # 11 # 15 # the voxels are 0.25 mm wide. 12 # the voxels are 0.25 mm wide. 16 /score/mesh/boxSize 10.0125 10.0125 0.0125 cm 13 /score/mesh/boxSize 10.0125 10.0125 0.0125 cm 17 /score/mesh/nBin 801 801 1 14 /score/mesh/nBin 801 801 1 18 /score/quantity/energyDeposit eDep 15 /score/quantity/energyDeposit eDep 19 # 16 # 20 /score/close 17 /score/close 21 # 18 # 22 /score/list 19 /score/list 23 ##### Primary radiation Field 20 ##### Primary radiation Field 24 /control/execute iridium_source_primary.mac 21 /control/execute iridium_source_primary.mac 25 # Alternatively model the radioactive decay .. 22 # Alternatively model the radioactive decay ... 26 #/control/execute TG186_iridium_decay.mac 23 #/control/execute TG186_iridium_decay.mac 27 /gps/pos/type Volume 24 /gps/pos/type Volume 28 /gps/pos/shape Cylinder 25 /gps/pos/shape Cylinder 29 /gps/pos/radius 0.30 mm 26 /gps/pos/radius 0.30 mm 30 /gps/pos/halfz 1.75 mm 27 /gps/pos/halfz 1.75 mm 31 /gps/pos/centre 0. 0. 0. mm 28 /gps/pos/centre 0. 0. 0. mm 32 /gps/ang/type iso 29 /gps/ang/type iso 33 ############################################## 30 ################################################ 34 /run/beamOn 10000 << 31 /run/beamOn 100 35 # 32 # 36 # Dump scores to a file 33 # Dump scores to a file 37 # 34 # 38 /score/dumpQuantityToFile boxMesh_1 eDep Energ 35 /score/dumpQuantityToFile boxMesh_1 eDep EnergyDeposition_TG186.out 39 # 36 # 40 37 41 38 42 39