source: trunk/examples/extended/medical/GammaTherapy/README @ 1313

Last change on this file since 1313 was 807, checked in by garnier, 16 years ago

update

File size: 2.8 KB
Line 
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
13Electron beam of 50 MeV converted on target. All charged particles removed
14from the beam after the target. Gamma beam irradiate a water phantom.
15In front of the phantom a thin CheckVolume is placed to score gamma
16beam properties. Inside the phantom a score volume is placed to calculate
17radial radiation dose distribution.
18
19
20                           GEOMETRY
21
22
23GammaTherapy application geometry consists of along z:
24
251. Generator of electrons directed along z-axis
262. Target1 (Be, W)
273. Target2 (W, Cu)
284. GasVolume (He)            all charged particles are killed inside
295. CheckVolume (Air)         is sensitive for scoring in front of thephantom
306. Phantom (H2O)             is sensitive for radioactive dose calculation
317. Absorber in Phantom (H2O) is sensitive for transverse dose calculation
32
33World volume consists of Air.
34
35
36                           STEERING
37
38Geometry and other parameters can be defined by G4 UI commands.
39
40Following macro files are prepared for different targets used in the real
41setup: be.in (thin Be target), be_w.in (thick BeW target), cu_w.in (thick
42Cu W target).
43
44Following Physics Lists can be activated via UI commands:
45
46/testem/phys/addPhysics       standard
47/testem/phys/addPhysics        g4v52
48/testem/phys/addPhysics       penelope
49/testem/phys/addPhysics       lowenergy
50
51For interactive mode G4 visualization options and variables should be
52defined, then the example should be recompiled:
53
54gmake visclean
55gmake
56
57The vis.mac file can be used an example of visualization.
58
59
60                          HISTOGRAMS
61
62To use histograms any of implementations of AIDA interfaces should
63be available (see http://aida.freehep.org).
64
65A package including AIDA and extended interfaces also using Python
66is PI, available from: http://cern.ch/pi .
67
68Once installed PI or PI-Lite in a specified local area $MYPI, it is
69required to add the installation path to $PATH, i.e. for example,
70for release 1.2.1 of PI:
71
72setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin
73
74CERN users can use the PATH to the LCG area on AFS.
75
76Before compilation of the example it is optimal to clean up old
77files:
78
79gmake histclean
80setenv G4ANALYSIS_USE 1
81gmake
82
83Before running the example the command should be issued:
84
85eval `aida-config --runtime csh`
86
87It is possible to choose the format of the output file with
88histograms using UI command:
89
90/testem/histoName type
91/testem/histoType type
92
93The following types are available: hbook, root, xml.
94
Note: See TracBrowser for help on using the repository browser.