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