Geant4 Cross Reference |
1 1 2 ========================================= 2 ========================================================= 3 Geant4 - Solid-target cyclotron 3 Geant4 - Solid-target cyclotron example 4 ========================================= 4 ========================================================= 5 5 6 README 6 README 7 --------------------- 7 --------------------- 8 8 9 // 9 // 10 // March 2014 - September 2014 10 // March 2014 - September 2014 // 11 // The code was written by : 11 // The code was written by : // 12 // Floriane Poignant - floriane 12 // Floriane Poignant - floriane.poignant@gmail.com // 13 // with the support of Scott Pe 13 // with the support of Scott Penfold (University of Adelaide, Australia) // 14 // 14 // // 15 // for a colloboration work between the Unive 15 // for a colloboration work between the University of Adelaide & the SAHMRI // 16 // (J. Asp, P. Takhar) 16 // (J. Asp, P. Takhar) // 17 // 17 // // 18 //******************************************** 18 //******************************************************************************************// 19 19 20 ------------------------------- 20 ------------------------------- 21 ---- I) Introduction ---- 21 ---- I) Introduction ---- 22 ------------------------------- 22 ------------------------------- 23 23 24 24 25 This project was realised by F. Poignant at th 25 This project was realised by F. Poignant at the University of Adelaide, for a collaboration 26 between the University of Adelaide, the SAHMRI 26 between the University of Adelaide, the SAHMRI and Comecer (company in charge of the design 27 of the solid target). The aim was to model a s 27 of the solid target). The aim was to model a solid target of the cyclotron to study to 28 production of the radioisotope of interest for 28 production of the radioisotope of interest for proton irradiation, and to be able to estimate 29 any undesired secondary product, especially is 29 any undesired secondary product, especially isotopes of the product of interest. 30 30 31 For more details about this project and the re 31 For more details about this project and the results, see : 32 http://www.physicamedica.com/article/S1120 32 http://www.physicamedica.com/article/S1120-1797%2816%2930023-0/abstract 33 33 34 34 35 Anyone who would like to study the production 35 Anyone who would like to study the production of radioisotope for low current and low energy 36 irradiation can use this simulation. 36 irradiation can use this simulation. 37 37 38 The solid target system is made of a tube surr 38 The solid target system is made of a tube surrounded by aluminium, a foil, a volume of helium 39 between the foild and the target, and the targ 39 between the foild and the target, and the target set on a plate of platinium. 40 40 41 ------------------------------------ 41 ------------------------------------ 42 ---- II) Setting the database ---- 42 ---- II) Setting the database ---- 43 ------------------------------------ 43 ------------------------------------ 44 44 45 Beforehand, you first need to make sure that t 45 Beforehand, you first need to make sure that the database used for inelastic collisions of primary 46 particles is set up correctly. You can downloa 46 particles is set up correctly. You can download formated data of the TENDL and ENDF-VII0 database 47 at the following links: 47 at the following links: 48 48 49 TENDL data: << 49 http://geant4.web.cern.ch/geant4/support/download.shtml (TENDL1.3) 50 - CMake can download and install this dataset, << 51 -DGEANT4_INSTALL_DATASETS_TENDL=ON << 52 to your CMake options. << 53 - or, download via download page searching for << 54 https://cern.ch/geant4/support/download << 55 - or direct download: << 56 https://cern.ch/geant4-data/datasets/G4TENDL << 57 << 58 ENDF-VII0: << 59 ftp://gdo-nuclear.ucllnl.org/pub/G4LEND/ (G4 L 50 ftp://gdo-nuclear.ucllnl.org/pub/G4LEND/ (G4 Low Energy Nuclear Data) 60 51 61 In your bashrc file, add the following: 52 In your bashrc file, add the following: 62 export G4PARTICLEHPDATA=/PATH_TO_TENDL____OR__ << 53 export G4PROTONHPDATA=/PATH_TO_TENDL____OR____ENDF_DATABASE/Proton 63 export G4NEUTRONHPDATA=/PATHTO_GEANT4_INSTALLA 54 export G4NEUTRONHPDATA=/PATHTO_GEANT4_INSTALLATION_FOLDER/share/Geant4-vXX.XX/data/G4NDL4.5 64 export G4PHP_DO_NOT_ADJUST_FINAL_STATE=1 55 export G4PHP_DO_NOT_ADJUST_FINAL_STATE=1 65 export G4PHP_MULTIPLICITY_METHOD=Poisson 56 export G4PHP_MULTIPLICITY_METHOD=Poisson 66 57 67 58 68 ------------------------------------ 59 ------------------------------------ 69 ---- III) Input parameters ---- 60 ---- III) Input parameters ---- 70 ------------------------------------ 61 ------------------------------------ 71 62 72 -----Macro/init_parameters.mac, file available 63 -----Macro/init_parameters.mac, file available also in the main directory. 73 64 74 To study the optimization of the isotope produ 65 To study the optimization of the isotope production, a list of parameters can be changed in 75 the Macro/init_parameters.mac (or using the Ge 66 the Macro/init_parameters.mac (or using the Geant4 User Interface): 76 67 77 PART1) Beam parameters 68 PART1) Beam parameters 78 69 79 Different parameters can be changed for the 70 Different parameters can be changed for the beam : type of particle, energy, energy distribution, 80 shape of the beam, etc ... To design your o 71 shape of the beam, etc ... To design your own beam, please refer to the Geant4 User's Guide for 81 Application Developpers. 72 Application Developpers. 82 73 83 Time and current parameters 74 Time and current parameters 84 As Geant4 doesn't model any time scale, the 75 As Geant4 doesn't model any time scale, the current/particles generated relation is established as 85 the following: 76 the following: 86 - for one event generated, the number of pa 77 - for one event generated, the number of particles represent 10E-11 second of a real experiment. It 87 is calculated the following way : 78 is calculated the following way : 88 NumberOfParticle = beamCurrent*time 79 NumberOfParticle = beamCurrent*timePerEvent/chargeParticle 89 where - beamCurrent is a parameter that 80 where - beamCurrent is a parameter that can be changed, in ampere 90 - timePerEvent is set to 10E-11 sec 81 - timePerEvent is set to 10E-11 second. 91 - chargetParticle is the charger of the 82 - chargetParticle is the charger of the particle 92 in Coulomb (for example, the value is 1 83 in Coulomb (for example, the value is 1.9E-19 C for proton). 93 Then, the user can choose the time of irrad 84 Then, the user can choose the time of irradiation. Note that a simulation for a real time of irradiation 94 would be too long. The time of irradiation 85 would be too long. The time of irradiation parameter enables to get results for the real time of irradiation 95 from a smaller time simulation. 86 from a smaller time simulation. 96 87 97 PART2) Target parameters: 88 PART2) Target parameters: 98 - the target thickness. Must be smaller tha 89 - the target thickness. Must be smaller than 38.32 mm, which is the length of the tube containing the target. 99 - the target diameter. Must be smaller than 90 - the target diameter. Must be smaller than 15 mm, which is the diameter of the tube containing the target. 100 - the target material : there are two ways 91 - the target material : there are two ways to change the material of the target : 101 - If the material is natural, the user c 92 - If the material is natural, the user can choose to use the NIST database. 102 - If the material is enriched, the user 93 - If the material is enriched, the user can set up their own material. The material created is made of a 103 number of elements. The number of elemen 94 number of elements. The number of elements can be set up by the user. Then, one element can be created in 104 two different ways : it can be a natural 95 two different ways : it can be a natural element, using the NIST database, or it can be made of a number 105 of isotopes that the user can set up. Pl 96 of isotopes that the user can set up. Please, note that the order to declare parameters is important and 106 has to be the following : 97 has to be the following : 107 1) Material settings 98 1) Material settings 108 2) Element i settings 99 2) Element i settings 109 3) Isotopes settings for the elemen 100 3) Isotopes settings for the element i 110 4) Element i+1 settings 101 4) Element i+1 settings 111 5) Isotopes settings for the elemen 102 5) Isotopes settings for the element i+1, .... and so on. 112 For example, to create an target of nick 103 For example, to create an target of nickel enriched to 60% of Ni64 : one will create a new material, made 113 of two elements : natural nickel and pur 104 of two elements : natural nickel and pure Ni64. The natural nickel will be an element created using the NIST 114 database. The pure Ni64 will be an eleme 105 database. The pure Ni64 will be an element made of one isotope : Ni64. In case you want to create a pure 64Ni 115 target, the materialis made of one eleme 106 target, the materialis made of one element, made itself of one isotope (Ni64). Few examples are provided in 116 the folder "Macro/Material/Target" that 107 the folder "Macro/Material/Target" that can be executed in the init_parameters.mac. 117 108 118 PART3) Foil parameters: 109 PART3) Foil parameters: 119 - the foil thickness. 110 - the foil thickness. 120 - the foil material. With this parameter, i 111 - the foil material. With this parameter, it is possible to change the foil material in order to study some specific 121 aspects of the reaction. Refers to the ch 112 aspects of the reaction. Refers to the change of target material for more detail. 122 113 123 PART4) Histograms: 114 PART4) Histograms: 124 The histograms parameters can be changed in 115 The histograms parameters can be changed in order to fit to the expected range for a given data. For example, for a 125 proton beam with an expected energy of 16 M 116 proton beam with an expected energy of 16 MeV when reaching the target, the beam energy profile range can be set up 126 between 15. to 17. MeV. 117 between 15. to 17. MeV. 127 118 128 -----Macro/Vis/vis.mac 119 -----Macro/Vis/vis.mac 129 This file sets up the visualisation paramet 120 This file sets up the visualisation parameters. vis.mac is also available in the main directory. 130 121 131 -----Macro/GUI/gui.mac 122 -----Macro/GUI/gui.mac 132 This file sets up the tool bars and buttons 123 This file sets up the tool bars and buttons that enables to modify the parameters using the Geant4 User Interface. 133 124 134 ------------------------------------ 125 ------------------------------------ 135 ---- IV) Running the simulation ---- 126 ---- IV) Running the simulation ---- 136 ------------------------------------ 127 ------------------------------------ 137 128 138 To run your simulation, create a "STCyclotron- 129 To run your simulation, create a "STCyclotron-build" directory. Go in the build directory, and compile: 139 cmake PATHTO_SOURCE_DIRECTORY (correspon 130 cmake PATHTO_SOURCE_DIRECTORY (corresponding to the path to the STCyclotron directory). 140 make 131 make 141 132 142 It will create and executable 'STCyclotron'. T 133 It will create and executable 'STCyclotron'. To run your simulation, type: 143 ./STCyclotron 134 ./STCyclotron 144 135 145 If the Graphical User Interface is activated a 136 If the Graphical User Interface is activated and your Geant4 environment is correctly set, a Graphical User Interface 146 should open. On the top, the tool bar enables 137 should open. On the top, the tool bar enables the user to execute the different commands. There are few menus : one for 147 the beam parameters, one for the target materi 138 the beam parameters, one for the target material, one for the geometry of the target, one for the foil material, and one 148 for the foil geometry. Through this tool bar, 139 for the foil geometry. Through this tool bar, you can modify the main parameters you need to run your simulation. 149 140 150 The viewer shows you the structure of the targ 141 The viewer shows you the structure of the target system. The proton beam arrives from the left and is transported through 151 the tube and the foil before impacting the tar 142 the tube and the foil before impacting the target. The yellow tube is either void (before the blue foil) or pressured helium 152 (after the foil). The out-layer is made of alu 143 (after the foil). The out-layer is made of aluminum or gold. The target is displayed in green. 153 144 154 To send protons, type 145 To send protons, type 155 /run/beamOn 1 146 /run/beamOn 1 156 147 157 /!\IMPORTANT/!\ If the number of runs you laun 148 /!\IMPORTANT/!\ If the number of runs you launch is larger than a few, desactivate the viewer (Menu 'Viewer' -> 'Disable 158 Viewer') otherwise it will crash. This is due 149 Viewer') otherwise it will crash. This is due to the number of particles sent per event, that is quite large. The viewer 159 has a limit of the number of particles it can 150 has a limit of the number of particles it can display on the screen. 160 151 161 Note that the number of particles per event is 152 Note that the number of particles per event is set according to the current, so that one event represents 10^-11 second 162 of irradiation. For 30 μA, it corresponds to 153 of irradiation. For 30 μA, it corresponds to 1 875 protons. This value was chosen so the number of protons per event won't 163 be too high. If you work on high current (over 154 be too high. If you work on high current (over 100 μA) you might need to change the set up. This time is defined in the 164 PrimaryGeneratorAction class. Also note that, 155 PrimaryGeneratorAction class. Also note that, for one event, all primaries are set up with the same primary coordinates. 165 You need to launch a high enough number of run 156 You need to launch a high enough number of runs (~ 1000) if you want a good statistics on results such as the beam intensity. 166 157 167 At the end of the run, type 'exit' to leave th 158 At the end of the run, type 'exit' to leave the Geant4 User Interface. Execute the file Plot.C by typing 168 root Plot.C 159 root Plot.C 169 It will create many PDF files. To exit ROOT, t 160 It will create many PDF files. To exit ROOT, type 170 .q 161 .q 171 162 172 ------------------------------------ 163 ------------------------------------ 173 ---- V) Output ---- 164 ---- V) Output ---- 174 ------------------------------------ 165 ------------------------------------ 175 166 176 Different types of output are available. 167 Different types of output are available. 177 168 178 1) The .root file: 169 1) The .root file: 179 This ROOT file gives a list of histograms r 170 This ROOT file gives a list of histograms representing the following data : 180 171 181 a) 1D histograms : 172 a) 1D histograms : 182 - n°0: The energy distribution of prim 173 - n°0: The energy distribution of primary particles (e.g. protons) when reaching the target (MeV). 183 - n°1: The energy distribution of prim 174 - n°1: The energy distribution of primary particles (e.g. protons) when reaching the foil (MeV). 184 - n°2: The energy distribution of prim 175 - n°2: The energy distribution of primary particles (e.g. protons) going out of the target (MeV). 185 - n°3: The energy distribution of prim 176 - n°3: The energy distribution of primary particles (e.g. protons) going out of the foil (MeV). 186 - n°4: The depth of isotope production 177 - n°4: The depth of isotope production in your target (number of particles as a function of the foil 187 thickness in mm). 178 thickness in mm). 188 - n°5-8: energy spectrum of particles 179 - n°5-8: energy spectrum of particles produced in the target following inelastic collision of primary 189 particles (e.g. protons) with 180 particles (e.g. protons) with the target material (MeV). 190 In order: 5 = positrons; 6 = electr 181 In order: 5 = positrons; 6 = electrons; 7 = gammas; 8 = neutrons. 191 - n°9-14: energy spectrum of par 182 - n°9-14: energy spectrum of particles produced in the target following decay of isotopes produced in 192 the target (MeV). 183 the target (MeV). 193 In order: 9 = positrons; 10 = elect 184 In order: 9 = positrons; 10 = electrons; 11 = gammas; 12 = neutrons; 13 = nu; 14 = anti_nu 194 (electron (anti)neutrinos). 185 (electron (anti)neutrinos). 195 186 196 b) 2D histograms : 187 b) 2D histograms : 197 - n°0: the beam intensity profile before 188 - n°0: the beam intensity profile before hiting the target (mm x mm). 198 - n°1: the beam intensity profile before 189 - n°1: the beam intensity profile before hiting the foil (mm x mm). 199 - n°2: the radioisotopes produced accord 190 - n°2: the radioisotopes produced according to their Z and A number. 200 - n°3: the energy of the primary particl 191 - n°3: the energy of the primary particles (e.g. protons) according to depth in the target (mm x MeV). 201 - n°4: the beam intensity going out from 192 - n°4: the beam intensity going out from the target (mm x mm). 202 - n°5: the beam intensity going out from 193 - n°5: the beam intensity going out from the foil (mm x mm). 203 194 204 /!\ the histograms are not normalized /!\ 195 /!\ the histograms are not normalized /!\. The file 'Plot.C' renormalize the histograms and plot them into 205 PDFs as explained below. 196 PDFs as explained below. 206 197 207 2) .txt files: 198 2) .txt files: 208 Several text files are provided : 199 Several text files are provided : 209 200 210 ----a) Output_General.txt 201 ----a) Output_General.txt 211 This file summarizes the parameters used du 202 This file summarizes the parameters used during the simulation: 212 - Geam parameters: primary particles (by d 203 - Geam parameters: primary particles (by default protons), energy of the primary particles (MeV), current 213 of the beam (Ampere), irradiation time ( 204 of the beam (Ampere), irradiation time (hour(s)), and current factor. This last factor is a rescaling 214 factor: in the simulation, the number of 205 factor: in the simulation, the number of particles sent is calculated for a current obtained before the foil, 215 while the current in the actual cyclotro 206 while the current in the actual cyclotron the current is measured after the foil. This parameter therefore 216 rescales the number of particles to matc 207 rescales the number of particles to match the current arriving at the target. 217 - simulation parameters: equivalent time per 208 - simulation parameters: equivalent time per event (by default set at 10^-11 second), number of events run 218 during the simulation, number of primari 209 during the simulation, number of primaries per event (calculated according to the time per event, the beam 219 current and the charge of the primary pa 210 current and the charge of the primary particle), total number of particles sent during the simulation. 220 - Geometry parameters: target thickness, dia 211 - Geometry parameters: target thickness, diameter and foil thickness. 221 212 222 It also provides the heating of the target 213 It also provides the heating of the target and the foil (W/mm3). 223 214 224 ----b) Output_ParentIsotopes.txt 215 ----b) Output_ParentIsotopes.txt 225 This file provides a list of radioisotopes 216 This file provides a list of radioisotopes produced during the irradiation of the target. For each isotope, it contains: 226 - Name of the isotope. 217 - Name of the isotope. 227 - Number of isotopes created during the simu 218 - Number of isotopes created during the simulation. Can be used to evaluate the accuracy of your predictions. 228 - Decay constant (s-1). 219 - Decay constant (s-1). 229 - Half life time (hour(s)). 220 - Half life time (hour(s)). 230 - Process that induced its creation. 221 - Process that induced its creation. 231 - Number of isotopes produced per second of 222 - Number of isotopes produced per second of irradiation. 232 - Number of isotopes produced at the end of 223 - Number of isotopes produced at the end of the beam. 233 - Activity induced by the isotope at the end 224 - Activity induced by the isotope at the end of the beam (mCi). 234 225 235 ----c) Output_DaughterIsotopes.txt 226 ----c) Output_DaughterIsotopes.txt 236 This file provides a list of unstable daugh 227 This file provides a list of unstable daughter radioisotopes produced due to the decay on unstable primary (parent) radiosotopes. 237 Note that it may be empty. As for the file 228 Note that it may be empty. As for the file Output_ParentIsotopes.txt, it contains: 238 - Name of the daughter isotope. 229 - Name of the daughter isotope. 239 - Name of the parent isotope. 230 - Name of the parent isotope. 240 - Decay constant of the parent isotope (s-1) 231 - Decay constant of the parent isotope (s-1). 241 - Decay constant of the daughter isotope (s- 232 - Decay constant of the daughter isotope (s-1). 242 - Half life time of the parent isotope (hour 233 - Half life time of the parent isotope (hour(s)). 243 - Half life time of the daughter isotope (ho 234 - Half life time of the daughter isotope (hour(s)). 244 - Number of daughter isotopes produced per s 235 - Number of daughter isotopes produced per second of irradiation. 245 - Number of daughter isotopes produced at th 236 - Number of daughter isotopes produced at the end of the beam. 246 - Activity induced by the daughter isotope 237 - Activity induced by the daughter isotope at the end of the beam (mCi). 247 238 248 ----d) Output_StableIsotopes.txt 239 ----d) Output_StableIsotopes.txt 249 For information, this file provides a list 240 For information, this file provides a list of stable isotopes (name and number of isotopes produced during the simulation) 250 that are produced in the target due to the 241 that are produced in the target due to the decay of radioisotopes. 251 242 252 ----e) Output_Particles.txt 243 ----e) Output_Particles.txt 253 For information, this file provides a list 244 For information, this file provides a list of other particles such as electrons, etc., (name and number of isotopes produced 254 during the simulation) that are produced in 245 during the simulation) that are produced in the target. 255 246 256 This folder provides pdf format of the hist 247 This folder provides pdf format of the histograms generated in the root file, using a the macro 257 file Plot.C to generate it. It also provide 248 file Plot.C to generate it. It also provides the following curves : 258 - the number of each isotope according to 249 - the number of each isotope according to the time, from the start of the irradiation to 259 the end of the irradiation, but also until 250 the end of the irradiation, but also until few hours after the end of the irradiation. 260 - the variation of activity from the end of 251 - the variation of activity from the end of the irradiation time to few hours after. 261 252 262 3) PDF Files: 253 3) PDF Files: 263 254 264 After running the 'Plot.C' file, you obtain 255 After running the 'Plot.C' file, you obtain many PDF files that are created in a folder 'Results'. This code reads the different 265 outputs from the simulation (.root file and 256 outputs from the simulation (.root file and .txt files), normalize the results and plot them in PDFs in various folders: 266 257 267 ----a) Results/BeamData folder 258 ----a) Results/BeamData folder 268 - BeamEnergyInFoil.pdf and BeamEnergyInTarg 259 - BeamEnergyInFoil.pdf and BeamEnergyInTarget.pdf: beam energy distribution before entering the foil/target using histograms 1D0 and 1D1, 269 normalized to the number of primary proto 260 normalized to the number of primary protons and the bin width. 270 - BeamEnergyOutFoil.pdf and BeamEnergyOutTa 261 - BeamEnergyOutFoil.pdf and BeamEnergyOutTarget.pdf: beam energy distribution when exiting the foil/target, using histograms 1D2 and 1D3, 271 normalized to the number of primary proto 262 normalized to the number of primary protons and the bin width. 272 - BeamIntensityInFoil.pdf and BeamIntensity 263 - BeamIntensityInFoil.pdf and BeamIntensityInTarget.pdf: beam intensity before entering the foil/target using histograms 2D0 and 2D1, 273 normalized per primary particle and to th 264 normalized per primary particle and to the bins widths. 274 - BeamIntensityOutTarget.pdf: beam intensit 265 - BeamIntensityOutTarget.pdf: beam intensity when exiting the target using histogram 2D4, normalized per primary particle and to the bins 275 widths. 266 widths. 276 - EnergyDepth.pdf: energy of protons as a f 267 - EnergyDepth.pdf: energy of protons as a function of the depth in the target. 277 268 278 ----b) Results/IsotopesProduction 269 ----b) Results/IsotopesProduction 279 - ActivityOfXX.pdf and YieldOfXX.pdf 270 - ActivityOfXX.pdf and YieldOfXX.pdf 280 Shows the production of the isotope XX (n 271 Shows the production of the isotope XX (number of nuclei or activity) as a function of the time, starting from the beginning of 281 irradiation and up to 30 hours. Note that 272 irradiation and up to 30 hours. Note that if the time of irradiation is longer than 30 hours, you must change the maximum time 282 to display the activity or yield by openi 273 to display the activity or yield by opening the file 'Plot.C' and changing tMax. 283 - ActivitySaturationOfXX.pdf and YiedSatura 274 - ActivitySaturationOfXX.pdf and YiedSaturationOfXX.pdf 284 Shows the saturation reached for the prod 275 Shows the saturation reached for the production of the isotope XX (number of nuclei or activity) as a function of the time, if the 285 time of irradiation is set 'infinite'. 276 time of irradiation is set 'infinite'. 286 - Activity.pdf/Activity.jpg and Yield.pdf/Y 277 - Activity.pdf/Activity.jpg and Yield.pdf/Yield.jpg 287 Shows the activity (or yield) of all the 278 Shows the activity (or yield) of all the isotopes produced during the irradiation as a function of the time up to 30 hours on the 288 same graph. 279 same graph. 289 - TotalActivity.pdf 280 - TotalActivity.pdf 290 Shows the sum of the activities induced b 281 Shows the sum of the activities induced by all the radioisotope up to 30 hours. 291 - RadioisotopeProduction.pdf/RadioisotopePr 282 - RadioisotopeProduction.pdf/RadioisotopeProduction.jpg 292 Shows the number of isotopes produced per 283 Shows the number of isotopes produced per primary particles, as a function of Z and A. 293 - DepthCreation.pdf 284 - DepthCreation.pdf 294 Shows the depth at which radioisotopes we 285 Shows the depth at which radioisotopes were created. 295 286 296 ----c) ParticlesEnergySpectra 287 ----c) ParticlesEnergySpectra 297 Subfolder: beam. Energy spectra (normal 288 Subfolder: beam. Energy spectra (normalized per primary particles and bin width) of particles created following the inelastic 298 interaction of the beam with the target 289 interaction of the beam with the target (1D 5->8). 299 Subfolder: decay. Energy spectra (norma 290 Subfolder: decay. Energy spectra (normalized per primary particles and bin width) of particles created following the decay of 300 radioisotopes created in the target (1D 291 radioisotopes created in the target (1D 9->14). 301 292 302 ------------------------------------ 293 ------------------------------------ 303 ---- VI) Checking the results ---- 294 ---- VI) Checking the results ---- 304 ------------------------------------ 295 ------------------------------------ 305 296 306 Keep a critical mind with the results : they a 297 Keep a critical mind with the results : they are highly dependent on the accuracy of the database used. You can verify the coherence 307 of your results on checking the nuclear databa 298 of your results on checking the nuclear database you are using. Go to the following website: 308 http://www.oecd-nea.org/janis/book/ 299 http://www.oecd-nea.org/janis/book/ 309 300 310 In the web access part, you can click on the 301 In the web access part, you can click on the “protons” to access the database of protons. Click on the atom which your target is made of. 311 For example, for the production of Copper 64, 302 For example, for the production of Copper 64, Nickel 64 is used, so you will click on 28-Ni. The list of isotopes of Nickel is available. 312 Click on 28-Ni-64 and select the nuclear react 303 Click on 28-Ni-64 and select the nuclear reaction you are interested in. The cross sections will be displayed on your screen for different 313 nuclear databases and experiments. 304 nuclear databases and experiments. 314 305 315 The computed values can be used to be compared 306 The computed values can be used to be compared to experimental ones using the EXFOR website. Go on this website: 316 https://www-nds.iaea.org/exfor/exfor.htm 307 https://www-nds.iaea.org/exfor/exfor.htm 317 Enter the parameters of the irradiation (i.e., 308 Enter the parameters of the irradiation (i.e., atomic target, reaction, etc.). Then click on submit. You will have different experimental 318 data available. Tick the ones you are interest 309 data available. Tick the ones you are interested in. Tick “Quick plot” and then click on retrieve. It will display a plot with different 319 experimental values. On the right, you can tic 310 experimental values. On the right, you can tick “use my data”. Do it and add the data from the JANIS Book website. Make sure the units 320 are coherent. Rename your data. Tick “author 311 are coherent. Rename your data. Tick “authors” and “legend”. Then click on repaint. You can save your plot buy clicking on PostScript and 321 selecting a PDF format. 312 selecting a PDF format. 322 313 323 These tools can be used to check on the accura 314 These tools can be used to check on the accuracy of the database at a given energy.