-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
95 lines (71 loc) · 3.87 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| medical_linac |
+ +
| README |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
This application has been developed by the Geant4 users:
*Silvia Pozzi and *Barbara Caccia with the support of ^Carlo Mancini Terracciano
Past contributros:
$Claudio Andenna, Pablo Cirrone, Alessandro Occhigrossi*. S. Guatelli+
Michela Piergentili with the support of M.G.Pia and Franca Foppiano.
*Istituto Superiore di Sanita' and INFN Roma, Italy
^Physics Dep. - Univ. La Sapienza and INFN Roma, Italy
%LNS-INFN Catania, Italy
+University of Wollongong, Autralia
$INAIL DIPIA - ex ISPESL and INFN Roma, gruppo collegato Sanita', Italy
---> A brief description
The example is a deep update of the previous version for medlinac. The example
is based on a medical accelerator used in a intercomparison exercise managed
by working Group6 (Computational Dosimetry) of Eurados network (B.Caccia et
al. "A model validation scheme for Monte Carlo simulations of a medical linear accelerator: geometrical description and dosimetric data used in the “Linac
Action”- free download from https://eurados.sckcen.be/sites/eurados/files/uploads/Report-Publications/Reports/2020/EURADOS%20Report%202020-05.pdf).
The medical accelerator is a GE Saturn 43 LINAC. The given description of the
Saturn 43 LINAC corresponds to an operational mode with an acceleration voltage
of 12 MV in the photon mode with collimator settings for a 10x10 cm^2 field size
at standard working distance. Experimental dosimetric data are disposable and
are related to a cubic water phantom of a 40x40x40 cm3 polymethyl methacrylate
(PMMA) water tank filled with distilled water. At the front of the phantom, the
thickness of PMMA crossed by the beam is 4 mm (15 mm for the all other walls of
the phantom). The distance from the source point of the target to the external
entrance window of the water phantom is 90 cm.
The example package contains:
- source files (src, include, macros)
- CMakeLists.txt
- README.txt
- main.cc
---------------------------------------------------------------
----> 1. Experimental set-up.
The elements simulated are:
1 - A source of electrons. The beam direction is along the z axis.
2 - A target
3 - A primary collimator
4 - A vacuum window
5 - A flattening filter
6 - A ion chamber
7 - Secondary movable collimators (jaws)
8 - A cubic phantom filled with water
--------------------------------------------------------------
----> 2. How to run the example.
The example runs with the run.mac macro file.
-----------------------------------------------------------------------
----> 4. The physics
The PhysicsList class allows the activation of all the physic models
via the macro file.
The standard electromagnetic option3 model is the default model.
------------------------------------------------------------------------
----> 5. Simulation output
The output of the medlinac example is generated by the Geant4 command-based
scorer doseDeposit.
------------------------------------------------------------------------
----> 6. Main differences with the previous ML2 release.
Multithreading has been implemented and a real accelerator was used,
with experimental data for dose profiles and deep percentage dose
with which to check the results obtained in the simulation.
------------------------------------------------------------------------
----> 7. Contacts
If you have any questions or wish to notify of updates and/or modification
please contact:
Silvia Pozzi at [email protected]
Barbara Caccia at [email protected]
Istituto Superiore di Sanita' and INFN Roma, Italy
Viale Regina Elena 299, 00161 Roma (Italy)