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