Advanced Example medical_linac

 

Responsible Geant4 Collaborator: Pablo Cirrone (c)

Contributors: Susanna Guatelli, Centre For Medical Radiation Physics (CMRP), University of Wollongong, NSW, Australia

Developers: C. Andenna (a) and B. Caccia (b), with the support of P. Cirrone (c)

(a) ISPESL and INFN Roma, Italy

(b) Istituto Superiore di Sanità and INFN Roma, Italy

(c) Istituto Nazionale di Fisica Nucleare, Laboratori Nazionali del Sud,via S.Sofia 62, 95123 Catania, Italy

Short description

The example models a typical medical linear accelerator for Intensity Modulated Radiation Therapy (IMRT), such as Varian Clinac 2100 accelerator. The user may choose a cubic phantom filled with water or a phantom filled with an equivalent lung-tissue with a inhomogeneity (a 6 cm sided PMMA cube) located in the centre of the phantom. Two types of particle sources may be chosen, an electron gun shooting the target or particles described in a phase space file. The simulation allows the generation of a plane phase space file. However, since the mother volume is the accelerator volume, this phase space plane can be positioned only inside the accelerator main volume.

Experimental set-up

The elements simulated are:

  • A source of electrons (the distribution of the electron energy and the electron radial intensity was assumed Gaussian in direction and energy). The beam direction is along the z axis.
  • A target
  • A primary collimator
  • A vacuum window
  • A flattening filter
  • A ion chamber
  • A mirror
  • A light field reticle
  • Secondary movable collimators (jaws)
  • A simple Multi Leaf Collimator
  • Phantom1 (“fullWater”) filled with water (cube of 60 cm sided)
  • Phantom2 (“BoxInBox”) filled with G4_ICRP lung tissue (cube of 30 cm sided) with a inhomogeneity (PMMA 6 cm sided cube) in the centre and a PLEXIGLASS slab 1 cm thick on the surface of the phantom.

The distance between the target and the surface of the phantom (SSD) is 100 cm.

Setting up the environment variables

The simulation uses two environmental variables called “ML2MYFILEIN” and “ML2MYFILEOUT” for the input and output files respectively. If these environmental variables are not set the program works on the current directory.

How to run the example

The example runs with the ml2.mac macro file.

This file contains some setup information and in particular the name of other two macro files (“phan1.mac” and “acc1.mac”) describing the chosen phantom and accelerator.

Inside the ml2.mac file there is a flag “/OnlyVisio” that has to be set “true” to switch on the visualization mode calling the “vis.mac” file (“false” for the modality without visualization).

Simulation output

The output of the example is:

  • A phase space file containing the data of the particles hitting the plane phase space. The file contains a progressive number, position, direction, kinetic energy, PDGE code of the particle, PDGE code of the primary particle, progressive number of the primary particle generating the event in the phase space.
  • An output file written in matlab format generated from an experimental data file (if provided). The file contains: position of the voxels and experimental dose values as given in the experimental data file, cumulative dose, cumulative square dose, number of events in the voxels, cumulative dose normalized to the experimental data (if provided), cumulative square dose normalized to the experimental data (if provided).
  • An output file containing the simulation results. The file contains: name of the physical volume, position, indexes of the voxel according to the voxelization, cumulative dose, cumulative square dose, number of events in the voxel.

Last updated: 18/02/2022 by S. Guatelli