Geant4 Cross Reference |
1 2 ========================================= 3 Geant4 - ICRP145_HumanPhantoms examp 4 ========================================= 5 6 README 7 --------------------- 8 9 10 ********************************************** 11 * The ICRP145 Phantoms are used in Geant4 with 12 * International Commission on Radiological Pr 13 ********************************************** 14 15 Authors' list: 16 • Haeginh Han / Hanyang University, Republic 17 • Min Cheol Han / Yonsei University Health 18 • Banho Shin / Hanyang University, Republic 19 • Chansoo Choi / University of Florida, USA 20 • Yeon Soo Yeom / Yonsei University, Republ 21 • Jonghwi Jeong / National Cancer Center, Re 22 • Chan Hyeong Kim / Hanyang University, Repu 23 24 Bibliographic references - please refer to thi 25 • ICRP, 2020. Adult mesh-type reference comp 26 27 Geant4 Contributors: J. Allison and S. Guatell 28 29 e-mail inquiries to: haeginh@hanyang.ac.kr, su 30 31 1- HOW TO BUILD AND RUN THE EXAMPLES 32 33 Please note that the guides below are based 34 recommended platforms for Geant4. 35 36 1) Compile and link to generate an executable 37 38 % cd path_to_example 39 % mkdir example_build 40 % cd example_build 41 % cmake .. 42 % make 43 This should make two executables - ICRP145p 44 45 2) How to run 46 47 a) For the irradiation with external beams 48 49 % ./ICRP145phantoms [options] 50 51 Options: 52 -m [input file name] optional provi 53 not p 54 -o [output file name] optional (defa 55 -f optional swit 56 (def 57 58 ex) MRCP-AM: % ./External -m example 59 ex) MRCP-AF: % ./External -m example 60 61 *** The radiation source can be specifi 62 macro commands for G4GeneralParticleSou 63 64 b) For the case of internal radiation sour 65 66 % ./ICRP145phantoms [options] 67 68 Options: 69 -i [ID of source organ] mandatory (ID 70 -m [input file name] optional prov 71 not 72 -o [output file name] optional (def 73 -f optional swit 74 (def 75 76 ex) MRCP-AM: % ./Internal -i 9500 -m 77 ex) MRCP-AF: % ./Internal -i 9500 -m 78 79 *** source organ can be defined by u 80 *** source particle and the particle 81 in source.mac file by using macr 82 83 c) To see the phantom alone: 84 85 % ./ICRP145standalone 86 87 This allows you to visualise the phanto 88 the run manager and physics tables and 89 Of course, you cannot run or visualise 90 91 d) Notes 92 93 - Regarding the interactive mode with vi 94 95 * you can run the codes in interactiv 96 omitting -m option. 97 * with "special mesh rendering" (see 98 for the visualisation about 1.5 GB 99 * original data takes about 3 GB, phy 100 voxelisation consume about 5 GB, so 101 * in interactive mode, user should st 102 /run/beamOn command. (Idle> /run/be 103 104 105 - Regarding the multi-threaded mode: 106 107 * these examples can be run in multi- 108 compiled in multi-threaded mode. 109 * the number of threads can be set in 110 111 - Regarding the path to phantom data: 112 113 * the default path to phantom data is 114 * to specify the path please change a 115 (export PHANTOM_PATH="path_to_phant 116 117 2- RESULT FILE 118 119 example_male.out and example_female.out file 120 for example.in. The result file provides abs 121 model listed in Appendix A. 122 123 3- LICENSE 124 125 This code is based on Geant4 toolkit, and th 126 Software License' (http://geant4.web.cern.ch 127 128