| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>9.2. Extended Examples</title><link rel="stylesheet" href="../xml/XSLCustomizationLayer/G4HTMLStylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.1"><link rel="start" href="index.html" title="Geant4 User's Guide for Application Developers"><link rel="up" href="ch09.html" title="Chapter 9. Examples"><link rel="prev" href="ch09.html" title="Chapter 9. Examples"><link rel="next" href="ch09s03.html" title="9.3. Advanced Examples"><script language="JavaScript">
|
|---|
| 2 | function remote_win(fName)
|
|---|
| 3 | {
|
|---|
| 4 | var url = "AllResources/Detector/geometry.src/" + fName;
|
|---|
| 5 | RemoteWin=window.open(url,"","resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,width=520,height=520")
|
|---|
| 6 | RemoteWin.creator=self
|
|---|
| 7 | }
|
|---|
| 8 | </script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">9.2.
|
|---|
| 9 | Extended Examples
|
|---|
| 10 | </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch09.html"><img src="AllResources/IconsGIF/prev.gif" alt="Prev"></a> </td><th width="60%" align="center">Chapter 9.
|
|---|
| 11 | Examples
|
|---|
| 12 | </th><td width="20%" align="right"> <a accesskey="n" href="ch09s03.html"><img src="AllResources/IconsGIF/next.gif" alt="Next"></a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect.ExmpExt"></a>9.2.
|
|---|
| 13 | Extended Examples
|
|---|
| 14 | </h2></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="sect.ExmpExt.Smmry"></a>9.2.1.
|
|---|
| 15 | Extended Example Summary
|
|---|
| 16 | </h3></div></div></div><p>
|
|---|
| 17 | Geant4 extended examples serve three purposes:
|
|---|
| 18 |
|
|---|
| 19 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 20 | testing and validation of processes and tracking,
|
|---|
| 21 | </p></li><li><p>
|
|---|
| 22 | demonstration of Geant4 tools, and
|
|---|
| 23 | </p></li><li><p>
|
|---|
| 24 | extending the functionality of Geant4.
|
|---|
| 25 | </p></li></ul></div><p>
|
|---|
| 26 | </p><p>
|
|---|
| 27 | The code for these examples is maintained as part of the categories
|
|---|
| 28 | to which they belong. Links to descriptions of the examples are
|
|---|
| 29 | listed below.
|
|---|
| 30 | </p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.Anly"></a>9.2.1.1.
|
|---|
| 31 | Analysis
|
|---|
| 32 | </h4></div></div></div><p>
|
|---|
| 33 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 34 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/analysis/A01/README" target="_top">
|
|---|
| 35 | A01
|
|---|
| 36 | </a>
|
|---|
| 37 | - hit-scoring and histogramming using the AIDA interface
|
|---|
| 38 | </p></li><li><p>
|
|---|
| 39 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/analysis/AnaEx01/README" target="_top">
|
|---|
| 40 | AnaEx01
|
|---|
| 41 | </a>
|
|---|
| 42 | - histogram and tuple manipulations using an AIDA
|
|---|
| 43 | compliant system
|
|---|
| 44 | </p></li><li><p>
|
|---|
| 45 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/analysis/N03Con/README" target="_top">
|
|---|
| 46 | N03Con
|
|---|
| 47 | </a>
|
|---|
| 48 | - modified novice example N03 showing how to use a Convergence Tester
|
|---|
| 49 | </p></li></ul></div><p>
|
|---|
| 50 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.Elct"></a>9.2.1.2.
|
|---|
| 51 | Electromagnetic
|
|---|
| 52 | </h4></div></div></div><p>
|
|---|
| 53 |
|
|---|
| 54 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 55 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm0/README" target="_top">
|
|---|
| 56 | TestEm0
|
|---|
| 57 | </a>
|
|---|
| 58 | - how to print cross-sections and stopping power used
|
|---|
| 59 | in input by the standard EM package</p></li><li><p>
|
|---|
| 60 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm1/README" target="_top">
|
|---|
| 61 | TestEm1
|
|---|
| 62 | </a>
|
|---|
| 63 | - how to count processes, activate/inactivate them and survey the
|
|---|
| 64 | range of charged particles. How to define a maximum step size
|
|---|
| 65 | </p></li><li><p>
|
|---|
| 66 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm2/README" target="_top">
|
|---|
| 67 | TestEm2
|
|---|
| 68 | </a>
|
|---|
| 69 | - shower development in an homogeneous material :
|
|---|
| 70 | longitudinal and lateral profiles
|
|---|
| 71 | </p></li><li><p>
|
|---|
| 72 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm3/README" target="_top">
|
|---|
| 73 | TestEm3
|
|---|
| 74 | </a>
|
|---|
| 75 | - shower development in a sampling calorimeter :
|
|---|
| 76 | collect energy deposited, survey energy flow and print stopping power
|
|---|
| 77 | </p></li><li><p>
|
|---|
| 78 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm4/README" target="_top">
|
|---|
| 79 | TestEm4
|
|---|
| 80 | </a>
|
|---|
| 81 | - 9 MeV point like photon source: plot spectrum of
|
|---|
| 82 | energy deposited in a single media
|
|---|
| 83 | </p></li><li><p>
|
|---|
| 84 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm5/README" target="_top">
|
|---|
| 85 | TestEm5
|
|---|
| 86 | </a>
|
|---|
| 87 | - how to study transmission, absorption and reflection
|
|---|
| 88 | of particles through a single, thin or thick, layer.
|
|---|
| 89 | </p></li><li><p>
|
|---|
| 90 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm6/README" target="_top">
|
|---|
| 91 | TestEm6
|
|---|
| 92 | </a>
|
|---|
| 93 | - physics list for rare, high energy, electromagnetic
|
|---|
| 94 | processes: gamma conversion and e+ annihilation into pair of muons
|
|---|
| 95 | </p></li><li><p>
|
|---|
| 96 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm7/README" target="_top">
|
|---|
| 97 | TestEm7
|
|---|
| 98 | </a>
|
|---|
| 99 | - how to produce a Bragg curve in water phantom. How to
|
|---|
| 100 | compute dose in tallies
|
|---|
| 101 | </p></li><li><p>
|
|---|
| 102 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm8/README" target="_top">
|
|---|
| 103 | TestEm8
|
|---|
| 104 | </a>
|
|---|
| 105 | - test of photo-absorption-ionisation model in thin
|
|---|
| 106 | absorbers, and transition radiation
|
|---|
| 107 | </p></li><li><p>
|
|---|
| 108 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm9/README" target="_top">
|
|---|
| 109 | TestEm9
|
|---|
| 110 | </a>
|
|---|
| 111 | - shower development in a crystal calorimeter;
|
|---|
| 112 | cut-per-region
|
|---|
| 113 | </p></li><li><p>
|
|---|
| 114 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm10/README" target="_top">
|
|---|
| 115 | TestEm10
|
|---|
| 116 | </a>
|
|---|
| 117 | - XTR transition radiation model, investigation of
|
|---|
| 118 | ionisation in thin absorbers
|
|---|
| 119 | </p></li><li><p>
|
|---|
| 120 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm11/README" target="_top">
|
|---|
| 121 | TestEm11
|
|---|
| 122 | </a>
|
|---|
| 123 | - how to plot a depth dose profile in a rectangular box
|
|---|
| 124 | </p></li><li><p>
|
|---|
| 125 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm12/README" target="_top">
|
|---|
| 126 | TestEm12
|
|---|
| 127 | </a>
|
|---|
| 128 | - how to plot a depth dose profile in spherical
|
|---|
| 129 | geometry : point like source
|
|---|
| 130 | </p></li><li><p>
|
|---|
| 131 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm13/README" target="_top">
|
|---|
| 132 | TestEm13
|
|---|
| 133 | </a>
|
|---|
| 134 | - how to compute cross sections of EM processes from
|
|---|
| 135 | rate of transmission coefficient
|
|---|
| 136 | </p></li><li><p>
|
|---|
| 137 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm14/README" target="_top">
|
|---|
| 138 | TestEm14
|
|---|
| 139 | </a>
|
|---|
| 140 | - how to compute cross sections of EM processes from
|
|---|
| 141 | direct evaluation of the mean-free path. How to plot final state
|
|---|
| 142 | </p></li><li><p>
|
|---|
| 143 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm15/README" target="_top">
|
|---|
| 144 | TestEm15
|
|---|
| 145 | </a>
|
|---|
| 146 | - compute and plot final state of Multiple Scattering
|
|---|
| 147 | as an isolated process
|
|---|
| 148 | </p></li><li><p>
|
|---|
| 149 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm16/README" target="_top">
|
|---|
| 150 | TestEm16
|
|---|
| 151 | </a>
|
|---|
| 152 | - simulation of synchrotron radiation
|
|---|
| 153 | </p></li><li><p>
|
|---|
| 154 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm17/README" target="_top">
|
|---|
| 155 | TestEm17
|
|---|
| 156 | </a>
|
|---|
| 157 | - check the cross sections of high energy muon processes
|
|---|
| 158 | </p></li><li><p>
|
|---|
| 159 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/electromagnetic/TestEm18/README" target="_top">
|
|---|
| 160 | TestEm18
|
|---|
| 161 | </a>
|
|---|
| 162 | - energy lost by a charged particle in a single layer, due to ionization and bremsstrahlung
|
|---|
| 163 | </p></li></ul></div><p>
|
|---|
| 164 | </p><p>
|
|---|
| 165 | </p><div class="table"><a name="id542618"></a><div class="table-contents"><table summary="
|
|---|
| 166 | TestEm by theme
|
|---|
| 167 | " border="1"><colgroup><col align="left"><col align="left"></colgroup><tbody><tr><td colspan="2" align="center">
|
|---|
| 168 | Check basic quantities
|
|---|
| 169 | </td></tr><tr><td align="left">
|
|---|
| 170 | Total cross sections, mean free paths ...
|
|---|
| 171 | </td><td align="left">
|
|---|
| 172 | Em0, Em13, Em14
|
|---|
| 173 | </td></tr><tr><td align="left">
|
|---|
| 174 | Stopping power, particle range ...
|
|---|
| 175 | </td><td align="left">
|
|---|
| 176 | Em0, Em1, Em5, Em11, Em12
|
|---|
| 177 | </td></tr><tr><td align="left">
|
|---|
| 178 | Final state : energy spectra, angular distributions
|
|---|
| 179 | </td><td align="left">
|
|---|
| 180 | Em14
|
|---|
| 181 | </td></tr><tr><td align="left">
|
|---|
| 182 | Energy loss fluctuations
|
|---|
| 183 | </td><td align="left">
|
|---|
| 184 | Em18
|
|---|
| 185 | </td></tr><tr><td colspan="2" align="center">
|
|---|
| 186 | Multiple Coulomb scattering
|
|---|
| 187 | </td></tr><tr><td align="left">
|
|---|
| 188 | as an isolated mechanism
|
|---|
| 189 | </td><td align="left">
|
|---|
| 190 | Em15
|
|---|
| 191 | </td></tr><tr><td align="left">
|
|---|
| 192 | as a result of particle transport
|
|---|
| 193 | </td><td align="left">
|
|---|
| 194 | Em5
|
|---|
| 195 | </td></tr><tr><td colspan="2" align="left">
|
|---|
| 196 | More global verifications
|
|---|
| 197 | </td></tr><tr><td align="left">
|
|---|
| 198 | Single layer: transmission, absorption, reflexion
|
|---|
| 199 | </td><td align="left">
|
|---|
| 200 | Em5
|
|---|
| 201 | </td></tr><tr><td align="left">
|
|---|
| 202 | Bragg curve, tallies
|
|---|
| 203 | </td><td align="left">
|
|---|
| 204 | Em7
|
|---|
| 205 | </td></tr><tr><td align="left">
|
|---|
| 206 | Depth dose distribution
|
|---|
| 207 | </td><td align="left">
|
|---|
| 208 | Em11, Em12
|
|---|
| 209 | </td></tr><tr><td align="left">
|
|---|
| 210 | Shower shapes, Moliere radius
|
|---|
| 211 | </td><td align="left">
|
|---|
| 212 | Em2
|
|---|
| 213 | </td></tr><tr><td align="left">
|
|---|
| 214 | Sampling calorimeters, energy flow
|
|---|
| 215 | </td><td align="left">
|
|---|
| 216 | Em3
|
|---|
| 217 | </td></tr><tr><td align="left">
|
|---|
| 218 | Crystal calorimeters
|
|---|
| 219 | </td><td align="left">
|
|---|
| 220 | Em9
|
|---|
| 221 | </td></tr><tr><td colspan="2" align="center">
|
|---|
| 222 | Other specialized programs
|
|---|
| 223 | </td></tr><tr><td align="left">
|
|---|
| 224 | High energy muon physics
|
|---|
| 225 | </td><td align="left">
|
|---|
| 226 | Em17
|
|---|
| 227 | </td></tr><tr><td align="left">
|
|---|
| 228 | Other rare, high energy processes
|
|---|
| 229 | </td><td align="left">
|
|---|
| 230 | Em6
|
|---|
| 231 | </td></tr><tr><td align="left">
|
|---|
| 232 | Synchrotron radiation
|
|---|
| 233 | </td><td align="left">
|
|---|
| 234 | Em16
|
|---|
| 235 | </td></tr><tr><td align="left">
|
|---|
| 236 | Transition radiation
|
|---|
| 237 | </td><td align="left">
|
|---|
| 238 | Em8
|
|---|
| 239 | </td></tr><tr><td align="left">
|
|---|
| 240 | Photo-absorption-ionization model
|
|---|
| 241 | </td><td align="left">
|
|---|
| 242 | Em10
|
|---|
| 243 | </td></tr></tbody></table></div><p class="title"><b>Table 9.4.
|
|---|
| 244 | TestEm by theme
|
|---|
| 245 | </b></p></div><p><br class="table-break">
|
|---|
| 246 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.EvtBias"></a>9.2.1.3.
|
|---|
| 247 | Event Biasing
|
|---|
| 248 | </h4></div></div></div><p>
|
|---|
| 249 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 250 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/biasing/README" target="_top">
|
|---|
| 251 | General ReadMe
|
|---|
| 252 | </a>
|
|---|
| 253 | </p></li></ul></div><p>
|
|---|
| 254 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.EvtGnr"></a>9.2.1.4.
|
|---|
| 255 | Event Generator
|
|---|
| 256 | </h4></div></div></div><p>
|
|---|
| 257 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 258 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/eventgenerator/HepMC/HepMCEx01/README" target="_top">
|
|---|
| 259 | HepMCEx01
|
|---|
| 260 | </a>
|
|---|
| 261 | - simplified collider detector using HepMC interface and stacking
|
|---|
| 262 | </p></li><li><p>
|
|---|
| 263 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/eventgenerator/HepMC/HepMCEx02/README" target="_top">
|
|---|
| 264 | HepMCEx02
|
|---|
| 265 | </a>
|
|---|
| 266 | - connecting primary particles in Geant4 with various
|
|---|
| 267 | event generators using the HepMC interface
|
|---|
| 268 | </p></li><li><p>
|
|---|
| 269 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/eventgenerator/HepMC/MCTruth/README" target="_top">
|
|---|
| 270 | MCTruth
|
|---|
| 271 | </a>
|
|---|
| 272 | - demonstrating a mechanism for Monte Carlo truth handling using
|
|---|
| 273 | HepMC as the event record
|
|---|
| 274 | </p></li><li><p>
|
|---|
| 275 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/eventgenerator/exgps/README" target="_top">
|
|---|
| 276 | exgps
|
|---|
| 277 | </a>
|
|---|
| 278 | - illustrating the usage of the
|
|---|
| 279 | <code class="literal">G4GeneralParticleSource</code> utility
|
|---|
| 280 | </p></li></ul></div><p>
|
|---|
| 281 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.Fld"></a>9.2.1.5.
|
|---|
| 282 | Fields
|
|---|
| 283 | </h4></div></div></div><p>
|
|---|
| 284 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 285 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/field/BlineTracer/README" target="_top">
|
|---|
| 286 | BlineTracer
|
|---|
| 287 | </a>
|
|---|
| 288 | - tracing and visualizing magnetic field lines
|
|---|
| 289 | </p></li><li><p>
|
|---|
| 290 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/field/field01/README" target="_top">
|
|---|
| 291 | field01
|
|---|
| 292 | </a>
|
|---|
| 293 | - tracking using magnetic field and field-dependent processes
|
|---|
| 294 | </p></li><li><p>
|
|---|
| 295 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/field/field02/README" target="_top">
|
|---|
| 296 | field02
|
|---|
| 297 | </a>
|
|---|
| 298 | - tracking using electric field and field-dependent processes
|
|---|
| 299 | </p></li><li><p>
|
|---|
| 300 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/field/field03/README" target="_top">
|
|---|
| 301 | field03
|
|---|
| 302 | </a>
|
|---|
| 303 | - tracking in a magnetic field where field associated
|
|---|
| 304 | with selected logical volumes varies
|
|---|
| 305 | </p></li><li><p>
|
|---|
| 306 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/field/field04/README" target="_top">
|
|---|
| 307 | field04
|
|---|
| 308 | </a>
|
|---|
| 309 | - definition of overlapping fields either magnetic, electric or both
|
|---|
| 310 | </p></li></ul></div><p>
|
|---|
| 311 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.G3G4"></a>9.2.1.6.
|
|---|
| 312 | Geant3 to Geant4
|
|---|
| 313 | </h4></div></div></div><p>
|
|---|
| 314 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 315 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/g3tog4/README" target="_top">
|
|---|
| 316 | General ReadMe
|
|---|
| 317 | </a>
|
|---|
| 318 | - converting simple geometries in Geant3.21 to their Geant4 equivalents
|
|---|
| 319 | </p></li></ul></div><p>
|
|---|
| 320 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.GDML"></a>9.2.1.7.
|
|---|
| 321 | Geometry Definition Markup Language
|
|---|
| 322 | </h4></div></div></div><p>
|
|---|
| 323 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 324 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/gdml/README" target="_top">
|
|---|
| 325 | General ReadMe
|
|---|
| 326 | </a>
|
|---|
| 327 | - illustrating import and export of a detector geometry with GDML
|
|---|
| 328 | </p></li></ul></div><p>
|
|---|
| 329 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.Gmt"></a>9.2.1.8.
|
|---|
| 330 | Geometry
|
|---|
| 331 | </h4></div></div></div><p>
|
|---|
| 332 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 333 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/geometry/README" target="_top">
|
|---|
| 334 | ReadMe
|
|---|
| 335 | </a>
|
|---|
| 336 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/geometry/olap/README" target="_top">
|
|---|
| 337 | OLAP
|
|---|
| 338 | </a>
|
|---|
| 339 | - debugging tool for overlapping geometries
|
|---|
| 340 | </p></li></ul></div><p>
|
|---|
| 341 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.Err"></a>9.2.1.9.
|
|---|
| 342 | Error Propagation
|
|---|
| 343 | </h4></div></div></div><p>
|
|---|
| 344 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 345 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/errorpropagation/README" target="_top">
|
|---|
| 346 | Geant4E
|
|---|
| 347 | </a>
|
|---|
| 348 | - error propagation utility
|
|---|
| 349 | </p></li></ul></div><p>
|
|---|
| 350 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.Hadron"></a>9.2.1.10.
|
|---|
| 351 | Hadronic
|
|---|
| 352 | </h4></div></div></div><p>
|
|---|
| 353 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 354 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/hadronic/Hadr01/README" target="_top">
|
|---|
| 355 | Hadr01
|
|---|
| 356 | </a>
|
|---|
| 357 | - example based on the application IION developed for simulation of
|
|---|
| 358 | proton or ion beam interaction with a water target. Different aspects
|
|---|
| 359 | of beam target interaction are included.
|
|---|
| 360 | </p></li></ul></div><p>
|
|---|
| 361 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.MdclApp"></a>9.2.1.11.
|
|---|
| 362 | Medical Applications
|
|---|
| 363 | </h4></div></div></div><p>
|
|---|
| 364 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 365 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/medical/DICOM/README" target="_top">
|
|---|
| 366 | DICOM
|
|---|
| 367 | </a>
|
|---|
| 368 | - geometry set-up using the Geant4 interface to the DICOM
|
|---|
| 369 | image format
|
|---|
| 370 | </p></li><li><p>
|
|---|
| 371 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/medical/GammaTherapy/README" target="_top">
|
|---|
| 372 | GammaTherapy
|
|---|
| 373 | </a>
|
|---|
| 374 | - gamma radiation field formation in water phantom
|
|---|
| 375 | by electron beam hitting different targets
|
|---|
| 376 | </p></li><li><p>
|
|---|
| 377 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/medical/fanoCavity/README" target="_top">
|
|---|
| 378 | fanoCavity
|
|---|
| 379 | </a>
|
|---|
| 380 | - dose deposition in an ionization chamber by a monoenergetic photon beam
|
|---|
| 381 | </p></li><li><p>
|
|---|
| 382 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/medical/fanoCavity2/README" target="_top">
|
|---|
| 383 | fanoCavity2
|
|---|
| 384 | </a>
|
|---|
| 385 | - dose deposition in an ionization chamber by an extended one-dimensional monoenergetic electron source
|
|---|
| 386 | </p></li></ul></div><p>
|
|---|
| 387 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.OptPht"></a>9.2.1.12.
|
|---|
| 388 | Optical Photons
|
|---|
| 389 | </h4></div></div></div><p>
|
|---|
| 390 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 391 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/optical/README" target="_top">
|
|---|
| 392 | General ReadMe
|
|---|
| 393 | </a>
|
|---|
| 394 | </p></li><li><p>
|
|---|
| 395 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/optical/LXe/README" target="_top">
|
|---|
| 396 | LXe
|
|---|
| 397 | </a>
|
|---|
| 398 | - optical photons in a liquid xenon scintillator
|
|---|
| 399 | </p></li></ul></div><p>
|
|---|
| 400 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.PrllCmpt"></a>9.2.1.13.
|
|---|
| 401 | Parallel Computing
|
|---|
| 402 | </h4></div></div></div><p>
|
|---|
| 403 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 404 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/parallel/README" target="_top">
|
|---|
| 405 | General ReadMe
|
|---|
| 406 | </a>
|
|---|
| 407 | </p></li><li><p>
|
|---|
| 408 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/parallel/ExDiane/README" target="_top">
|
|---|
| 409 | ExDiane
|
|---|
| 410 | </a>
|
|---|
| 411 | - example of a medical application run in a distributed
|
|---|
| 412 | environment using the DIANE framework
|
|---|
| 413 | </p></li><li><p>
|
|---|
| 414 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/parallel/MPI/README" target="_top">
|
|---|
| 415 | MPI
|
|---|
| 416 | </a>
|
|---|
| 417 | - interface and examples of applications parallelized with
|
|---|
| 418 | different MPI compliant libraries, such as LAM/MPI, MPICH2, OpenMPI, etc.
|
|---|
| 419 | </p></li><li><p>
|
|---|
| 420 | <a href="./Examples.src/parallel.txt" target="_top">
|
|---|
| 421 | ParGeant4
|
|---|
| 422 | </a>
|
|---|
| 423 | - set of examples derived from 'novice' using parallelism at
|
|---|
| 424 | event level with the TopC application
|
|---|
| 425 | </p></li></ul></div><p>
|
|---|
| 426 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.Prst"></a>9.2.1.14.
|
|---|
| 427 | Persistency
|
|---|
| 428 | </h4></div></div></div><p>
|
|---|
| 429 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 430 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/persistency/README" target="_top">
|
|---|
| 431 | General ReadMe
|
|---|
| 432 | </a>
|
|---|
| 433 | </p></li><li><p>
|
|---|
| 434 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/persistency/P01/README" target="_top">
|
|---|
| 435 | P01
|
|---|
| 436 | </a>
|
|---|
| 437 | - storing calorimeter hits using reflection mechanism with Root
|
|---|
| 438 | </p></li><li><p>
|
|---|
| 439 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/persistency/P02/README" target="_top">
|
|---|
| 440 | P02
|
|---|
| 441 | </a>
|
|---|
| 442 | - storing detector description using reflection mechanism with Root
|
|---|
| 443 | </p></li></ul></div><p>
|
|---|
| 444 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.Polar"></a>9.2.1.15.
|
|---|
| 445 | Polarisation
|
|---|
| 446 | </h4></div></div></div><p>
|
|---|
| 447 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 448 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/polarisation/Pol01/README" target="_top">
|
|---|
| 449 | Pol01
|
|---|
| 450 | </a>
|
|---|
| 451 | - interaction of polarized beam (e.g. circularly polarized
|
|---|
| 452 | photons) with polarized target
|
|---|
| 453 | </p></li></ul></div><p>
|
|---|
| 454 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.RdDcy"></a>9.2.1.16.
|
|---|
| 455 | Radioactive Decay
|
|---|
| 456 | </h4></div></div></div><p>
|
|---|
| 457 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 458 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/radioactivedecay/exrdm/README" target="_top">
|
|---|
| 459 | General ReadMe
|
|---|
| 460 | </a>
|
|---|
| 461 | - decays of radioactive isotopes as well as induced radioactivity
|
|---|
| 462 | resulted from nuclear interactions
|
|---|
| 463 | </p></li></ul></div><p>
|
|---|
| 464 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.RnEvt"></a>9.2.1.17.
|
|---|
| 465 | Run & Event
|
|---|
| 466 | </h4></div></div></div><p>
|
|---|
| 467 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 468 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/runAndEvent/RE01/README" target="_top">
|
|---|
| 469 | RE01
|
|---|
| 470 | </a>
|
|---|
| 471 | - information between primary particles and hits and usage of
|
|---|
| 472 | user-information classes
|
|---|
| 473 | </p></li><li><p>
|
|---|
| 474 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/runAndEvent/RE02/README" target="_top">
|
|---|
| 475 | RE02
|
|---|
| 476 | </a>
|
|---|
| 477 | - simplified fixed target application for demonstration of
|
|---|
| 478 | primitive scorers
|
|---|
| 479 | </p></li><li><p>
|
|---|
| 480 | <a href="http://cern.ch/geant4/geant4_public/source/geant4/examples/extended/runAndEvent/RE03/README" target="_top">
|
|---|
| 481 | RE03
|
|---|
| 482 | </a>
|
|---|
| 483 | - use of UI-command based scoring; showing how to create parallel world(s) for defining
|
|---|
| 484 | scoring mesh(es)
|
|---|
| 485 | </p></li></ul></div><p>
|
|---|
| 486 | </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="sect.ExmpExt.Smmry.Vis"></a>9.2.1.18.
|
|---|
| 487 | Visualization
|
|---|
| 488 | </h4></div></div></div><p>
|
|---|
| 489 | </p><div class="itemizedlist"><ul type="disc" compact><li><p>
|
|---|
| 490 | Examples of customisation for visualization
|
|---|
| 491 | </p></li></ul></div><p>
|
|---|
| 492 | </p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch09.html"><img src="AllResources/IconsGIF/prev.gif" alt="Prev"></a> </td><td width="20%" align="center"><a accesskey="u" href="ch09.html"><img src="AllResources/IconsGIF/up.gif" alt="Up"></a></td><td width="40%" align="right"> <a accesskey="n" href="ch09s03.html"><img src="AllResources/IconsGIF/next.gif" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 9.
|
|---|
| 493 | Examples
|
|---|
| 494 | </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="AllResources/IconsGIF/home.gif" alt="Home"></a></td><td width="40%" align="right" valign="top"> 9.3.
|
|---|
| 495 | Advanced Examples
|
|---|
| 496 | </td></tr></table></div></body></html>
|
|---|