Open access peer-reviewed chapter

Monte Carlo’s Core and Tests for Application Developers: Geant4 and XRMC Comparison and Validation

Written By

Gabriela Hoff, Bruno Golosio, Elaine E. Streck and Viviana Fanti

Submitted: 27 March 2019 Reviewed: 29 July 2019 Published: 05 September 2019

DOI: 10.5772/intechopen.88893

From the Edited Volume

Theory, Application, and Implementation of Monte Carlo Method in Science and Technology

Edited by Pooneh Saidi Bidokhti

Chapter metrics overview

928 Chapter Downloads

View Full Metrics

Abstract

In this chapter, the Monte Carlo (MC) core is presented, particularly its cross-sectional libraries and random generators. The main idea is to introduce validation and reliability of MC applications and to explore its limitations. As an example, a comparison between two MC toolkits, namely XRMC (version 6.5.0–2) and Geant4 (version 10.02.p02), and a validation between each of them and experimental data applied to mammography (external dosimetry) are presented. The simulated quantities compared are exposure, kerma, half-value layer, and backscattering. Limitations, advantages, and disadvantages of using a general and specific MC toolkit are commented too.

Keywords

  • Monte Carlo
  • mammography
  • medical physics
  • XRMC
  • Geant4

1. Introduction

The Monte Carlo (MC) method history began two centuries before its computational implementation that happened in the period of World War II (1939–1945). The MC method conception starts in 1733 with the Probléme de l’aiguille (Needle’s problem) by Georges-Louis Leclerc, known as the Comte de Buffon [1], which is enunciated as:

Sur un plancher qui n est formé que de planches égales & parallèles, on jette une Baguette d’une certaine longueur, & qu’on suppose sans largeur. Quand tombera-t-elle franchement íùr une seule planche? Leclerc [1], p. 44

or, translated to English:

On the floor formed only of equal boards placed in parallel, one throws a needle of a certain length which and supposed without width. When will this needle fall on one specific board?

The first solution proposed by Leclerc [2], in 1777, is considered one of the oldest geometrical probability solutions. The method basically consists in generating successive random samples N that will be tested in a statistical model representing the statistical probability. To use this method, one needs to satisfy the main condition: the random variable evaluated must be independent, which means that previous events of interest may not have (may have the minimum) an influence on the successive tryings. In the needle case, Leclerc ([2], pp. 100–104), presented a solution considering the distance D of the limits of each wood board and the length l of the needle (l < D) taking the probabilities of crossing zero lines and one line as [3].

p0=12rθandp1=2rθ,wherer=lDandθ=1π.

It seems to be a simple problem, but its solution ensued a sequence of different mathematical methodologies [3]. For example, in 1812, Laplace, using his theory of probability and theoretical calculations based on this methodology to determine an approximation to the π value [3, 4], presented a generalized solution in 3D space [3, 4, 5].

Following the main condition of independence for random variable enunciated by Leclerc [2], the MC method was proposed as an alternative solution to analytical mathematics to evaluate the behavior of random samples to predict a statistic sample distribution or a statistic behavior. This behavior can be assessed by empirical processes of drawing sequences of independent random samples and observing its behavior [6]. The strategy is simple in concept, but it is time-consuming, being the first computerized MC simulation developed and implemented by the working team of John and Klara von Neumann and Nick Metropolis with the advent of the computers in 1947–1948 [7].

There are different algorithms [8, 9, 10] implemented to apply different MC solutions by using different computational tools. Since the objective of this chapter is to present MC validation and/or reliability for application developers (AD), on a specific study case, we will not detail the different MC algorithms.

There are several characteristics that can be used to classify MC computational tools (MCCT); however, based on the objective of this chapter, the available ones will be classified according to its applicability as general and specific MCCTs. So, in section 2, the general concepts and MCCT code core (cross-sectional libraries and pseudorandom generators), including the specific and general MCCTs characteristics and some codes available nowadays, are going to be presented. In section 3, the validation and reliability of MCCT code concepts and main methods, including its limitations on the implementations of cross-sectional libraries and random generators, are going to be discussed. To illustrate this, a case study of validation for dosimetry in mammography using two MCCT methods for radiation transport (Geant4 and XRMC) is going to be presented. In the last section, the final considerations on choosing a MCCT and important issues on validation or reliability tests will be presented.

Advertisement

2. Monte Carlo general concepts and core

The MC method may be used to solve different kinds of problems. It may be used to solve problems that could also be solved by deterministic calculations, but it is usually more time-consuming than those and can increase the complexity of the solution. MC must to be applied, generally, when the change in the model follows a “time dependence” and is suitable for a stochastic calculation, which depends on a sequence of random numbers generated during the simulation. It means that a new execution of the solution with a new (different) sequence of random numbers for the same simulation will not give identical results. However, it will return values that agree with the results obtained from the previous sequence within some “statistical error” or in a statistical fluctuation range [11].

In a general manner, the problems that are in essence managed by random phenomena can be solved by applying MC [11, 12]. The main idea of MC method is to estimate a quantity, based on systems that use random numbers to simulate random walks [11], with an estimator computed from observed/experimental data [12]. Considering this idea, the core system of a MCCT is based on a randomized algorithm (random number generator) to manage probabilities (libraries of sampling distribution) [12]. A MCCT has other tools implemented, but for an AD, the knowledge of the MC core limitations is essential to estimate the accuracy and precision of the results.

Taking into account the proposition of MCCT for transport radiation, one may define core as the computational random number generator (randomized algorithm) and the cross sections for each possible process of interaction (probabilities, in the case of photons that can be the total attenuation cross sections for each possible process, or the differential cross sections—if applicable—or the energy transfer cross sections or the energy absorption cross sections). Let’s think about a traditional MC simulation as is represented in the following scheme (Figure 1). It is important to keep in mind that this is a simplified scheme of transport radiation designed to aid the understanding of the basics of MC processing. Before one starts to run1 an event2 in a MCCT, one may define the simulation universe (or world), including the geometry, material composition of the simulated objects, and, if necessary, the additional information needed for the interaction.

Figure 1.

Simplified scheme of a traditional Monte Carlo simulation.

The run starts always with the generation of a primary particle (emitted by the radiation source), and it finishes when all histories were run. As one may observe in Figure 1, the system starts the run, after the geometry built and physics definition, by initializing the counter of the number of histories (VARnh). This variable is compared to the expected total number of histories (nh), so if the VARnh is equal to nh, then the termination of run is performed, or if VARnh is smaller than nh, then a new history is started by generating a new primary particle. In the generation of primary particle, if the source is defined by an energy distribution and/or position distribution (linear, planar, or volumetric source) and/or momentum direction distribution, the random number generator will be evoked (one to each distribution needed). After the primary particle of the source is generated, the information about this particle is recorded at the beginning of step (pre-step information). Following the step execution, the end of the step information will be generated (post-step information) and tested. The traditional MCCT tests are:

  1. Is this particle inside the world? In MC simulation, the geometrical limits to follow the transport of radiation are the limits described on the geometry by the larger volume (the world) that will contain the other volumes. Some MCCTs have no world volume defined; usually if they are specific MC using variance reduction techniques that force the radiation to interact with the defined volumes, then the logic is different than the presented in the scheme in Figure 1.

  2. Is this particle alive? In MCCT for transport radiation, there is a minimum energy to proceed the transportation, so if the particle kinetic energy is smaller than this minimum energy, then this particle will die, which means in MCCT all residual energy will be locally deposited and the particle will stop.

If the particle is alive and inside the world, then it is important to know if this particle will find a geometrical boundary and/or a different material in its path during the step. If the answer is no to both pre-defined questions, then the code will proceed with the step. If the answer is yes, the code will calculate the length until this boundary and check if the other volume has or does not have a new material, and the step will proceed until the boundary; after that the residual kinetic energy of the particle will be recalculated for the next volume material. At the end of the step, the post-step information is recorded. Then, the VARnh is increased of a unit and is compared to nh. If VARnh is equal to nh, the termination of run is performed. If VARnh is smaller than nh, a new step procedure is started by recording the post-step information of the previous step as initial information of the new one, proceeding with the verifications and implementations for this new step. It is important to note that all secondary particles generated, as product of an interaction, will be transported following the same procedure starting in Record Pré-Step with the exception that VARnh will not be incremented and these particles will be followed until they die or leave the world.

To illustrate the selection of random number, let’s create a hypothesis of a 40 keV photon interacting with a liquid water medium. In this case, the total attenuation cross section is 0.2683 cm2/g, being composed by coherent scattering (0.02874 cm2/g), incoherent scattering (0.1827 cm2/g), and photoelectric effect (0.05680 cm2/g).3 Figure 2 shows the simplified scheme that defines the process of interaction.

Figure 2.

Scheme of the random generator logic to define a probability of interaction of a 40 keV photon into liquid water medium.

Considering the information in Figure 2, one may see that among the three possible processes of interaction a probability of approximately 10.71% for coherent scattering, 68.11% for incoherent scattering, and 21.18% for photoelectric effect. Then, the normalization of the probabilities for each process between 0 and 1 is performed, considering the total attenuation cross section as the normalizing factor, and these normalized probabilities are organized in a sequence of real values. The possible number of values between 0 and 1 depends on the variable type defined in the MCCT implementation for the random generator number. On the presented example, the random numbers in the intervals [0; 0.10714) identify coherent scattering [0.10714; 0.78824), incoherent scattering, and [0.78824; 1) photoelectric effect. It is important to note that the probability of occurrence is proportional to the quantity of random numbers in the sequence of values. In the case exemplified in Figure 2, the number 0.0053721 is in the range [0; 0.10714) and defines the photon transport by coherent effect. If the random number were 0.78824, the photoelectric effect would be simulated since this value is in the range [0.78824; 1).

During the simulation several processes may need to have a random number generated such as process of interaction (used in the above example), momentum direction of the particle, secondary particle momentum and kinetic energy, atomic effect (if considered in the simulation), probability of Auger effect, and momentum direction of the Auger electron or auto-absorption of the Auger electron, among others. After the random definition of some of the abovementioned characteristics, deterministic equations are applied to keep the Principle of Energy and Momentum Conservation. Regarding the core of MCCT, it is important to know, as an AD, the main validity and limitations of the random number generator and the cross-sectional libraries.

The random number generator may be classified as pseudorandom number generator (PRNG) or true random number generator (TRNG) [13]. The so-called PRNG uses a deterministic process to generate a series of outputs from an initial seed state which means that for the same input “seed” one may have the same output number [13, 14, 15]. As an example one may cite the <cstdlib> head of C++ rand() function. In this case, usually the random number generated is an integer, and to know the range of possible numbers, it helps the AD to understand the limitations of the number of histories that can be run without compromising the randomicity of the simulation [13, 14], the so-called period of random number generator [16]. Table 1 presents the different range of values generated among the possible integer variables according to [14].

TypeStorage sizeValues range
Short2 bytes−32,768 to 32,767
Int2 bytes or 4 bytes−32,768 to 32,767 or −2,147,483,648 to 2,147,483,647
Long4 bytes−2,147,483,648 to 2,147,483,647
Unsigned short2 bytes0 to 65,535
Unsigned integer2 bytes or 4 bytes0 to 65,535 or 0 to 4,294,967,295
Unsigned long4 bytes0 to 4,294,967,295

Table 1.

Type of integers, storage size, and range of possible values in C++ programming language.

Based on the value range presented in Table 1, one may see that different possible variable definitions of the random generator can affect the resolution of the simulation, which means that there is a limit of histories with a proper random behavior for a PRNG. The PRNG is used in several applications [15], and one advantage of using it on MCCT is the capability of reproducing the same sequence of pseudorandom numbers [14] that can be used to validate an application and/or to validate and test different installations of a MCCT under different environments (evaluating the accuracy and precision of the simulation in different conditions) [16].

The TRNG uses a non-deterministic source to produce randomness [13], and its advantage is that TRNG is unpredictable, unbiased, and independent [16]. The disadvantage on developing TRNG is that it is implemented in hardware, which limits the flexibility of this random number generator and since additional verification of randomness is required with every change of environment [16]. Because of the hardware implementation of TRNG, computers without a hardware random number generator will require a peripheral that will generate a TRNG seed to be used as incoming data for PRNG [16].

Sometimes, an association of random number generators (PRNG-PRNG and PRNG-TRNG) is implemented to increase the period of a random generator, but the randomness of the number generated must be tested and verified. Special care must to be taken attention on running MCCT in computational grids or clusters to ensure that every processor will have an independent random seed to start the process. If this requirement is not kept, inconsistencies in the results may happen turning them unrealistic and carrying with them statistical tendencies that do not represent the expected probabilities. Therefore, to guarantee the reliability of results of a MCCT, the AD must understand the random number generator and its period and limitations.

Considering the reliability of the MCCT in the example described above, when it is applied to low-energy radiation transport, the probabilities (e.g., cross-sectional libraries—total and differential—for photons), the distribution functions, and the transport models for particles, such as electrons, are indispensable. As a general rule, it is important to know the processes simulated and if there are one or more models to be evoked. To validate these characteristics, the MCCT requires a microscopic validation4 that in turn requires experimental data of the cross sections or distribution functions for different material and energy range. The microscopic validation is hard work to be performed by an AD; however, one may find the validation of the data libraries in the literature and/or online libraries [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27] and on independent validations published for specific MC codes [21, 28, 29, 30].

2.1 General versus specific Monte Carlo toolkit for radiation transport

The MCCT may be classified according to its applicability as general purpose (GP) [31, 32, 33] or specific purpose (SP) [33, 34, 35]. It is important to understand that this classification refers to the possibility of using MCCT in different applications and not the kind of solution generated by the MCCT. All MCCTs present a general solution to the study case, when applied to the same particle types, degrees of freedom, and simulated quantities, taking into account the limitations of the implemented code and libraries.

Some MCCTs are developed considering the simulation of a wide range of particles and/or quantities. Usually these MCCTs simulate detailedly the radiation transport of primary and secondary particles using minimal approximations as possible. These MCCTs are called general purpose Monte Carlo toolkit (GPMCT), and they may be applied to solve a wide range of radiation transport problems: large energy range, different particle types, different geometries, and a large range of simulated processes. As examples, one may cite Geant4, MCNP, or FLUKA.

The geometry and tracking (Geant4) [36, 37, 38] is a MCCT that has a complete range of functionalities including tracking, geometry, physics models, and hits [36]. It was developed based on object-oriented technology and implemented in C++ programming language. The physics processes available cover a comprehensive range, including electromagnetic, hadronic, and optical ones with a large set of materials, chemical elements, and long-lived particles, over a wide energy range starting from 250 or 990 eV and extending to a few TeV. The extended package Geant4-DNA adds processes for the modeling of induced biological damage by ionizing radiation at DNA scale, which transports all particles using a discrete model [39, 40, 41, 42] extending the possibility of transport particles down to a few eV (the range is different to each particle and process). On Geant4, the AD may access a large cross-sectional library database, making possible to choose different radiation processes and, to each process, to select different transport models. On Geant4, the AD may implement different variance reduction methods and set different parameters to transport primary and secondary particles [43] among the more than 35 particles5 allowed [43]. AD may use Geant4 classes to create collections of interactions, named hits (G4VHit or G4THitsCollection), and/or evoke sensitive detector counters (G4MultiFunctionalDetector or G4VPrimitiveScorer) and/or implement his/her own personal class (a new sensitive detector or hit file) [44].

The Monte Carlo N-particle (MCNP6) [45, 46, 47, 48, 49] MCCT includes a powerful general source, a criticality source, and a surface source. In addition to that, this MCCT includes both geometry and output counter (named tally) plotters. MCNP is implemented on GNU Fortran and C/C++ compilers [49] being a continuous-energy, generalized-geometry, time-dependent, MC radiation-transport code designed to track many particle types over broad ranges of energies. This MCCT may simulate neutron, photon, electron, or coupled neutron/photon/electron transport and heavy ions [49]. It simulates different energy ranges for different particles: neutron energy range from 10−11 to 20 MeV for most of isotopes and up to 150 MeV for some others, photon energy range from 1 keV up to 100 GeV, and electron energy range from 1 keV to 1 GeV [50]. It has a rich collection of variance reduction techniques with an extensive collection of cross-sectional data. In addition, MCNP contains numerous tallies: surface current and flux, volume flux (track length), point or ring detectors, particle heating, fission heating, pulse height tally for energy or charge deposition, mesh tallies, and radiography tallies [46, 49]. This MCCT makes it possible to change transport parameters by command lines [46, 50].

The Fluktuierende Kaskade (FLUKA) [51, 52, 53] MCCT was implemented and presents a number of ADs interface routines in Fortran 77. It simulates accurately the interaction and propagation of radiation in matter of about 60 different particles,6 including photons and electrons from 100 eV or 1 keV to thousands of TeV, neutrinos, muons of any energy, hadrons of energies up to 20 TeV and all the corresponding antiparticles, neutrons down to thermal energies, and heavy ions. Efficiency on radiation transport has been achieved using a frequent access table look-up sampling, and accuracy is maximized by systematic use of double precision variables. It is provided with a large number of available options for an AD and has been completely restructured introducing dynamical dimensioning. It has the double capability to be used in a biased mode as well as a fully analogue code which means that while it can be used to predict fluctuations, signal coincidences, and other correlated events, a wide choice of statistical techniques is also available to investigate punch through or other rare events in connection with attenuations by many orders of magnitude [52]. FLUKA can generate several output cards: a main (standard) output file, two scratch files, a file with the last random number seeds, an error messages file (if any), and any number (including zero) of estimator output files. Generally, the AD may choose between formatted and unformatted output and may generate a personalized routine for additional outputs [53].

However, some MCCTs are developed to solve problems considering specific particles or specific geometrical conditions or specific simulated quantities. These MCCTs are called specific purpose Monte Carlo toolkit (SPMCT) and are usually optimized to use several approximations and variance reduction techniques. They are developed considering restrictions on applications, and very specific quantities are simulated. In general, the SPMCTs are faster than the GPMCTs to solve the same problem. As examples, one may cite XRMC, ITS TIGER series, PENELOPE, EGS, and ETRAN.

The X-Ray Monte Carlo (XRMC) [54] simulates accurately X-ray imaging and spectroscopy experiments of heterogeneous samples. This MCCT is implemented in C++ and is capable of simulating, in detail, complex experiments on generic samples using different variance reduction techniques by default. It was developed initially to simulate X-ray fluorescence and photon imaging. XRMC simulates the transport of photons only and makes it possible to simulate the following quantities: total fluence and fluence with energy binding and total energy fluence and energy fluence with energy binning. As output, it may generate a raw file with the transmission image [55], and if energy binning is evoked, the AD may define the bin size. On transport possibilities, the AD may define maximum scattering order number, maximum scattering order as transmission, first-order scattering or fluorescence emission, and second-order scattering or fluorescence emission or higher order. It also has the flexibility of activating or inactivating fluorescence [54, 55] process. The cross-sectional library evoked by XRMC is the xraylib [56], a library for X-ray matter interactions generally used for XRF applications.

The integrated tiger series (ITS) [57, 58, 59], version 6, allows solutions of linear time-independent coupled electron/photon radiation transport problems. This MCCT employs accurate cross sections, sampling distributions, and physical models to describe the production and transport of the electron/photon cascade from 1.0 keV to 1.0 GeV [58, 59]. The ITS, version 6, was converted to Fortran 90 [59] with C++ links to CAD software. The availability of the source code allows the AD to tailor this MCCT to specific applications and to extend its capabilities to more complex applications. Overlaps in CAD geometry may be evaluated and reported in an output file [58]. The AD may set different parameters by command line like to define the cross section for different data sets, to deactivate the coherent photon scattering, to include (or not) binding effects in incoherent photon scattering, and/or to apply (or not) energy-loss straggling to electrons [59]. The AD may set different output information such as the energy and charge deposited in every subzone, the detailed energy and charge deposited in every subzone, and the geometry-dependent input settings [58]. ITS’ cross-sectional [58] suite of codes includes a multigroup version along with the multigroup cross-sectional generator CEPXS and a continuous-energy (XGEN) cross sections [58, 59]. In ITS, photons below 1 keV are locally absorbed, an alternative algorithm to electron transport was implemented named Generalized Boltzmann Fokker-Planck (GBFP), and the full transport capability for photons and electrons using the Livermore database is under development [58].

The penetration and energy loss of positrons and electron (PENELOPE) [60], version 2014, MCCT simulates the coupled electron-photon transport as well as photons, electrons, and positrons. The PENELOPE simulation algorithm is based on a scattering model combining numerical databases with analytical cross-sectional models for the different interaction mechanisms being applicable to energies from few hundred eV up to approximately 1 GeV. Photon transport is simulated by means of the standard, detailed simulation method. Electron and positron transports are simulated based on a mixed procedure, which combines a detailed simulation with a condensed one [60, 61, 62, 63]. The implementation of the cross-sectional libraries considers EPDL7 total cross sections for photoelectric absorption and Rayleigh scattering, XCOM8 cross sections for pair production, and SUMGA9 function for total atomic cross sections and Compton scattering. PENELOPE can simulate the emission of characteristic X-rays and Auger electrons resulting from vacancies produced in K, L, M, and N shells by photoelectric absorption, Compton scattering, triplet production, and electron/positron impact. In PENELOPE 2014, the elastic collisions of electrons and positrons are simulated, using numerical partial-wave cross sections for free neutral atoms by elastic scattering of electrons and positrons by atoms (ELSEPA) program that is a database distributed by ICRU Report 77 (2007) [60]. The output may be defined using Fortran subroutines, where the AD may get different quantities such as number of materials that were loaded, mass density of specific materials, characteristics of the slowing down for charged particles, energy of the particle at the beginning of the track segment, effective stopping power of soft energy-loss interactions, and energy lost along the step, among others [61].

The electron gamma shower (EGS) MCCT may be found on different main versions, EGS5 and EGSnrc. Both versions of EGS are implemented in Mortran3 language, which is a preprocessor for Fortran [64, 65]. The origins of EGS MCCT are documented in NRC-PIRS-0436 report [66]. The EGS5 simulates the coupled transport of electrons and photons in an arbitrary geometry for particles with energies from a few keV up to a several hundred GeV [64] depending on the atomic numbers of the target materials. The EGSnrc10 (Electron Gamma Shower from National Research Council) is an extended and improved version of the EGS MCCT, having specific modeling implementations to electron and photon transport through matter. It includes the BEAMnrc software component that models beams traveling through consecutive material components, ranging from a simple slab to the full treatment head of a radiotherapy linear particle accelerator (linac). EGSnrc is particularly well-suited for medical physics applications (research and devices development) being used for medical radiation detection, medical image based on x-radiation, and dosimetry for a specific volume. However, due to the flexibility of this MCCT, the AD may use it for different applications such as in industrial linac beams, X-ray emitters, radiation shielding, and more. The EGSnrc simulates the radiation transport in homogeneous materials for photons, electrons, and positrons with energies between 1 keV and 10 GeV. It incorporates significant refinements in charged particle transport and better low energy cross sections and makes it possible to define elaborated geometries and particle sources [65].

The electron transport (ETRAN) MCCT transports electrons and photons through extended media being developed by the National Bureau of Standards. This MCCT has various versions representing mainly refinements, embellishments, and different geometrical treatments that share the same basic simulation algorithm based on random sampling the path of electrons and photons as they travel through matter. The algorithms and computational tools written at other laboratories, such as Sandia’s older SANDYL code and their more current series of the TIGER, CYLTRAN, and ACCEPT codes, together have been called ETRAN model too.

When an AD chooses a MCCT, it is important to consider:

  1. The characteristics of the application: type of primary and secondary particles and their energy range, quantities to be simulated, geometry and material composition of the simulated universe;

  2. The capabilities of the MC code: if the code can handle properly the transport of primary and (if necessary) secondary particles in the energy range of interest, if it is possible to simulate the necessary quantities, and if it can handle the transport simulation in all material compositions expected and how it simulates the geometry of interest;

  3. The limitations of the MC code: transport processes and models simulated in the energy range of interest (search for microscopic validation of the cross-sectional libraries published) and how accurate the MCCT is on simulating the dosimetric quantities and the particle fluxes (search for macroscopic validation published), being recommended that the AD proceeds his/her own macroscopic validation;

  4. The computational performance: verifying the running time to get an acceptable statistical fluctuation in the results for the cases of interest and, in some cases, checking the RAM memory used to build the virtual universe and the memory used to save the output files;

Considering those minimal guidelines on choosing a MCCT, there is a good chance for the AD to not have unresolvable problems during the development of an application. Now, if you, as an AD, still have questions about the proper MCCT to choose, keep in mind the best one is the MCCT able to solve your “problem” (accuracy of the results) with an adequate statistical fluctuation (precision of the results). In addition to that, an AD at least should be able to install and to use the MCCT interface, being aware of the common limitation of it. All these characteristics may be found, usually, in the manual (user manual and physics process manual).

Advertisement

3. Verification, validation, comparison, and reliability of Monte Carlo toolkits

To guarantee that one application is realistic, it is important to test it (computational code) in different ways. There are several known ways to test a computational code and its parts; however, in this section, the focus is to present the concepts applied on developed applications for MCCTs such as verification, validation, comparison, and reliability.

When one is working in an application for MCCT, it is important to understand the concepts that may guarantee its internal consistency and accuracy. The IEEE 1012–2016 gives a general description of software verification and validation, and the IEEE 24765–2017 gives a detailed description of these concepts defining these terms. Verification is defined as a “confirmation by examination and provisions of objective evidence that specified requirements have been fulfilled” (IEEE 1012–2016), and lately this concept was detailed as “the process of evaluating a system or component to determine whether the products of a given development phase satisfy the conditions imposed at the start of that phase” (IEEE 24765–2017). Validation is defined as a “confirmation by examination and provisions of objective evidence that the particular requirements for a specific intended use are fulfilled” (IEEE 1012–2016), and lately this concept was detailed as “the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies specified requirements” (IEEE 24765–2017). So, one may say that a validation was performed when this one answers affirmatively the question: “Are we building the right product?” In the other hand, one may affirm that one is doing a verification by answering the question: “Are we building the product right?” [67].

According to [68], “Validation involves the system and acceptance testing during the test phase, whereas verification involves reviews and audits, software unit testing, and other techniques to evaluate intermediate work products such as the software requirements specification, software design description, and individual modules during earlier project phases.” In MC, the AD does the verification of the application developed to guarantee that this application is reproducing the system (or geometry) and general conditions as close as possible to the reality, and the AD does the validation to guarantee that the MC application (considering the geometry material, particles if interaction and energy range of the particles) gives realistic results when compared statistically to experimental data, when a consistent amount of quantitative experimental data is available. In this context, it is fundamental to understand the setup and the experimental limitations of the instruments and measurements used in the experiments to take it into account on the data analyses to explain observed differences and similarities on the results.

When experimental data is not available, it is possible to use other MCCT or deterministic models to compare to the MC application results. In this way, one is performing a comparison between models and not a validation. This comparison must be based on quantitative statistical tests. In this case, to know and understand the main conceptions involved in the models and databases used, including its limitations and previous validations, it is fundamental to explain the observed differences and similarities on the results.

A reliability evaluation is recommendable when there are neither experimental data on specific trustable models nor amount of data to perform a validation or a comparison. The IEEE 982.1–2005 provides information used as indicators of reliability defining software reliability as “the probability that software does not cause the failure of a system for a specified time under specified conditions.” In this context, the software reliability represents an effective measurement of the more general concept of software quality, using derived quantities and experimental models that are partially consistent to the application of interest. It is important to know the systematic errors and map all differences on the contour limitations of the application and the theory involved in this comparison.

It is possible to combine validation results, comparison between models, and software reliability to evaluate an application. Additional information about statistical tests and specific recommendations for software verification, validation, reliability, and comparison may be found in international documents. Thus, it is important to study the international standard regulations/recommendations when one wants to validate any software, including the MCCTs themselves and applications developed using them. The standard lists of active documents from IEEE, International Electrotechnical Commission (IEC), and International Organization for Standardization (ISO) may be searched online.11 Additional detailed information about this subject may be studied at:

  • IEEE 730–2014—IEEE Standard for Software Quality Assurance Processes

  • IEEE 982.1–2005—IEEE Standard Dictionary of Measures of the Software Aspects of Dependability

  • IEEE 1012–2016—IEEE Standard for System, Software, and Hardware Verification and Validation (corrigendum 1012–2016/Cor 1–2017)

  • IEEE 1016–2009—IEEE Standard for Information Technology-Systems Design—Software Design Descriptions

  • IEEE 12207–2017—ISO/IEC/IEEE International Standard—Systems and software engineering—Software life cycle processes

  • IEEE 14764–2006—ISO/IEC/IEEE International Standard for Software Engineering—Software Life Cycle Processes—Maintenance

  • IEEE 15026–1—Revision-2019—ISO/IEC/IEEE Approved Draft International Standard—Systems and Software Engineering—Systems and Software Assurance—Part 1: Concepts and Vocabulary

  • IEEE 15026–2-2011—IEEE Standard—Adoption of ISO/IEC 15026–2:2011 Systems and Software Engineering—Systems and Software Assurance—Part 2: Assurance Case

  • IEEE 15026–3-2013—IEEE Standard Adoption of ISO/IEC 15026–3—Systems and Software Engineering—Systems and Software Assurance—Part 3: System Integrity Levels

  • IEEE 15026–4-2013—IEEE Standard Adoption of ISO/IEC 15026–4—Systems and Software Engineering—Systems and Software Assurance—Part 4: Assurance in the Life Cycle

  • IEEE 24765–2017—ISO/IEC/IEEE International Standard—Systems and software engineering—Vocabulary

  • IEEE 29119–1-2013—ISO/IEC/IEEE International Standard—Software and systems engineering—Software testing—Part 1: Concepts and definitions

  • IEEE 29119–2-2013—ISO/IEC/IEEE International Standard—Software and systems engineering—Software testing—Part 2: Test processes

  • IEEE 29119–3-2013—ISO/IEC/IEEE International Standard—Software and systems engineering—Software testing—Part 3: Test documentation

  • IEEE 29119–4-2015—ISO/IEC/IEEE International Standard—Software and systems engineering—Software testing—Part 4: Test techniques

  • IEEE 29119–5-2016—ISO/IEC/IEEE International Standard—Software and systems engineering—Software testing—Part 5: Keyword-Driven Testing

  • IEC 61508–0 (2005–2101)—Functional safety of electrical/electronic/ programmable electronic safety-related systems—Part 0: Functional safety

  • IEC 61508–1 (2010–2104)—Functional safety of electrical/electronic/ programmable electronic safety-related systems—Part 1: General requirements

  • IEC 61508–2 (2010–2104)—Functional safety of electrical/electronic/ programmable electronic safety-related systems—Part 2: Requirements for electrical/electronic/programmable electronic safety-related systems

  • IEC 61508–3 (2010–2104)—Functional safety of electrical/electronic/ programmable electronic safety-related systems—Part 3: Software requirements

  • IEC 61508–4 (2010–2104)—Functional safety of electrical/electronic/ programmable electronic safety-related systems—Part 4: Definitions and abbreviations

  • IEC 61508–5 (2010–2104)—Functional safety of electrical/electronic/programmable electronic safety-related systems—Part 5: Examples of methods for the determination of safety integrity levels

  • IEC 61508–6 (2010–2104)—Functional safety of electrical/electronic/programmable electronic safety-related systems—Part 6: Guidelines on the application of IEC 61508–2 and IEC 61508–3

  • IEC 61508–7 (2010–2104)—Functional safety of electrical/electronic/programmable electronic safety-related systems—Part 7: Overview of techniques and measures

  • IEC 61511–1 (2003–2101)—Functional safety—Safety instrumented systems for the process industry sector—Part 1: Framework, definitions, system, hardware and software requirements

  • IEC 61511–2 (2003–2007)—Functional safety—Safety instrumented systems for the process industry sector—Part 2: Guidelines for the application of IEC 61511–1

  • IEC 61511–3 (2003–2003)—Functional safety—Safety instrumented systems for the process industry sector—Part 3: Guidance for the determination of the required safety integrity levels

  • ISO/IEC 25010:2011—Systems and software engineering—Systems and software Quality Requirements and Evaluation (SQuaRE)—System and software quality models

There are two ISO documents under development at the moment: the ISO/DTR 11462–3 Guidelines for implementation of statistical process control (SPC)—Part 3: Reference data sets for SPC software validation and ISO/NP TR 11462–4 Guidelines for implementation of statistical process control (SPC)—Part 4: Reference data sets for measurement process analysis software validation.

3.1 Example of application for macroscopic validation, comparison, and reliability for XRMC and Geant4

On this section a comparison between XRMC version 6.5.0-2 (henceforth called XRMC) [54, 55] and Geant4 version 10.02.p02 (henceforth called Geant4) [36, 37, 38] is presented, as well as the validation of both MCCTs using experimental data collected on three different mammographs. For validation the following measurements were performed: exposure (X), kerma, half-value layer (HVL), inverse square law (ISL), and backscattering (BS). Limitations, advantages, and disadvantages of using a general and specific MCCT will be commented too. Absolute and normalized quantities were selected because it is important to know the correction factor for total number of photons generated per mAs per total irradiated area for each equipment (this number is characteristic of each X-ray tube and will change with the time), and the combination of these quantities helps to define the best approximation for this correction factor in the simulation to get results closer to the clinical reality.

It is important to inform that each setup had the data collected with calibrated equipment (electrometers and ionizing chambers) available at their institutions and performed by the same person that developed the application with both MCCTs. The simulated geometries are the same used on the data collection. In the following, a brief description of the measurement equipment and simulated setup is presented:

  • Mammomat Inspiration [69, 70] (henceforth called Inspiration)—measurements were performed with electrometer and ionizing chamber TNT 12000 kit (Fluke) and Al 99% purity filters. SIMULATION: dry air-sensitive volume of 15 cm3; focal spot as point-source irradiating homogeneously on circular surface of 2.08 cm of radius; spectra for acceleration voltages 25, 30, and 35 kVp; track-additional filtration combination Mo-Mo (30 μm) and Mo-Rh (25 μm); spectra of ripple 0%; target tilt angle of 20o; and a window of 0.8 mm of beryllium (Be). The HVL calculations are based on a source-to-detector distance of 41.0 cm for different Al thickness filtration; and X data were collected and simulated to source-to-detector distances 26, 40, 50, and 60 cm.

  • Mammomat 3000 [71] (henceforth called M3000)—measurements were performed with electrometer Victoreen model 660–1 (1315REV) and ionizing chamber Victoreen model 660-4A (512REV). SIMULATION: dry air-sensitive volume of 4 cm3; focal spot as point-source irradiating homogeneously on a circular surface of 10.0 cm2; spectra of ripple 0%; target tilt angle of 22o; a Be window 0.8 mm thick; track-additional filtration combinations of Mo-Mo (30 μm), Mo-Rh (25 μm), and W-Rh (50 μm); and spectrum acceleration voltages of 24 up to 32 kVp, in steps of 2 kVp. The BS was calculated considering simulators of BR12 epoxy and polymethilmetacrilate, considering a source-to-detector distance of 60.0 cm and simulator thicknesses of 4, 5, 6, and 8 cm.

  • Lorad MIII [72] (henceforth called Lorad)—measurements were performed with electrometer Modified Keitlhy (model 602) and ionizing chamber for mammography MPT SN 442. SIMUALTION: dry air-sensitive volume of 6.0 cm3; focal spot as point-source irradiating homogeneously on a rectangular surface of (18.0 × 24.0) cm2; spectra for acceleration voltages from 26 to 34 kVp, in steps of 2 kVp; track-additional filtration combination of Mo-Mo (30 μm) and Mo-Rh (25 μm); spectra of ripple 0%; target tilt angulation of 16o; and a Be window 0.8 mm thick. The X measurements were performed with compression paddle and by minimizing the BS effects by increasing the distance between the bucky and the ionizing chamber.

It is important to evaluate all the available possibilities on the MCCT to get a realistic perspective of the configurations. Because of that, two modes to describe the transport model were evaluated on XRMC (transmission (T) and with scattering for dosimetry (D)). In Geant4, the different radiation transport physics models recommended for low energy photons and electrons (standard-option3 (std), penelope (pen), and Livermore (liv)) were also evaluated. Since measurements of the experimental spectra were not possible, different descriptions of the incident spectra modeled by two different references [73, 74] were explored. When nonexperimental spectra are used to simulate dosimetric quantities, it is necessary to take into account the validation of normalized quantities and, if possible, to use semiempirical correction factors to get accurate values for the average number of photons per mAs per total irradiated area. There are different ways on doing it, but the usual are:

  1. to use the ratio of the simulated and experimental KERMA to get a correction factor, generally using primary beam with different kVp and mAs, in the range of energy of interest, collecting the KERMA with the minimization of scattering effects or

  2. to use a normalized quantity, for example, normalized HVL, to evaluate the proximity of the behavior of the simulated and experimental curves and then use a good of fit (GoF) test on the non-normalized HVL to estimate the best correction factor to fit the amplitude of the simulated to the experimental data.

In both cases, the error estimation of the experimental data as well as the quantification of the statistical fluctuations of the MC method must be taken into account.

The XRMC does not return the absorbed energy or dose as an output information, so to make the comparison of quantities calculated in same conditions possible, the calculations are based on the incoming spectra on the surface of the sensitive volume. The Geant4 application was planned to collect the spectra on the surface of the sensitive volume, and the same calculations applied to XRMC results were used. On the other hand, for Geant4 validation, the absorbed energy in the sensitive volume was used. The statistical fluctuations were based in a sequence of 10 runs with different seeds for each evaluated case, for both MCCTs, and the average and standard deviation of the data were calculated and used on data analyses.

It is important to compare quantitatively experimental to simulated data for validation. Several statistical tests usually may be applied generally: Chi-square (χ2), Anderson-Darling, Kolmogorov-Smirnov, and Walt-Wolfowitz, among others. However, when one has data with error or statistical fluctuation associated, the χ2 must be applied since it considers this in the nonparametric evaluation between the statistical populations of interest. Another simple way to start an evaluation of the results is to generate comparative plots. Figure 3 presents the graphical comparison of MCCT validations, and Tables 2 and 3 present the χ2 p value for the validation and the comparison for all simulated conditions and normalized data.

Figure 3.

Relative difference between simulated and experimental data considering normalized data, with outliers, for different modeled spectra and all studied mammographs: Inspiration (a), M3000 (b), Lorad (c), and all equipment (d).

Transport models and spectrum identificationInspiration (HVL)M3000 (BS)Lorad (HVL)AllM3000 (Mo30Mo)M3000 (Mo25Rh)M3000 (W-25Rh)Lorad (Mo30Mo)Lorad (Mo25Rh)
XRMC_T–Barnes0.3025NA1.00000.9988NANANA1.00000.7265
XRMC_T–Catalogue0.0687NA0.58590.3125NANANA0.92580.1466
XRMC_D–BarnesNA1.0000NA1.00001.00001.00001.0000NANA
XRMC_D–CatalogueNA1.0000NA1.00001.00001.00001.0000NANA
G4std–Barnes0.24631.00000.08171.00001.00001.00001.00000.9998<0.001
G4std–Barnes–Calc0.19661.00000.07851.00001.00001.00001.00000.10490.2069
G4std–Catalogue0.14811.0000<0.0010.36361.00001.00001.0000<0.001<0.001
G4std–Catalogue–Calc0.07101.0000<0.0010.99931.00001.00001.00000.1811<0.001
G4pen–Barnes0.23971.00000.11131.00001.00001.00001.00000.9999<0.001
G4pen–Barnes–Calc0.15641.00000.75871.00001.00001.00001.00000.99970.0597
G4pen–Catalogue0.35111.0000<0.0010.38111.00001.00001.0000<0.001<0.001
G4pen–Catalogue–Calc0.23831.00000.01021.00001.00001.00001.00000.38420.0018
G4liv–Barnes0.24941.00000.97031.00001.00001.00001.00001.00000.2405
G4liv–Barnes–Calc0.37561.00000.06001.00001.00001.00001.00000.03280.3994
G4liv–Catalogue0.19101.00000.02901.00001.00001.00001.0000<0.0010.9905
G4liv–Catalogue-Calc0.03311.00000.68261.00001.00001.00001.00000.14540.9993

Table 2.

χ2 p values for the validation for both MCCTs considering normalized quantities for all studied cases.

Transport models and spectrum identificationInspiration (HVL)M3000 (BS)Lorad (HVL)AllM3000 (Mo30Mo)M3000 (Mo25Rh)M3000 (W-25Rh)Lorad (Mo30Mo)Lorad (Mo25Rh)
G4std–Barnes0.97771.00001.00001.00001.00001.00001.00001.00000.9999
G4std–Barnes–Calc0.91491.00000.96711.00001.00001.00001.00000.63340.9972
G4std–Catalogue0.21391.00001.00001.00001.00001.00001.00000.98081.0000
G4std–Catalogue–Calc0.15951.00000.99751.00001.00001.00001.00000.92000.9974
G4pen–Barnes0.86061.00001.00001.00001.00001.00001.00001.00000.9999
G4pen–Barnes–Calc0.79941.00001.00001.00001.00001.00001.00001.00000.9637
G4pen–Catalogue0.16601.00001.00001.00001.00001.00001.00001.00001.0000
G4pen–Catalogue–Calc0.15721.00001.00001.00001.00001.00001.00001.00000.9997
G4liv–Barnes0.97671.00001.00000.99981.00001.00001.00001.00001.0000
G4liv–Barnes–Calc0.68091.00001.00000.99981.00001.00001.00000.48281.0000
G4liv–Catalogue0.70141.0000<0.0010.99651.00001.00001.00001.0000<0.001
G4liv–Catalogue–Calc0.69931.00000.16631.00001.00001.00001.00001.00001.000

Table 3.

χ2 p values for the comparison between XRMC and Geant4 (references) considering normalized quantities for all studied cases.

The graphics in Figure 3 present a visual interesting result for the evaluation of the relative difference between experimental and simulated data taking experimental data as reference. It shows that different systems may be better represented by different modeled spectra. The Inspiration setup (Figure 3a) shows similar results for both modeled spectra since all relative differences for median, first and third quartiles, are between −10 and −2%. A small number of outlier data are observed in this case. The M3000 (Figure 3b) evaluation clearly presents better accuracy and precision using spectra from Barnes et al. [74], since it presents all median data closer to 0% and the lowest data dispersion among the three mammographs represented by smallest first and third quartiles (in the range of −3 and 2%). For Lorad (Figure 3c) a better accuracy of the results is visible when spectrum from Barnes et al. [74] is used specially with Geant4, because all data for these spectra presented median closer to 0% and the data for catalogued spectra [73] presented medians between −6 and −3%. However, for this mammograph, there is no difference on precision when both modeled spectra are used, being observed that the data between first and third quartiles for Barnes et al. [74] are in the range of −4 and 8% and for catalogued spectra [73] between −10 and 1%. These differences between spectra are more evident in Geant4 simulations. All mammographs presented outliers for the evaluation of the relative differences. In an evaluation of all mammographs studied, one may observe (Figure 3d) that the spectrum from [74] was generally more accurate and precise than the spectra from [73]. In the case of Geant4, the simulated absorbed energy seems to present smaller dispersion than the calculated data based on spectra at the detector entrance surface (observe the first and third quartiles in Figure 3d). Even observing this general tendency on data dispersion, it is not possible to conclude that one calculation methodology for the dosimetric quantities is better than the other, since this tendency was only observed for one of the three studied mammographs (Figure 3b).

It is important to note that these are qualitative observations valid for the database (equipment and setups) of this study or similar conditions of energy range and irradiation geometry. To have a quantitative evaluation, one needs to evaluate the statistical significance of the results. Table 2 presents the χ2 p value summary to all evaluated cases considering a significance level of 0.05.

The null hypothesis12 is rejected if p value is smaller than the significance level (values highlighted in gray in Table 2). When the null hypothesis is rejected, in this test, one may assume that the compared samples are not from the same population (or are not equal). In Table 2, one may see that, in a general evaluation of HVL, the data collected in Inspiration rejects the null hypothesis for Geant4, evoking liv physics list and spectra from Catalogue [73] for data calculated based on the spectrum that reaches the detector surface. The M3000 is not presenting any null hypothesis rejection. Lorad presents three cases of null hypothesis rejection for HVL values all calculated with Geant4 and the spectra from Catalogue [73]: std physics list considering both calculation methods used (based on spectra and simulated absorbed energy) and pen physics list for simulated absorbed energy. The data for Inspiration and Lorad were collected for different target track-additional filtration combination, so it makes it possible to evaluate the results considering this specific setup characteristic. For Lorad it was possible to observe the null hypothesis rejection for different setups simulated taking into account both target track-additional filtration combination. Comparing the MCCTs, the XRMC presented better agreement to the experimental dataset. In Geant4, the liv physics list presented the lowest, and the std physics list presented the largest number of null hypotheses rejection among the three evaluated Geant4 physics lists. The contingency table with χ2 statistical test was used to evaluate the independence among the possible transport models evoked by each MCCT and the best modeled spectra. A χ2 p value of 0.49136 for the comparison among the different transport models (XRMC, Geant4-std, Geant4-pen, Geant4-liv) and a χ2 p value of 0.10068 for both modeled spectra were calculated. Both comparisons presented p values above the significance level, showing that not the transport models nor both modeled spectra simulated are not statistically different when normalized data is used (which means comparing the data independently of the total number of photons emitted per mAs for the irradiation area).

Table 3 presents the χ2 p value summary comparing the results of XRMC to Geant4 for all evaluated cases considering a significance level of 0.05. Most of the cases evaluated (Table 3) present χ2 p values larger than the significance level not rejecting the null hypothesis. It shows that the simulated data for both MCCTs are not statistically different. The exception was Lorad HVL for Geant4 liv Catalogue for absorbed energy calculation due to the track target-additional filtration combination Mo25Rh. This difference did not affect the evaluation considering all cases for each transport model. In a complete evaluation of the simulated data produced by XRMC, the results are statistically compatible (in agreement) to the ones simulated by Geant4 when normalized data are taken into account.

The evaluation same as before was performed with the absolute measurements, first applying the theoretical correction factor, and then the semiempirical correction factor was applied to estimate the number of photons emitted per mAs per total irradiated area. Figure 4 presents the qualitative evaluation for all studied cases and absolute values considering the theoretical correction factor.

Figure 4.

Relative difference between simulated and experimental data considering absolute data, with theoretical correction and showing outliers, for the different modeled spectra and all studied mammographs: Inspiration (a), M3000 (b), Lorad (c), and all equipment (d).

As expected, the relative differences increase when absolute values are compared. This was expected since under this condition the results are dependent of the number of photons emitted per mAs per total irradiated area, considering each setup configuration (peak tension, track target-add filtration combination, and stability of the electrical network associate to the wave rectification of the tube generator). All mammographs presented outlier data, and, in a general observation, one may see that Inspiration setup (Figure 4a) presented again a systematic behavior with median values between 0 and 30% and first and third quartiles between −10 and 80%. In this case, the simulated data overestimated the experimental data. Compared to the results presented in Figure 3a, it suggests that the simulated normalization factor is larger than the experimental one, causing this systematic behavior for normalized HVL to present simulated values that are always smaller than experimental ones. M3000 (Figure 4b) presents few cases with outliers (Geant4 pen transport model and Barnes et al. spectra [74] and XRMC on T mode with Catalogue [73]). As was observed on normalized data (Figure 3b), it presents the best results with median closer to 0% and the first and third quartiles −10 and 35% for all mammographs and different setups evaluated. Lorad (Figure 4c) presents absolute values generally smaller than the experimental data with the median between −14 and 0% and first and third quartiles between −21 and 5% for all evaluated cases. In a general observation of absolute values (Figure 4d), both spectra presented median differences closer to 0%, probably a compensation for the positive systematic tendency presented by Inspiration and the negative systematic tendency presented by Lorad. It shows the importance of evaluating the whole and parts of the database, grouped by characteristics that may influence the simulation, to have better understanding of the curve behaviors and systematic tendencies of the simulated results.

To better evaluate the significance of the findings in Figure 4, it is important to apply a statistical evaluation. Tables 4 and 5 are presenting χ2 p values for the validation and the comparison of both MCCTs considering absolute quantities and all mammographs evaluated, applying the theoretical corrections.

Transport models and spectrum identificationInspiration (HVL Mo30Mo)Inspiration (HVL Mo25Rh)M3000 (Mo25Rh)M3000 (W-50Rh)
XRMC_T–Barnes<0.0010.1035<0.001<0.001
XRMC_T–Catalogue<0.001<0.001<0.0010,0453
XRMC_S–BarnesNANA<0.001<0.001
XRMC_S–CatalogueNANA0.00280.8740
G4std–Barnes0.1174<0.001<0.001<0.001
G4std–Barnes–Calc0.1250<0.001<0.001<0.001
G4std–Catalogue<0.0010.9867<0.001<0.001
G4std–Catalogue–Calc<0.001<0.001<0.001<0.001
G4pen–Barnes0.5026<0.001<0.001<0.001
G4pen–Barnes–Calc0.7886<0.001<0.001<0.001
G4pen–Catalogue<0.0010.9854<0.001<0.001
G4pen–Catalogue–Calc<0.001<0.001<0.001<0.001
G4liv–Barnes0.1907<0.001<0.001<0.001
G4liv–Barnes–Calc0.0224<0.001<0.001<0.001
G4liv–Catalogue<0.0010.9869<0.001<0.001
G4liv–Catalogue–Calc<0.001<0.001<0.001<0.001

Table 4.

χ2 p values for the validation for both MCCTs considering absolute quantities for all studied cases, applying the theoretical correction factors to define the number of photons emitted per mAs per total irradiated area.

Transport models and spectrum identificationInspiration (HVL Mo30Mo)Inspiration (ISL Mo30Mo)Inspiration (ISL Mo25Rh)M3000 (Mo30Mo)Lorad (Mo-XMo)Lorad (Mo-XRh)
G4std–Barnes0.98410.847320.99991.0000.89530.05693
G4std–Barnes–Calc0.08940.068210.35860.54810.02490.0586
G4std–Catalogue0.06760.02690.96850.09570.69540.0568
G4std–Catalogue–Calc0.058320.03840.84370.78650.78640.6785
G4pen–Barnes0.82840.01450.07250.86790.09780.6604
G4pen–Barnes–Calc0.69830.94210.87960.56470.04130.0211
G4pen–Catalogue0.67530.02610.22460.35400.79530.7894
G4pen–Catalogue–Calc0.94850.84750.10000.00390.87960.6854
G4liv–Barnes1.00000.67350.05160.78650.99991.0000
G4liv–Barnes–Calc0.07680.12760.68750.56940.95741.0000
G4liv–Catalogue0.01070.05540.15340.78650.78650.3451
G4liv–Catalogue–Calc0.05440.08950.56740.63520.47310.8966

Table 5.

χ2 p values for the comparison between XRMC and Geant4 (references) considering absolute quantities for all studied cases, applying the theoretical correction factors to define the number of photons emitted per mAs per total irradiated area.

Table 4 is presenting the validation for the mammographs that had at least one p value larger than 0.001. For this reason, the Inspiration (HVL), Inspiration (HVL W50Rh), Inspiration (ISL), Inspiration, (ISL Mo30Mo), Inspiration (ISL Mo25Rh), Inspiration (ISL W50Rh), M3000, M3000 (Mo30Mo), Lorad (Mo-XMo), Lorad (Mo-XRh), and Lorad are not presented.

Table 5 is presenting the χ2 p values for the comparison of both MCCTs considering absolute quantities and all options evaluated, applying theoretical correction factor. It only presented the mammographs that had p values larger than 0.001. For this reason, Inspiration (HVL), Inspiration (HVL Mo25Rh), Inspiration (HVL W50Rh, Inspiration (ISL), Inspiration (ISL W50Rh), Inspiration, M3000 (Mo25Rh), M3000 (W50Rh), M3000, and Lorad are not presented.

The χ2 test evaluation presented in Table 5 for absolute values shows a similar result to the ones presented in Table 3 but with a larger number of cases rejecting the null hypothesis and presenting lower p values for each of the studied cases which was expected due to the dependency of the number of photons per mAs for the total area estimated. Only Inspiration ISL Mo25Rh did not present null hypothesis rejection among all evaluated cases. The increase on null hypothesis rejection, comparing XRMC to Geant4, is related to the small statistical fluctuation presented by the MCCTs (between 0.2 and 1.5%) when compared to experimental data.

Based on the p values presented in Table 4, one could conclude that both MCCTs are not valid for this kind of simulation. However, the p values presented for normalized data (Tables 2 and 3) show that the tendencies of the normalized quantities for the simulated data using both MCCTs can be considered statistically non-different to the experimental data. Besides that, the absolute data comparison between both MCCTs (Table 4) presented no null hypothesis rejection. In this case, it is important to verify if the total number of photons defined by the theoretical correction factor applied to the spectra produced a systematic tendency on the expected curves. It is important as well to note that the evaluation is consistent when the normalized data shows no significant difference in the validation process. The curves used in this study to estimate the semiempirical correction factor were:

  • HVL—the curve of KERMA as function of the additional Al filtration thickness for the same acceleration voltage

  • ISL—the tendency of the KERMA as function of the distance between focal spot and detector surface for the same acceleration voltage

  • BS—the tendency of the KERMA as function of the thickness of the scatterer considering the scatterer (or considering the backscattered radiation) and the tendency of the KERMA as function of the thickness of the scatterer without considering the scatterer (or not considering the backscattered radiation)

All cases used to generate the semiempirical correction factor considered the best GoF test results for the amplitude when applied to the simulated data for one acceleration voltage and track target-additional filtration combination for a specific mammograph. The best value for the amplitude in each case was used as semiempirical correction factor to be applied as a multiplication factor on the theoretical correction factor for the total number of photons per mAs per total irradiated area.

Tables 6 and 7 are presenting the χ2 p values for the validation of both MCCTs considering absolute quantities and all cases evaluated, applying the semiempirical correction factors to define the number of photons emitted per mAs per total irradiated area.

Transport models and spectrum identificationInspiration (HVL)Inspiration (ISL)M3000 (BS)Lorad (HVL)AllM3000 (Mo30Mo)M3000 (Mo25Rh)M3000 (W-25Rh)Lorad (Mo30Mo)Lorad (Mo25Rh)
XRMC_T–Barnes0.25020.0754NA1.00000.9889NANANA1.00000.7265
XRMC_T–Catalogue0.06030.0564NA0.58590.2123NANANA0.827340.1466
XRMC_S–BarnesNANA1.0000NA1.00001.00000.80091.0000NANA
XRMC_S–CatalogueNANA1.0000NA1.00000.99900.99901.0000NANA
G4std–Barnes0.26350.23840.99870.08170.76690.98710.99871.00000.8996<0.001
G4std–Barnes–Calc0.10060.08451.00000.07850.88760.89970.99461.00000.10730.2069
G4std–Catalogue0.1182<0.0011.0000<0.0010.36360.99990.89541.0000<0.001<0.001
G4std–Catalogue–Calc0.0653<0.0011.0000<0.0010.04571.00000.99971.00000.08190.0211
G4pen–Barnes0.13980.12940.99980.11011.00001.00001.00001.00000.99890.0521
G4pen–Barnes–Calc0.12630.56431.00000.75871.00001.00000.99821.00000.98970.0597
G4pen–Catalogue0.2151<0.0010.9988<0.0010.03810.96750.99991.00000.0467<0.001
G4pen–Catalogue–Calc0.2299<0.0010.89990.03020.05690.99991.00001.00000.37470.0138
G4liv–Barnes0.19460.11120.99790.97031.00001.00001.00001.00001.00000.1435
G4liv–Barnes–Calc0.23840.13490.99770.06901.00001.00000.97341.00000.05280.2694
G4liv–Catalogue0.7910<0.0010.03570.04900.04280.98631.00001.00000.05210.7092
G4liv–Catalogue–Calc0.0301<0.0010.80730.57620.06651.00000.97631.00000.14540.8968

Table 6.

χ2 p values for the validation for both MCCTs considering absolute quantities for all studied cases, applying the semiempirical correction factors to define the number of photons emitted per mAs per total irradiated area.

Transport models and spectrum identificationInspiration (HVL)Inspiration (ISL)M3000 (BS)Lorad (HVL)AllM3000 (Mo30Mo)M3000 (Mo25Rh)M3000 (W-25Rh)Lorad (Mo30Mo)Lorad (Mo25Rh)
G4std–Barnes0.97770.24631.00001.00001.00001.00001.00001.00001.00000.9999
G4std–Barnes–Calc0.91490.19661.00000.96711.00001.00001.00001.00000.63340.9972
G4std–Catalogue0.21390.14811.00001.00001.00001.00001.00001.00000.98081.0000
G4std–Catalogue–Calc0.15950.07101.00000.99751.00001.00001.00001.00000.92000.9974
G4pen–Barnes0.86060.24941.00001.00001.00001.00001.00001.00001.00000.9999
G4pen–Barnes–Calc0.79940.37561.00001.00001.00001.00001.00001.00001.00000.9637
G4pen–Catalogue0.16600.19101.00001.00001.00001.00001.00001.00001.00001.0000
G4pen–Catalogue–Calc0.15720.03311.00000.00020.48321.00001.00001.00001.00000.0401
G4liv–Barnes0.97670.15951.00001.00001.00001.00001.00001.00001.00000.9997
G4liv–Barnes–Calc0.68090.86061.00000.87651.00001.00001.00001.00000.48281.0000
G4liv–Catalogue0.70140.79941.00000.92120.99941.00001.00001.00001.00001.0000
G4liv–Catalogue–Calc0.69930.16601.00000.16631.00001.00001.00001.00001.00001.0000

Table 7.

χ2 p values for the comparison between XRMC and Geant4 (references) considering absolute quantities for all studied cases, applying the semiempirical correction factors to define the number of photons emitted per mAs per total irradiated area.

The application of semiempirical correction factors shows a better approximation for absolute values. When one compares the results corrected by the theoretical factors (Table 4) to the results corrected by theoretical factors associated to semiempirical factors (Table 6), the increase of cases that did not reject the null hypothesis is visible. With the exception of Geant4 std (Barnes et al. [74]), all the other cases that rejected the null hypothesis are all from Catalogue [73] which shows that for absolute values and the semiempirical methodology used to generate the correction factor; spectrum of Barnes et al. [74] was the one that presented better agreement to experimental data. In the overall evaluation for each studied case comparing each MCCT and transport model, three cases simulated using Catalogue [73] spectra presented χ2 p values below the significance level: Genat4 std and liv for Calculated absorbed energy and Geant4 pen. All the other χ2 p values are above the significance level. To conclude, the validation of absolute values for all studied cases (column “All” on Table 6), when semiempirical correction factors are applied for both MCCTs, Geant4 MCCT seems to present more sensitivity to the changes in the spectra showing significant differences (not agree) from experimental data for three simulated cases using spectra from Catalogue [73]. This can be due to the more detailed transport of primary and secondary particles. Considering Barnes et al.’s [74] spectra, there is no significant difference between experimental and simulated data considering the results for both MCCTs.

The comparison between both MCCTs after applying the semiempirical correction factor is presented in Table 7. As was expected there was an increase of the p values for the absolute value comparison of both MCCTs (Table 7) when compared to the validation of both MCCTs (Table 6). This is expected since the relative differences presented between simulated results (XRMC compared to Geant4) are smaller than the presented between each MCCT and experimental data. It is also important to note that for the comparison between both MCCTs only differences among the transport models evoked are significant. However, on a validation there may be differences associated to minimal discrepancies between experimental and simulated geometry, discrepancies among the transport models evoked (limitations of each model) and the repeatability of the X-radiation production and technical parameters of the mammograph. In the example presented in this section, the introduction of the modeled primary beam increases one variable to be considered in this context, increasing the error associated to the estimation of total number of proton emitted per mAs per total irradiated area. However, when one uses a code or model available on the X-ray equipment to estimate the dose in a radiological procedure, this person is using a modeled spectra or an estimated average spectra for the equipment and needs to pay attention to the limitations of this methodological choice.

To compare the results generated by both MCCTs directly, the χ2 Pearson, Anderson-Darling, and Kolmogorov-Smirnov tests were applied on the simulated spectra at the entrance surface of the sensitive volume. These spectra were compared, and all of the studied cases presented p values above the significance level. For χ2 Pearson test, all p values were 1.0000. The cases that presented larger differences on the validation, such as absolute values for M3000 XRMC and Geant4 based on Catalogue [73] (Tables 8 and 9), presented the lower p values in all statistical tests performed for the comparison of the MCCT.

Transport models and spectrum identificationInspirationM3000LoradAll
G4std–Barnes0.91490.65660.96711.0000
G4std–Catalogue0.15950.05210.99751.0000
G4pen–Barnes0.79940.11821.00001.0000
G4pen–Catalogue0.15720.06530.99750.4832
G4liv–Barnes0.68090.13980.87651.0000
G4liv–Catalogue0.69930.12630.16631.0000

Table 8.

Anderson-Darling p values for the comparison between XRMC and Geant4 (references) considering the spectrum at detector entrance surface for all physics lists and studied cases.

Transport models and spectrum identificationInspirationM3000LoradAll
G4std–Barnes1.00000.86711.00000.9768
G4std–Catalogue0.99990.99751.00000.9999
G4pen–Barnes1.00001.00001.00001.000
G4pen–Catalogue1.00001.00000.99991.0000
G4liv–Barnes0.99980.87651.00000.9154
G4liv–Catalogue1.00000.16631.00000.3687

Table 9.

Kolmogorov-Smirnov p values for the comparison between XRMC and Geant4 (references) considering the spectrum at detector entrance surface for all physics lists and studied cases.

Another important characteristic of MCCT to take into account is the running time. In this example, the XRMC Transmission mode reduced the running time around 2.5 times compared to Geant4 std physics list, 4 times compared to Geant4 pen physics list and 4.5 compared to Geant4 liv physics list. However, the limitations on simulating the absorbed energy and statistic fluctuations for this XRMC version make the data treatment slower than that used on Geant4 and dependent of several external tools to perform data analyses that are not needed in Geant4.

When the experimental spectra of the X-ray equipment (in this example for mammographs) are available, it is better to use the experimental ones and the correction factors associated to it. However, it is important to keep in mind that it should be the spectra generated by the X-ray tube that is being used, since each tube (even the ones with the same characteristics produced by the same manufacturer) may have a difference on efficiency conversion due to minimal differences in its manufacturing. Besides that, a periodical verification of the amplitude correction factor for the number of photons generated per mAs per total irradiated area (or solid angle) must be applied since the tube wear can affect the conversion efficiency due to the deposition of atoms of the track-target on the window surface (by sputtering effect) or by the releasing of atoms from the track-target into the volume of the tube low pressure air.

Advertisement

4. Final considerations

The objective of this chapter was to present the main concepts of validation and reliability applied to MC application development to dosimetry and imaging, presenting a minimal validation that can be performed by MCCT ADs. It is important to note, as an AD in MC, that it is always valid to have your own experimental data to validate the application in the contour limitations of your problem. If experimental data for validation or modeled data for comparison are not available; at least a reliability test should be performed to ensure the quality of the results generated by the MCCT.

On choosing a MCCT, one needs to pay attention to the characteristics of the application, the capabilities and limitations of the MCCT code, and its computational performance. Besides that, the best MCCT is the one that the AD knows how to use (installing, developing applications, and extracting useful data). To do that the AD needs to have knowledge of a programing language or, at least, to understand the logic of input data in MCCT, to understand the experiment or clinical reality to be described in the simulation, and to have the notions of the processes and models of transport significant to the study case.

Regarding the results for the example used in this chapter the evaluation presented as follows:

  • Validation—the statistical evaluation presented no null hypothesis rejection for XRMC results and presented the rejection of null hypothesis for few Geant4 cases evaluated considering normalized data. The XRMC presented the best agreement to the experimental data. Considering Geant4 the Livermore was the best physic list option. For absolute quantities calculated by applying semiempirical correction factors, all mammographs presented χ2 p value under the significance level: one value for Inspiration (HVL) and one M3000 (BS) and few for Lorad (Mo25Rh and Mo30Mo) and Inspiration (ISL). Despite these particular cases of null hypothesis rejection, the overall evaluation for each transport model considering all studied cases presented few null hypothesis rejections for Geant4 MCCT using Catalogue spectra. So, it is recommendable to use spectra from Barnes et al. that were validated using both MCCTs (XRMC and Geant4). The use of only the theoretical correction factor for absolute quantities is not encouraged to perform validation, unless the AD knows pretty well the total number of photons emitted by the tube for the irradiation condition. Normalized data may be used associated to theoretical spectra to understand behaviors and tendencies of dosimetric quantities and to explore the influence of changes in the data acquisition but not to define absolute quantities.

  • Comparison—the spectra generated at the entrance surface of the detector by both MCCTs always presented p values above the significance level of 0.05 for normalized data, showing that for this case the spectra generated by the same setup were from the same population (equal) within statistical significance. For absolute quantities calculated by applying semiempirical correction factors, one p value was under the significance level for Lorad (Mo25Rh) and one for Inspiration (ISL). Despite of these particular cases of null hypothesis rejection, the overall evaluation for each transport model considering all the evaluated cases presented no significant difference between XRMC and Geant4 which is compatible with the internal consistency of the transport models evoked.

  • Reliability—the qualitative reliability evaluation based on graphics makes possible to observe that the more consistent data occurs for the simulation of the M3000. The graphics allowed to observe the tendencies when comparing simulated data to experimental data considering overall data and specific subgroups. This visual observation shows a consistency with the statistical tables, presenting sensitivity to help on data classification for a detailed analysis.

The methods to test a MCCT application are indispensable in the good practice of computational dosimetry and imaging because they guarantee the quality of the results, helping on the evaluation of the methodology limitations and making it possible to improve the trustability of the application and its results transposing with safety the “computational world” to the “real world.”

References

  1. 1. Leclerc GL. Des Sciences: Géométrie. In: De L' Imprimerie Royale (France). Histoire de l'Académie Royale des Sciences. 1735. pp. 43–45. Available from: https://play.google.com/books/reader?id=GOAEAAAAQAAJ
  2. 2. Leclerc GL. Essai D’Arithmétique Morale. In: De L' Imprimerie Royale (France). Histoire naturelle, générale et particulière, servant de suite à la Théorie de la Terre et d'introduction à l'Histoire des Minéraux. Supplément Tome premier [septième]. 1777. pp. 46–148. Available from: https://play.google.com/books/reader?id=AjhYD1vsVAIC&hl=pt&pg=GBS.PP9
  3. 3. Siniksaran E. Throwing Buffon’s needle with Mathematica. The Mathematic Journal. 2008;11(1):71-90. Available from: https://www.mathematica-journal.com/issue/v11i1/contents/BuffonsNeedle/BuffonsNeedle.pdf
  4. 4. Birch CPD. Diagonal and orthogonal neighbors in grid-based simulations: Buffon's stick after 200 years. Ecological Modelling. 2006;192(3–4):637-644. DOI: 10.1016/j.ecolmodel.2005.07.017
  5. 5. Zachary ED, Scott VF. The Buffon–Laplace needle problem in three dimensions. JSM: The.&Exp. IOP Publishing; 2009; P0900-P09010. DOI: 10.1088/1742-5468/2009/09/p09010
  6. 6. Mooney CZ. Monte Carlo Simulation. Sage Publications; 1997. 103 p. ISBN: 0–8039–5943–5
  7. 7. Haigh T, Priestley M, Rope C. Los Alamos Bets on ENIAC: Nuclear Monte Carlo Simulations, 1947-1948. IEEE Annals of the History of Computing. 2014;36(3):42-63. DOI: 10.1109/MAHC.2014.40
  8. 8. Nicholas M, Ulam S. The Monte Carlo method. Journal of the American Statistical Association. 1949;44(247):335-341. DOI: 10.1080/01621459.1949.10483310
  9. 9. Geman S, Geman D. Stochastic relaxation, Gibbs distributions, and the Bayesian rof images. IEEE TPA&MI. 1984;(6):721-741. DOI: 10.1109/TPAMI.1984.4767596
  10. 10. Jooyoung L. New Monte Carlo algorithm: Entropic sampling. Physical Review Letters. 1993;71(2):211-214; Erratum Physical Review Letters. 1993;71:2353. DOI: 10.1103/PhysRevLett.71.211
  11. 11. Landau DP, Binder K. A Guide to Monte Carlo Simulations in Statistical Physics. 3rd ed. Cambridge University Press; 2014; 432 p. ISBN-13 978–0–511-65176-2
  12. 12. Mooney CZ. Monte Carlo Simulation. Vol. 116. Sage Publications; 1997. 103 p. ISBN: 0–8039–5943–5
  13. 13. Jun B, Kocher P. The Intel random number generator. White Paper. Vol. 27. Cryptography Research Inc. 1999. pp. 1–8. Available from: https://www.rambus.com/wp-content/uploads/2015/08/IntelRNG.pdf
  14. 14. Hubbard JR. Programação em C++. 2nd ed. Coleção Schaum. Bookman. 2003. 392 p. ISBN: 85–363–0251-8
  15. 15. Tang H, Qin T, Hui Z, Cheng P, Bai W. Design and implementation of a configurable and aperiodic pseudo random number generator in FPGA. In: 2018 IEEE 2nd ICCSS. Guangzhou, China. 2018. DOI: 10.1109/CIRSYSSIM.2018.8525964
  16. 16. Lee K, Lee SY, Seo C, Yim K. TRNG (True Random Number Generator) method using visible spectrum for secure communication on 5G network. IEEE Access 6—Special Section on Recent Advances on Radio Access and Security Methods in 5G Networks. 2018;1:12838-12847. DOI: 10.1109/ACCESS.2018.2799682
  17. 17. Hubbell JH, Viegele WJ, Briggs EA, Brown RT, Cromer DT, Howerton RJ. Atomic form factors, incoherent scattering functions, and photon scattering cross section. Journal of Physical and Chemical Reference Data. 1975;4:471-538. DOI: 10.1063/1.555523
  18. 18. Cullen D et al. EPDL97—The Evaluated Photon Data Library, Lawrence Livermore National Laboratory UCRL-50400. 1997;6(5). Available from: https://www.osti.gov/servlets/purl/295438
  19. 19. Chadwick MC et al. ENDF/B-VII.1 Nuclear data for science and technology: Cross sections, covariances, fission product yields and decay data. Nuclear Data Sheets. 2011;112(12):2887-3152. Available from: https://www.sciencedirect.com/science/article/pii/S009037521100113X
  20. 20. Cullen DE. Program SCATMAN: A code designed to calculate photon coherent scattering anomalous scattering factors and cross sections. In: Lawrence Livermore National Laboratory UCRL-ID-103422. 1989. Available from: https://www.osti.gov/biblio/5832494
  21. 21. Han MC, Han SK, Pia MG, Basaglia T, Batic M, Hoff G, et al. Validation of cross sections for Monte Carlo simulation of the photoelectric effect. IEEE TNS. 2016;63(2):1117-1146. DOI: 10.1109/TNS.2016.2521876
  22. 22. Pratt RH. Atomic photoelectric effect at high energies. Physical Review. 1960;117(4):1017-1028. DOI: 10.1103/PhysRev.117.1017
  23. 23. Pratt RH. K-shell photoelectric cross sections from 200 keV to 2 MeV. Physical Review. 1964;134(4A):A898-A915. DOI: 10.1103/PhysRev.134.A898
  24. 24. Rakavy G, Ron A. Atomic photoeffect in the range Eγ = 1–2000 keV. Physical Review. 1960;159(1):50-56. DOI: 10.1103/PhysRev.159.50
  25. 25. Scofield JH. Theoretical Photoionization Cross Sections From 1 to 1500 keV. Lawrence Livermore Laboratory UCRL-51326; 1973. DOI: 10.2172/4545040
  26. 26. Chantler CT. Theoretical form factor, attenuation and scattering tabulation for Z = 1−92 from E = 1−10 eV to E = 0.4−1.0 MeV. Journal of Physical and Chemical Reference Data. 1995;24(1):71-643. DOI: 10.1063/1.555974
  27. 27. Hubbell JH. Photon Cross Sections, Attenuation Coefficients, and Energy Absorption Coefficients from 10 keV to 100 GeV. NSRDS-NBS 29. Washington, DC, USA: National Bureau of Standards; 1969 85p. Available from: https://nvlpubs.nist.gov/nistpubs/Legacy/NSRDS/nbsnsrds29.pdf
  28. 28. Batic M, Hoff G, Pia MG, Saracco P. Photon elastic scattering simulation: Validation and improvements to Geant4. IEEE TNS. 2012;59(4):1636-1664. DOI: 10.1109/TNS.2012.2203609
  29. 29. Tschalär C, Maccabee HD. Energy-straggling measurements of heavy charged particles in thick absorbers. Physical Review B: Condensed Matter and Materials Physics. 1970;1(7):2863-2869. DOI: 10.1103/PhysRevB.1.2863
  30. 30. Wang H, Vassiliev NO. Radial dose distributions from protons of therapeutic energies calculated with Geant4-DNA. Physics in Medicine & Biology. 2014;59(14):3657. DOI: 10.1088/0031-9155/59/14/3657
  31. 31. Iwase H, Niita K, Nakamura T. Development of general-purpose particle and heavy ion transport Monte Carlo code. Journal of Nuclear Science and Technology. 2002;39(11):1142-1151. DOI: 10.1080/18811248.2002.9715305
  32. 32. Kling A, Barao FJC, Nakagawa M, Tavora L, Vaz P, editors. Advanced Monte Carlo for radiation physics, particle transport simulation and applications. In: Proceedings of the Monte Carlo Conference, Lisbon, 23–26 October 2000. Springer. 2014. 1192 p
  33. 33. Martz HE, Logan CM, Schneberk DJ, Shull PJ. X-Ray Imaging: Fundamentals. Industrial Techniques and Applications: CRC Press; 2016. 574 p. ISBN: 9780849397721
  34. 34. Gardner RP, Mickael MW, Verghese K. Specific purpose Monte Carlo code development for nuclear well logging applications. Progress in Nuclear Energy. 1991;25(2–3):245-264. DOI: 10.1016/0149-1970(91)90012-E
  35. 35. Ao Q, Lee SH, Gardner RP. Development of the specific purpose Monte Carlo code CEARXRF for the design and use of in vivo X-ray fluorescence analysis systems for lead in bone. Applied Radiation and Isotopes. 1997;48(10–12):1403-1412. DOI: 10.1016/S0969-8043(97)00136-X
  36. 36. Agostinelli S, Allisonas J, Amako K, Apostolakis J, Araujo H, Arce P, et al. Geant4—A simulation toolkit. Nuclear Instruments and Methods in Physics Research A. 2003;506(3):250-303. DOI: 10.1016/S0168-9002(03)01368-8
  37. 37. Allison J, Amako K, Apostolakis J, Araujo H, Arce P, Asai M, et al. Geant4 developments and applications. IEEE TNS. 2006;53(1):270-278. DOI: 10.1109/TNS.2006.869826
  38. 38. Allison J, Amako K, Apostolakis J, Arce P, Asai M, Asog T, et al. Recent developments in Geant4. Nuclear Instruments and Methods in Physics Research A. 2016;835(1):186-225. DOI: 10.1016/j.nima.2016.06.125
  39. 39. Incerti S, Kyriakou I, Bernal MA, Bordage MC, Francis Z, Guatelli S, et al. Geant4-DNA example applications for track structure simulations in liquid water: A report from the Geant4-DNA Project. Medical Physics. 2018;45(8):e722-e739. DOI: 10.1002/mp.13048
  40. 40. Bernal MA, Bordage MC, Brown JMC, Davídková M, Delage E, El Bitar Z, et al. Track structure modeling in liquid water: A review of the Geant4-DNA very low energy extension of the Geant4 Monte Carlo simulation toolkit. Physica Medica. 2015;31:861-874. DOI: 10.1016/j.ejmp.2015.10.087
  41. 41. Incerti S, Ivanchenko A, Karamitros M, Mantero A, Moretto P, Tran HN, et al. Comparison of Geant4 very low energy cross section models with experimental data in water. Medical Physics. 2010;37:4692-4708. DOI: 10.1118/1.3476457
  42. 42. Incerti S, Baldacchino G, Bernal M, Capra R, Champion C, Francis Z, et al. The Geant4-DNA project. International Journal of Modelling, Simulation, and Scientific Computing. 2010;1:157-178. DOI: 10.1142/S1793962310000122
  43. 43. Geant4 Collaboration. Physics Reference Manual—Release 10.5. Rev3.1: March 5th, 2019. 442 p. Available from: http://geant4-userdoc.web.cern.ch/geant4-userdoc/UsersGuides/PhysicsReferenceManual/fo/PhysicsReferenceManual.pdf
  44. 44. Geant4 Collaboration. Geant4 Book For Application Developers—Release 10.5. Rev3.1: March 5th, 2019. 433 p. Available from http://geant4-userdoc.web.cern.ch/geant4-userdoc/UsersGuides/ForApplicationDeveloper/fo/BookForApplicationDevelopers.pdf
  45. 45. Werner CJ et al. MCNP6.2 Release Notes. Los Alamos National Laboratory, LA-UR-18-20808. 2018. DOI: 10.2172/1419730
  46. 46. Werner CJ, editor. MCNP Users Manual—Code Version 6.2, Los Alamos National Laboratory, LA-UR-17-29981. 2017. Available from: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/la-ur-17-29981.pdf
  47. 47. Goorley T, James M, Booth T, Brown F, Bull J, Cox LJ, et al. Initial MCNP6 Release Overview. Nuclear Technology. 2012;180(3):298-315. DOI: 10.13182/NT11-135
  48. 48. Goorley T. MCNP6.1.1-Beta Release Notes, LA-UR-14-24680. 2014. Available from: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/la-ur-14-24680.pdf
  49. 49. Bull JS. How to Build MCNP 6.2—MCNP6 Development Team, LA-UR-17-30373. 2017. Available from: https://mcnp.lanl.gov/pdf_files/la-ur-17-30373.pdf
  50. 50. X-5 Monte Carlo Team. MCNP—Version 5, Vol. I: Overview and Theory, LA-UR-03-1987. 2003. Available from https://mcnp.lanl.gov/pdf_files/la-ur-03-1987.pdf
  51. 51. Böhlen TT, Cerutti F, Chin MPW, Fassò A, Ferrari A, Ortega PG, et al. The FLUKA code: Developments and challenges for high energy and medical applications. Nuclear Data Sheets. 2014;120(C):211-214. DOI: 10.1016/j.nds.2014.07.049
  52. 52. Ferrari A, Sala PR, Fasso A, Ranft J. FLUKA: A multi-particle transport code. CERN-2005–10, INFN/TC_05/11, SLAC-R-773. 2005. Available from: https://www.slac.stanford.edu/pubs/slacreports/reports16/slac-r-773.pdf
  53. 53. FLUKA Team 2000–2019. FLUKA Manual On-Line. FLUKA Team 2000–2019. Available from: http://www.fluka.org/content/manuals/online/INDEX-fluka2011.html. Last updated: 17th of November, 2018. [Accessed: April 10th 2019]
  54. 54. Golosio B, Schoonjans T, Brunetti A, Oliva P, Masala GL. Monte Carlo simulation of X-ray imaging and spectroscopy experiments using quadric geometry and variance reduction techniques. Computer Physics Communications. 2014;185(3):1044-1052. DOI: 10.1016/j.cpc.2013.10.034
  55. 55. Golosio B, Schoonjans T, Brunetti A, Masala GL, Oliva P. XRMC—The definitive manual (v6.4.5). 2014. Available from: http://lvserver.ugent.be/xrmc/files/xrmc_6.4.5_man.pdf
  56. 56. Schoonjans T, Brunetti A, Golosio B, Sanchez del Rio M, Solé VA, Ferrero C, et al. The x-raylib library for X-ray–matter interactions. Recent Developments in Spectrochimica Acta B. 2011;66(11–12):776-784. DOI: 10.1016/j.sab.2011.09.011
  57. 57. Halbleib AJ, Kensek RP, Valdez GD, Seltzer SM, Berger MJ. ITS: The integrated TIGER series of electron/photon transport codes—Version 3.0. IEEE TNS. 1992;39(4):1025-1030. DOI: 10.1109/23.159753
  58. 58. Laub TW, Kensek RP, Franke BC, Crawford MJ, Valdez GD. ITS version 6.4: The integrated TIGER series of Monte Carlo electron/photon radiation transport codes. In: ANS RPSD 2014—18th Topical Meeting of the Radiation Protection & Shielding Division of ANS Knoxville, TN, American Nuclear Society. 2014;1:1–4. Available from: https://www.osti.gov/servlets/purl/1141777
  59. 59. Franke BC, Kensek RP, Thomas WL. ITS Version 6: The Integrated TIGER Series of Coupled Electron/Photon Monte Carlo Transport Code—SAND2008–3331. Albuquerque: Sandia National Laboratories; 2008. 341 p. DOI: 10.2172/1028913
  60. 60. Salvat F. PENELOPE-2014—A Code System for Monte Carlo Simulation of Electron and Photon Transport. In: Workshop Barcelona, Spain (2015) (NEA/NSC/DOC(2015)3)—Tutorial for PENELOPE (version 2014). Available from: https://www.oecd-nea.org/science/docs/2015/nsc-doc2015-3.pdf
  61. 61. Salvat F, Fernandez-Varea JM, Acosta E, Sempau J. PENELOPE, a code system for Monte Carlo simulation of electron and photon transport. In: Proceedings of a Workshop/Training Course, OECD/NEA 5–7 November 2001 NEA/NSC/DOC. 2001. p. 19. ISBN: 92–64–18475-9
  62. 62. Sempau J, Acosta E, Baro J, Fernandez-Varea JM, Salvat J. An algorithm for Monte Carlo simulation of the coupled electron-photon transport. Nuclear Instruments and Methods B. 1997;132(3):377-390. DOI: 10.1016/S0168-583X(97)00414-X
  63. 63. Sempau J, Fernandez-Varea JM, Acosta E, Salvat F. Experimental benchmarks of the Monte Carlo code PENELOPE. Nuclear Instruments and Methods B. 2003;207(2):107-123. DOI: 10.1016/S0168-583X(03)00453-1
  64. 64. Hirayama H, Namito Y, Bielajew AF, Wilderman SJ, Nelson WR. The EGS5 Code System. LAC number: SLAC-R-730 KEK (2005–8). Available from http://rcwww.kek.jp/research/egs/egs5_manual/slac730-150228.pdf [Revised version of February 27, 2015]
  65. 65. Kawrakow I, Mainegra-Hing E, Rogers DWO, Tessier F, Walters BRB. The EGSnrc Code System: Monte Carlo Simulation of Electron and Photon Transport. NRCC PIRS-701. Canada: National Research Council; 2019; 3231 p. Available from: https://nrc-cnrc.github.io/EGSnrc/doc/pirs701-egsnrc.pdf
  66. 66. Bielajew AF, Hirayama H, Nelsony WR, Rogers DWO. History, overview and recent improvements of EGS. Research Council of Canada—NRC-PIRS-0463. National Laboratory for High Energy Physics—KEK Internal 94-4. National Laboratory for High Linear Accelerator Center—SLAC-PUC 6499. 1994. 25 p. Available from http://rcwww.kek.jp/research/egs/docs/pdf/nrcpirs0436.pdf
  67. 67. Dasso A, Funes A. Verification, Validation and Testing in Software Engineering. Idea Group Publishing; 2006; 428 p. ISBN: 1-59140-853-9
  68. 68. Schmidt MEC. Implementing the IEEE Software Engineering Standards. Sams Publishing; 2000. 242 p. ISBN: 0672318571
  69. 69. Lima NW, Hoff G. Impacto da pureza dos filtros de alumínio no valor de Camada Semi-Redutora em radiologia convencional e mamografia. Brazilian Journal of Radiation Sciences. 2016;03(2A):1-13. DOI: 10.15392/bjrs.v3i2A.92
  70. 70. Hoff G, Lima NW. Aplicabilidade da Lei do Inverso do Quadrado da distância em radiologia convencional e mamografia. Brazilian Journal of Radiation Sciences. 2015;03(1A):01-16. DOI: 10.15392/bjrs.v3i1A.91
  71. 71. Hoff G, de Assis JT, Brunetti A, Fanti V, Golosio B. Comparison of XRMC and Geant4 on dosimetry applied to mammography. In: 2017 IEEE Nuclear Science Symposium and Medical Imaging Conference (NSS/MIC). 2017. DOI: 10.1109/NSSMIC.2017.8532758
  72. 72. Hoff G, de Almeida CE, Barnes GT. Behavior of subject contrast versus glandular dose in mammography: Determination of a semi-empirical formalism for different target-filter combinations. Radiologia Brasileira. 2006;39(3):1-10. DOI: 10.1590/S0100-39842006000300008
  73. 73. Cranley K, Gilmore BJ, Fogarty GWA, Desponds L. Catalogue of diagnostic X-ray spectra & other data. In: (Report style) IPEM Report 78. New York: IPEM; 1997
  74. 74. Barnes GT. Private communication. Medical Physics. 2000;18(2):211-218. Mar/Apr Medical Physics. 1991;18(3):402–407; Radiology. May/Jun 1991;179:143–148, April 1991

Notes

  • RUN: word used to define the execution of the MC code.
  • EVENT: every interaction that happened to one primary particle or its secondaries until they die or leave the universe of simulation. It is defined as the collections of steps performed by one particle.
  • All attenuation cross sections used were from XCOM NIST (https://physics. nist.gov/cgi-bin/Xcom/xcom3_2).
  • Microscopic validation: refers to the detailed validation of microscopic quantities (usually the libraries) used by the MC code to generate the quantitative results. See more information on Section 3. Verification, validation, comparison, and reliability of Monte Carlo toolkit.
  • The Geant4 list of particles and its identifications number may be found at https://www.star.bnl.gov/public/comp/simu/newsite/gstar/Manual/particle_id.html).
  • The FLUKA list of particles and its identifications number may be found at http://www.fluka.org/content/manuals/online/5.1.html.
  • EPDL: Photon and Electron Interaction Data is available at https://www-nds.iaea.org/epdl97.
  • XCOM: Photon Cross-sectional Database is available at https://www.nist.gov/pml/xcom-photon-cross-sections-database.
  • Additional information about SUGMA function access SectionB.2 in Appendix B of the PENELOPE-2014: A Code System for Monte Carlo Simulation of Electron and Photon Transport at https://www.oecd-nea.org/science/docs/2015/nsc-doc2015-3.pdf
  • The EGSnrc has its official page associate to National Research Council Canada at https://nrc.canada.ca/en/research-development/products-services/software-applications/egsnrc-software-tool-model-radiation-transport.
  • Search for the active standards was performed at https://standards.ieee.org; https://www.en-standard.eu and https://www.iso.org/about-us.html.
  • χ2 test null hypothesis: relationship between experimental and simulated data does not exist, which means these samples are presenting the same distribution.

Written By

Gabriela Hoff, Bruno Golosio, Elaine E. Streck and Viviana Fanti

Submitted: 27 March 2019 Reviewed: 29 July 2019 Published: 05 September 2019