Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/medical/GammaTherapy/

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Name Size       Last modified (GMT) Description
Back Parent directory       2024-12-05 15:16:16
Folder include/       2024-12-05 15:16:16
Folder src/       2024-12-05 15:16:16
File CMakeLists.txt 2157 bytes       2024-12-05 15:16:16
File GNUmakefile 414 bytes       2024-12-05 15:16:16
C++ file GammaTherapy.cc 4262 bytes       2024-12-05 15:16:16
File GammaTherapy.in 845 bytes       2024-12-05 15:16:16
File GammaTherapy.out 35580 bytes       2024-12-05 15:16:16
File History 6796 bytes       2024-12-05 15:16:16
File README 2141 bytes       2024-12-05 15:16:16
File be.in 885 bytes       2024-12-05 15:16:16
File be_w.in 891 bytes       2024-12-05 15:16:16
File cu_w.in 688 bytes       2024-12-05 15:16:16
File vis.mac 2441 bytes       2024-12-05 15:16:16

  1      =========================================================
  2      Geant4 - an Object-Oriented Toolkit for Simulation in HEP
  3      =========================================================
  4 
  5 
  6                           GAMMA THERAPY
  7 
  8                    I.Gudovska, V.Ivanchenko, S.Larsson
  9             Karolinska Institute & Hospital, Stockholm, Sweden
 10                        CERN, Geneva, Switzerland
 11 
 12 
 13 Electron beam of 50 MeV converted on target. All charged particles removed
 14 from the beam after the target. Gamma beam irradiate a water phantom.
 15 In front of the phantom a thin CheckVolume is placed to score gamma
 16 beam properties. Inside the phantom a score volume is placed to calculate 
 17 radial radiation dose distribution.
 18 
 19 
 20                            GEOMETRY
 21 
 22 
 23 GammaTherapy application geometry consists of along z:
 24 
 25 1. Generator of electrons directed along z-axis
 26 2. Target1 (Be, W)
 27 3. Target2 (W, Cu)
 28 4. GasVolume (He)            all charged particles are killed inside 
 29 5. CheckVolume (Air)         is sensitive for scoring in front of thephantom
 30 6. Phantom (H2O)             is sensitive for radioactive dose calculation
 31 7. Absorber in Phantom (H2O) is sensitive for transverse dose calculation
 32 
 33 World volume consists of Air.
 34 
 35 
 36                            STEERING
 37 
 38 Geometry and other parameters can be defined by G4 UI commands.
 39 
 40 Following macro files are prepared for different targets used in the real
 41 setup: be.in (thin Be target), be_w.in (thick BeW target), cu_w.in (thick
 42 Cu W target).
 43 
 44 Only Physics Lists from physics_list kernal library can be activated. 
 45 Corresponding UI commands are following
 46 
 47 /testem/phys/addPhysics       emstandard
 48 /testem/phys/addPhysics       emstandard_opt3
 49 /testem/phys/addPhysics       empenelope
 50 /testem/phys/addPhysics       emlivermore
 51 
 52 For interactive mode G4 visualization options and variables should be
 53 defined, then the example should be recompiled:
 54 
 55 gmake visclean
 56 gmake
 57 
 58 The vis.mac file can be used an example of visualization.
 59 
 60 
 61                           HISTOGRAMS
 62 
 63 Built in histograms are provided. Name of output root file can be
 64 defined via UI command
 65 
 66 /testem/histoName <myName>
 67