Skip to main content

DPM as a radiation transport engine for PRIMO

Abstract

Background

PRIMO is a dose verification system based on the general-purpose Monte Carlo radiation transport code penelope, which implements an accurate physics model of the interaction cross sections and the radiation transport process but with low computational efficiency as compared with fast Monte Carlo codes. One of these fast Monte Carlo codes is the Dose Planning Method (DPM). The purpose of this work is to describe the adaptation of DPM as an alternative PRIMO computation engine, to validate its performance against penelope and to validate it for some specific cases.

Methods

DPM was parallelized and modified to perform radiation transport in quadric geometries, which are used to describe linacs, thus allowing the simulation of dynamic treatments. To benchmark the new code versus penelope, both in terms of accuracy of results and simulation time, several tests were performed, namely, irradiation of a multi-layer phantom, irradiation of a water phantom using a collimating pattern defined by the multileaf collimator (MLC), and four clinical cases. The gamma index, with passing criteria of 1 mm/1%, was used to compare the absorbed dose distributions. Clinical cases were compared using a 3-D gamma analysis.

Results

The percentage of voxels passing the gamma criteria always exceeded 99% for the phantom cases, with the exception of the transport through air, for which dose differences between DPM and penelope were as large as 24%. The corresponding percentage for the clinical cases was larger than 99%. The speedup factor between DPM and penelope ranged from 2.5 ×, for the simulation of the radiation transport through a MLC and the subsequent dose estimation in a water phantom, up to 11.8 × for a lung treatment. A further increase of the computational speed, up to 25 ×, can be obtained in the clinical cases when a voxel size of (2.5 mm)3 is used.

Conclusions

DPM has been incorporated as an efficient and accurate Monte Carlo engine for dose estimation in PRIMO. It allows the concatenated simulation of the patient-dependent part of the linac and the patient geometry in static and dynamic treatments. The discrepancy observed between DPM and penelope, which is due to an artifact of the cross section interpolation algorithm for low energy electrons in air, does not affect the results in other materials.

Background

PRIMO [1, 2] is a computer software that simulates clinical linear accelerators (linacs) and estimates absorbed dose distributions in phantoms and computerized tomography (CT) studies. It combines a graphical user interface with the general-purpose radiation transport Monte Carlo code PENELOPE (version 2011) [3]. It is freely distributed through the website https://www.primoproject.net since 2013.

PENELOPE implements an accurate physics model of the interaction cross sections and the radiation transport process but exhibits a relatively low computational performance compared with fast Monte Carlo codes specifically designed for radiotherapy problems [4]. One such code is the Dose Planning Method (DPM v1.1) [5] which simulates absorbed dose distributions deposited by electron-photon showers in external beam radiotherapy treatments. The open-source code is freely distributed through http://www.upc.es/inte/downloads. The present work describes the adaptation of DPM, hereafter identified as pDPM, to the PRIMO system and its subsequent validation.

pDPM includes a mixed-geometry model that allows the simulation in voxelized and quadric surface geometries. This capability allows the joined simulation of the linac patient-dependent part and the patient, hence making possible the simulation of dynamic treatments. The scope of including pDPM as a simulation engine of PRIMO is to facilitate usage of the latter as a Monte Carlo dose verification system for the routine clinical practice.

Methods

The guidelines for reporting Monte Carlo simulations, provided by the AAPM Task Group 268 [6], have been followed in the preparation of this work.

Dose planning method

DPM gains in computing performance derive from various enhancements to the description of particle transport and of the underlying physics models. More precisely, the main features that explain its accuracy and computational efficiency are the following:

  • It uses simplified cross section models that are accurate for the energy range typically employed in conventional radiotherapy and for low atomic numbers, such as those encountered inside the patient body. For example, the Klein-Nishina differential cross section [7] is used to describe photon incoherent (Compton) scattering, thus neglecting Doppler broadening and binding effects, which are non-negligible for high Z elements or low energies. Similarly, the Møller differential cross section [8] is used to describe electron inelastic collisions with atomic electrons, thus assuming that the target particle is free and at rest. This, again, is valid for low atomic numbers and high energies.

  • Photon transport is simulated detailedly using the delta scattering, or Woodcock tracking technique [9], which completely avoids the need to consider intersections with voxel walls.

  • For electrons, DPM employs the standard condensed history model, falling into what has been called a mixed scheme for the treatment of energy losses by Berger [10]. It treats large energy transfer collisions detailedly and uses the continuous slowing down approximation to describe the effect of small energy loss interactions. For condensing angular deflections, the code is based on a refinement of the Kawrakow and Bielajew [11] formulation of the Lewis multiple-scattering theory [12], which allows fast random sampling of the scattering angle. The algorithm further relies on the small angle approximation, under which all materials can be characterized by means of a single scattering angle distribution.

The DPM code has been extensively benchmarked and validated by a group from the University of Michigan [13, 14]. It should be noticed that the bulk of the DPM development effort was focused on the electron transport algorithm. There is still room for improvement regarding the application of variance-reduction techniques for photon transport. Despite this fact, the code has been shown to reproduce dose distributions estimated with high-accuracy general-purpose Monte Carlo codes within an error of the order of 1.5% of the maximum dose with a significant increase in computational efficiency [15].

DPM has been employed as a dose distribution calculation engine by other authors. For example, version 3 beta of the ADAC Pinnacle treatment planning system was based on a C++ port of DPM. ADAC was subsequently acquired by Philips Medical Systems in 2000 but the Pinnacle version based on DPM was never released [4]. The code was also integrated into the University of Michigan’s in-house treatment planning system (UMPlan) [15]. Additionally, a prototype of a new treatment planning system based on DPM was also developed by Técnicas Radiofísicas (Zaragoza, Spain) [16].

Some researchers have devoted efforts to further accelerate the code. Thus, for instance, Tyagy and coworkers [17] used the Message Passing Interface (MPI) library to parallelize the algorithm, Weng et al. [18] aimed at vectorizing the code and Jia et al. [19] adapted it to the graphics processing unit (GPU) architecture.

DPM improvements

Parallelization of DPM

One of the limitations of DPM is its lack of support for phase-space files or other sources of particles needed for linac simulation. Furthermore, its sequential code cannot fully exploit the capabilities of parallel processors. These capabilities have been added to pDPM as explained in a previous work [20].

Mixed geometry model

The developed mixed geometry model combines bodies defined by quadric surfaces and voxels. The aim is to merge the patient-dependent region of the linac, which is modeled by quadrics, and the patient, represented by the voxelized geometry. Therefore, in simulations of dynamic treatments, the transport through both regions can be performed in a single simulation step.

In the mixed model the patient dependent region of the linac is defined according to the rules of PENGEOM, the PENELOPE geometry package, while the voxelized geometry uses the model currently implemented in DPM. To combine both models we rely on an approach that has been used before by Sempau and collaborators in the PENEASY code [2]. Transport in the voxelized geometry proceeds as in the original version of DPM [21] while in the quadric geometry it is performed using the routines included in PENELOPE.

Dynamic geometry

Dynamic geometry uses our mixed geometry model to simulate dynamic irradiations, thus allowing changing the positions of multileaf collimators, jaws, gantry, collimator and couch at execution time. To this purpose the simulation is divided into control points, each one defined by a fixed configuration of the aforementioned movable elements. The fraction of the total number of histories that is simulated for each control point equals the fraction of monitor units as specified in the cumulative meterset weight of the DICOM-RTPLAN file.

Variance-reduction techniques

Two variance-reduction techniques [22] were implemented in pDPM, namely simple particle splitting in the patient and range-rejection of electrons in the internal regions of the MLC and the jaws. Range rejection was implemented through the movable-skins technique [23].

pDPM benchmarks

Simulations presented in this article considered a 6 MV beam of a Clinac-iX linear accelerator equipped with a Varian Millennium 120 MLC. The particle source employed was a phase-space file (PSF) tallied from the simulation of the patient-independent part of the linac using PENELOPE with initial beam parameters E=6.2 MeV, FWHME=0.186 MeV, FWHMfocal spot size=0.15 cm and a beam divergence of 2.5 degrees. The PSF produces a dose distribution in water that reproduces well the measured dose profiles.

The assessment of the agreement between dose distributions was done using gamma analysis. The reference data sets were those obtained with PENELOPE while the evaluated data sets were those obtained with pDPM. Local gamma analysis was performed with a search volume established according to the distance to agreement (DTA) criterion. The maximum search distance from the reference point to the volume border is calculated as 1.2 DTA. Therefore, any evaluated dose point outside the local volume cannot pass the gamma analysis as it would not comply with the DTA criterion. The search step inside the local volume is set such that at least 5 points are sampled in each spatial direction inside the volume and it is required to be at least half the minimum spatial resolution of both dose distributions. Dose sampling inside the local volume is made by tri-linear interpolation. Reference dose values less than 1% of the maximum dose or with uncertainties (2 σ) larger than 10% were not included in the analysis. Gamma pass rate (Γd,DTA), i.e. the fraction of points passing gamma analysis with a dose difference d (in %) and distance DTA (in mm) criteria was evaluated in all cases. For clinical cases, Γ1,1, Γ2,1 and Γ2,2 were evaluated in the region inside the patient’s body, in planning target volumes (PTVs) and in selected organs-at-risk (OARs).

Additionally, the method proposed by Kawrakow and Fippel [24] was used to compare the dose distributions estimated with PENELOPE and pDPM. This method allows to discern systematic differences from those resulting from statistical fluctuations. In all clinical cases, the dose threshold applied was 50% of the maximum dose and only voxels inside the patient’s body region were considered. For simulations in phantoms the dose threshold applied was 20% of the maximum dose.

Photon transport in a MLC

Dose distributions produced by a 6 MV photon beam were estimated with pDPM and PENELOPE. The Varian Millennium 120 MLC was configured with the leaf pattern represented in Fig. 1. This pattern, the same used by Heath and coworkers [25], was chosen because it can assess the effect on the dose of several critical regions of the MLC in a single simulation. The dose distributions were tallied in a water phantom of 40×40×30 cm3 with a bin size of 0.2×0.2×0.5 cm3. The field size was set to 30×40 cm2. A total of 109 histories were simulated to obtain an average standard statistical uncertainty of 0.2%. The evaluation was made by gamma analysis and also by comparing dose profiles taken along critical regions.

Fig. 1
figure 1

Leaf pattern used to verify the transport through the MLC. Dose profiles were taken in the water phantom along the dashed lines

Photon transport in a multi-layer phantom

Dose distributions produced by a 6 MV photon beam were estimated in a slab phantom consisting of seven 5-cm-thick layers. The phantom dimensions were 40×40×35 cm3 with a bin size of 0.5×0.5×0.25 cm3. An open field of 10×10 cm2 with a SSD = 100 cm was used. The layer materials were (starting from the upstream phantom surface): muscle skeletal (ρ=1.04 g/cm3), air, lung (ρ=0.3 g/cm3), muscle skeletal, compact bone (ρ=1.85 g/cm3), lung and muscle skeletal [26].

Simulation of photon beams in clinical cases

Three volumetric-modulated arc therapy (VMAT) clinical cases of head and neck, brain and lung were considered in this work. The head and neck plan consisted of two coplanar hemi-arcs, covering from 0 to 179 degrees. Each arc had 96 control points. Two PTVs were delineated in the left side of the patient neck (see Fig. 4). The prescribed dose were 40 Gy and 44 Gy in 20 fractions to PTV1 and PTV2, respectively. Two OARs were selected for dose comparison, the left parotid gland and the spinal cord. The lung plan also had two hemi-arcs, from 181 to 0 degrees with 96 control points each. The PTV was a relatively small region with a volume of 6.9 cm3 located in the posterior lung wall near the diaphragm. The prescribed dose to that PTV was 52 Gy in 8 fractions. The brain case is a post surgery irradiation of a brain tumor. Two PTV regions were delimited PTV1 and PTV2 with prescribed doses of 50 Gy and 60 Gy in 25 fractions, respectively. The plan consisted of two coplanar full arcs with 177 control points each. The brain stem OAR was selected for dose comparison. Additionally, a prostate IMRT plan consisting of five fields distributed at angles of 255, 315, 45, 105 and 180 degrees was included in this study. The total number of control points was 621. The prescribed dose to the prostate PTV was 76 Gy in 39 fractions. The bladder and rectum OARs were selected for dose comparison.

The voxelized geometry generated by PRIMO uses the voxel size provided in the CT scan. However, PRIMO allows to set a fixed spatial resolution of the simulation geometry of 0.25 cm3. This is done by averaging HU in neighbor voxels, each weighted by the fraction of the volume included in the destination voxel. At the end of the simulation the original CT resolution is recovered by interpolating the dose obtained for the coarser voxel size.

Dose distributions were obtained with pDPM, both using the original voxel size and the coarse option, and with PENELOPE only using the original size. The dose distribution obtained with the original CT resolution was used for comparison with PENELOPE. Gamma analysis was applied to all voxels inside the body region.

Simulation times

Simulation times obtained with pDPM were reported in a previous work [20]. However, that article considered only voxelized geometries. For the present study all simulations were carried out in two Xeon E5-2670V3 CPUs with 12 cores each, and hyper-threading. The compiler used was Intel Fortran v16 for Windows with compilation options /O2 /Qipo /QxP for PENELOPE and /Qopenmp for pDPM. PENELOPE is a serial code, hence, simulations were carried out by simultaneously running 32 instances of the code (each one with different initial random number seeds) and letting the operating system (Windows Server 2016) deal with the task assignment to the CPU cores. In order to provide a source of particles for each PENELOPE instance, the source phase-space file must be partitioned prior to starting the simulation. For the phase space used in this work this partitioning process took approximately 15 min. This time was not taken into account in the benchmark. Conversely, pDPM genuinely runs in parallel, hence, partitioning of the phase-space file is not necessary. The simulations with pDPM used 32 threads. In all cases the simulation time reported corresponds to that required to reach an average standard statistical uncertainty of 1%. The reported dose statistical uncertainties are computed using voxels that score more than 50% of the maximum dose.

Results

Photon transport in a MLC

A good agreement between the dose distributions obtained with PENELOPE and pDPM was obtained for this test. The percentage of points passing gamma analysis with criteria of 1%, 1 mm was 99.5%. Systematic deviations between both dose distributions are small as depicted in Table 1. The good agreement between both distributions can also be observed in the dose profiles shown in Fig. 2. The dose profiles in Fig. 2a were taken in the direction of the x-axis at y=0 at a depth of 5 cm. From Fig. 1 it can be observed that the dose in this region is mainly produced by radiation traversing the tongue and groove region of the two central leaves. The peak at the center of the profile is produced by radiation traversing the gap between the two opposed rounded leaf tips. Figure 2b represents profiles taken along the x-axis direction at off-axis y=6.25 cm and 5 cm of depth. They correspond to the transition from the tongue and groove region to an open field, including the effect of the leaf tips. Figure 2c represents profiles taken along the y-axis at 5 cm of depth and x=0. Figure 2d are depth dose curves taken at the central axis, with a main contribution from radiation traversing the gap between the tips of the central leaves. In all profiles the dose difference between PENELOPE and pDPM is lower than 1% of the PENELOPE maximum dose except for the first 0.5 cm of the build-up region where the statistical uncertainty is too large to say. The larger statistical uncertainty in the build-up is due to the presence of contaminant electrons in the beam.

Fig. 2
figure 2

Dose profiles produced with simulations employing pDPM and PENELOPE of a 6 MV photon beam and the MLC configured according to the pattern in figure 1. The profiles were taken along critical dose regions. Dose uncertainties are plotted only when they are larger than symbols. Dose differences PENELOPEpDPM relative to the PENELOPE maximum dose are shown in green

Table 1 Systematic differences between the dose distributions estimated with PENELOPE and pDPM for the photon test cases included in this work

Photon transport in a multi-layer phantom

The depth dose curve at the central axis of the phantom is shown in Fig. 3. Uncertainties are only shown in the region filled with air. In that region the average standard uncertainty is 1.7%. In the remaining regions it is 0.3%. Good agreement between the profile obtained with pDPM and PENELOPE is observed except for the region filled with air. The agreement between both profiles is better than 1% except for air, where the maximum difference is 24%. From Table 1 it can be seen that systematic differences in the region filled with air range between 5−6%.

Fig. 3
figure 3

Depth dose curve for PENELOPE and pDPM at central axis of a multi-material slab phantom. Dose uncertainties are plotted only for the air, for the rest of materials they are smaller than symbols. Dose differences PENELOPEpDPM relative to the PENELOPE maximum dose are shown in green

Simulation of photon beams in clinical cases

Combined standard uncertainties obtained for the simulations of clinical cases with PENELOPE and pDPM were 0.60, 0.77, 0.63 and 0.7 for brain, head and neck, lung and prostate, respectively. In all cases, a good match between both dose distributions was obtained. The fraction of points passing the 3-D gamma analysis inside the body region with criteria of 1%, 1 mm (Γ1,1) were 99.7%, 99.6%, 99.8% and 99.6%, for the cases of brain, head and neck, lung, and prostate, respectively. Table 2 shows gamma pass rates Γ1,1 and Γ2,1 for PTVs and selected OARs. A good agreement was obtained in all cases except for Γ1,1 of the head and neck PTV2 probably due to its small volume (50 cm3) and the fact that 1% dose difference is in the range of the average dose uncertainty. However, when the dose difference criterion is set to 2%, gamma pass rate is 100% for that PTV. Figure 4 shows a PRIMO screenshot with the comparison for the head and neck case. Systematic differences were small, within ±0.8% of the maximum dose for all cases.

Fig. 4
figure 4

PRIMO screenshot showing the results of 3-D gamma analysis, performed with criteria 1%, 1 mm, for the head and neck case in which PENELOPE and pDPM simulations are compared. An excellent agreement, of 99.6%, between both simulations is obtained. The dose-volume histograms of the PTVs, whose contours appear in the upper panels, have been magnified to better expose the small differences between pDPM (solid lines) and PENELOPE (dashed lines)

Table 2 Fraction of points passing gamma analysis with criteria 1%,1 mm (Γ1,1) and 2%,1 mm (Γ2,1) in the region delimited by the body contour, the PTVs and the OARs

Simulation times

Results of the performance benchmark for mixed geometries are shown in Table 3. It can be observed that the speedup of pDPM with respect to PENELOPE is moderate. The pDPM computational speed is hampered by the fact that the transport through the linac uses the PENELOPE geometry model. Furthermore, the time employed in updating the quadric geometry in dynamic plans is roughly 0.4 s per control point. A more favorable simulation time is obtained when the “coarse” option is used in pDPM, as it is shown in the “coarse voxel” column.

Table 3 Simulation times in minutes for PENELOPE and pDPM to obtain a dose distribution with 1% standard statistical uncertainty for some single field cases and dynamic treatments

Discussion and conclusions

DPM has been incorporated as an efficient Monte Carlo engine for photon dose estimation in PRIMO since version 0.3.1.1600. It allows the joined simulation of the patient-dependent part of the linac and the patient geometry, thus facilitating dose estimation of dynamic treatments. The version of PRIMO used for this article has been 0.3.1.1681.

PENELOPE and DPM use different physics models. Generally speaking, DPM cross section models are simpler albeit accurate enough for the dynamical range for which the code was designed, that is, low Z materials and high energies. In this work, however, we have used pDPM to simulate the transport in some of the tungsten elements of the linac head. Despite this fact, the comparisons between PENELOPE and pDPM made in this work have not shown a substantial impact on the dose accuracy of DPM physics models simplifications. Thus, a good agreement between the results obtained with PENELOPE and pDPM was obtained for the studied clinical cases, in which 99.9% or more of points passed the 3-D gamma analysis with criteria 2%, 1 mm and systematic differences were within ±0.8% of the maximum dose. The discrepancy observed in the multi-layer phantom, related to the transport in air, is due to an artifact of the cross section interpolation algorithm for low energy electrons in air. The dose is not biased in any other material, nor at the interfaces with air. Investigations to correct this artifact are currently in progress.

The speedup factor obtained with pDPM with respect to PENELOPE was in all clinical cases between 6 and 12. This speedup factor is further increased when voxels are grouped using the “coarse” option, attaining values in the order of 20. These factors are reached although the transport in the linac geometry hinders the overall efficiency of pDPM owing to the use of the PENELOPE geometry model.

Abbreviations

CT:

Computerized tomography

DTA:

Distance to agreement

GPU:

Graphics processing unit

OAR:

Organ-at-risk

PSF:

Phase-space file

PTV:

Planning target volume

VMAT:

Volumetric-modulated arc therapy

References

  1. Rodriguez M, Sempau J, Brualla L. PRIMO : A graphical environment for the Monte Carlo simulation of Varian and Elekta linacs. Strahlenther Onkol. 2013; 189:881–6.

    Article  CAS  Google Scholar 

  2. Sempau J, Badal A, Brualla L. A penelope-based system for the automated Monte Carlo simulation of clinacs and voxelized geometries—application to far-from-axis fields. Med Phys. 2011; 38:5887–95.

    Article  Google Scholar 

  3. Salvat F, Fernández-Varea JM, Sempau J. Penelope 2011—A Code System for Monte Carlo Simulation of Electron and Photon Transport. Issy de Molineaux, France: OECD Nuclear Energy Agency; 2011.

    Google Scholar 

  4. Brualla L, Rodriguez M, Lallena AM. Monte Carlo systems used for treatment planning and dose verification. Strahlenther Onkol. 2017; 193:243–59.

    Article  Google Scholar 

  5. Sempau J, Wilderman S, Bielajew A. DPM, a fast, accurate Monte Carlo code optimized for photon and electron radiotherapy treatment planning dose calculations. Phys Med Biol. 2000; 45:2263–91.

    Article  CAS  Google Scholar 

  6. Sechopoulos I, Rogers DWO, Bazalova-Carter M, Bolch WE, Heath E, McNitt-Gray MF, Sempau J, Williamson JF. RECORDS: improved Reporting of montE CarlO RaDiation transport Studies: Report of the AAPM Research Committee Task Group 268. Med Phys. 2018; 45:e5–e1.

    Article  Google Scholar 

  7. Heitler W. The Quantum Theory of Radiation. London: Oxford Univ. Press; 1954.

    Google Scholar 

  8. Møller C. Zur Theorie des Durchgangs schneller Elektronen durch Materie. Ann Physik. 1932; 14:531–85.

    Article  Google Scholar 

  9. Woodcock ER, Murphy T, Hemmings PJ, Longworth SC. Techniques used in the GEM code for Monte Carlo neutronics calculations in reactors and other systems of complex geometry. In: Proceedings of the Conference on Applications of Computing Methods to Reactor Problems.1965. p. 557.

  10. Berger MJ. Monte Carlo calculation of the penetration and diffusion of fast charged particles In: Alder B, Fernbach S, Rotenberg M, editors. Methods in Computational Physics. New York: Academic Press: 1963. p. 135–215.

    Google Scholar 

  11. Kawrakow I, Bielajew A. On the representation of electron multiple elastic-scattering distributions for Monte Carlo calculations. Nucl Instrum Meth B. 1998; 134:325–36.

    Article  CAS  Google Scholar 

  12. Lewis HW. Multiple scattering in an infinite medium. Phys Rev. 1950; 78:526–9.

    Article  Google Scholar 

  13. Chetty IJ, Moran JM, Neelam T, McShan DL, Fraass BA, Wilderman S, Bielajew A. Benchmarking of the dose planning method (DPM) Monte Carlo code using electron beams from a racetrack microtron. Med Phys. 2002; 29:1035–41.

    Article  Google Scholar 

  14. Chetty IJ, Charland PM, Neelam T, McShan DL, Fraass BA. Photon beam relative dose validation of the DPM Monte Carlo code in lung-equivalent media. Med Phys. 2003; 30:563–73.

    Article  Google Scholar 

  15. Chetty IJ, Bruce C, Joanna E, Cygler J, DeMarco J, Ezzell G, Faddegon BA, Kawrakow I, Keall PJ, Liu H, Charlie Ma C-M, Rogers DWO, Seuntjens J, Sheikh-Bagheri D, Siebers JV. Report of the AAPM Task Group No. 105: Issues associated with clinical implementation of Monte Carlo-based photon and electron external beam treatment planning. Med Phys. 2007; 34:4818–53.

    Article  Google Scholar 

  16. Jiménez J, Lardiés D, Ortega P, Canellas M, Sempau J. Cálculo de distribuciones de dosis de haces de electrones mediante técnicas de Monte Carlo. Implementación en un planificador comercial. In: Proceedings of the XVI Congreso Nacional de la Sociedad Española de Física Médica.2007.

  17. Tyagi N, Bose A, Chetty IJ. Implementation of the DPM Monte Carlo code on a parallel architecture for treatment planning applications,. Med Phys. 2004; 31(9):2721–5.

    Article  Google Scholar 

  18. Weng X, Yan Y, Shu H, Jiang JSB, Luo L. A vectorized Monte Carlo code for radiotherapy treatment planning dose calculation. Phys Med Biol. 2003; 48:111–20.

    Article  Google Scholar 

  19. Jia X, Gu X, Sempau J, Choi D, Majumdar A, Jiang SB. Development of a GPU-based Monte Carlo dose calculation code for coupled electron–photon transport. Phys Med Biol. 2010; 55:3077–86.

    Article  Google Scholar 

  20. Rodriguez M, Brualla L. Many-integrated core (MIC) technology for accelerating Monte Carlo simulation of radiation transport: A study based on the code DPM. Comp Phys Comm. 2018; 225:28–35.

    Article  CAS  Google Scholar 

  21. Sempau J, Wilderman S, Bielajew A. DPM, a fast, accurate Monte Carlo code optimized for photon and electron radiotherapy treatment planning dose calculations. Phys Med Biol. 2000; 45:2263–91.

    Article  CAS  Google Scholar 

  22. In: Jenkins TM, Nelson WR, Rindi A, (eds).Monte Carlo Transport of Electrons and Photons. New York: Plenum Press; 1988.

    Google Scholar 

  23. Brualla L, Salvat F, Palanco-Zamora R. Efficient Monte Carlo simulation of multileaf collimators using geometry-related variance-reduction techniques. Phys Med Biol. 2009; 54:4131–49.

    Article  CAS  Google Scholar 

  24. Kawrakow I, Fippel M. Investigation of variance reduction techniques for Monte Carlo photon dose calculation using XVMC. Phys Med Biol. 2000; 45:2163–84.

    Article  CAS  Google Scholar 

  25. Heath E, Seuntjens J. Development and validation of a BEAMnrc component module for accurate Monte Carlo modelling of the Varian dynamic Millennium multileaf collimator,. Phys Med Biol. 2003; 48(24):4045–63.

    Article  Google Scholar 

  26. McConn Jr R, Gesh C, Pagh R, Rucker R, Williams III R. Compendium of Material Composition Data for Radiation Transport Modeling. USA: Pacific Northwest National Laboratory, PIET-43741-TM-963 PNNL-15870 Rev. 1; 2011.

    Book  Google Scholar 

Download references

Acknowledgments

Not applicable.

Funding

The authors acknowledge support by the Open Access Publication Fund of the University of Duisburg-Essen.

The authors acknowledge funding by Deutsche Forschungsgemeinschaft project BR 4043/3-1.

J Sempau was also funded by H2020 EJP Concert, project 003-2017-PODIUM and the Spanish Networking Research Center CIBER-BBN.

Availability of data and materials

The implementation of pDPM in PRIMO is available in https://www.primoproject.net. DPM can be downloaded from http://www.upc.es/inte/downloads. penelope is distributed by the Nuclear Energy Agency.

Author information

Authors and Affiliations

Authors

Contributions

MR coded pDPM, run the simulations, participated in the conception of the work and writing the manuscript. JS studied the origin of the discrepancy in air, contributed to coding pDPM, participated in the conception of the work and writing the manuscript. CB carried out the statistical analysis and helped to draft the manuscript. BT designed the clinical cases and helped to draft the manuscript. LB coded the linac geometry files and adapted them for dynamic treatments, participated in the conception of the work and writing the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Lorenzo Brualla.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

L Brualla, M Rodriguez and J Sempau declare that they have authored the PRIMO system. J Sempau is co-author of DPM and penelope.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Rodriguez, M., Sempau, J., Bäumer, C. et al. DPM as a radiation transport engine for PRIMO. Radiat Oncol 13, 256 (2018). https://doi.org/10.1186/s13014-018-1188-6

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13014-018-1188-6

Keywords