Next Article in Journal
Particle-in-Cell Simulation of Quasi-Neutral Plasma Trapping by RF Multipole Electric Fields
Previous Article in Journal
Photodetector Spectral Response Estimation Using Black Body Radiation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Fast Universal Kinematic Fitting Code for Low-Energy Nuclear Physics: FUNKI_FIT

1
Faculty of Science, Technology & Art, Sheffield Hallam University, Sheffield S1 1WB, UK
2
LNS at Avery Point, University of Connecticut, Groton, CT 06340, USA
3
Department of Physics & Astronomy and Cyclotron Institute, Texas A&M University, College Station, TX 77843, USA
*
Author to whom correspondence should be addressed.
Physics 2019, 1(3), 375-391; https://doi.org/10.3390/physics1030027
Submission received: 8 October 2019 / Revised: 14 November 2019 / Accepted: 21 November 2019 / Published: 26 November 2019
(This article belongs to the Section Atomic Physics)

Abstract

:
We present an open-source kinematic fitting routine designed for low-energy nuclear physics applications. Although kinematic fitting is commonly used in high-energy particle physics, it is rarely used in low-energy nuclear physics, despite its effectiveness. A FORTRAN and ROOT C++ version of the FUNKI_FIT kinematic fitting code have been developed and published open access. The FUNKI_FIT code is universal in the sense that the constraint equations can be easily modified to suit different experimental set-ups and reactions. Two case studies for the use of this code, utilising experimental and Monte–Carlo data, are presented: (1) charged-particle spectroscopy using silicon-strip detectors; (2) charged-particle spectroscopy using active target detectors. The kinematic fitting routine provides an improvement in resolution in both cases, demonstrating, for the first time, the applicability of kinematic fitting across a range of nuclear physics applications. The ROOT macro has been developed in order to easily apply this technique in standard data analysis routines used by the nuclear physics community.

1. Introduction

In all nuclear physics experiments, measurements are subject to various uncertainties, both statistical and systematic. A typical experiment involves a beam of accelerated sub-atomic particles impinging on a target. Upon a nuclear reaction taking place, radiation is emitted. Such experiments involve measuring this radiation (charged ions, electrons, neutrons or electromagnetic radiation) and using it to reconstruct the reaction taking place. Charged ions may be detected using silicon-strip detectors or gaseous time projection chambers (TPCs) [1,2,3]. Such devices provide information about the energies and directions of the particles they detect.
Depending on the experiment, various uncertainties limit the ability to reconstruct these reactions. These uncertainties can arise from the beam of particles itself. Modern, radioactive beam experiments can provide intense beams of radioactive isotopes in order to study the behaviour of nuclei far from stability [4,5]. However, the composition of the beam, its energy and spatial location are sometimes poorly constrained. Other experimental uncertainties arise from radiation detection. The detector type and material defines the energy resolution, and the physical size of the detector can limit the spatial resolution (how well the direction of a particle can be determined). Due to these experimental limitations, the momenta of the particles reconstructed in the final state, and hence other information about the nuclear reaction, cannot be known exactly. However, it is possible to significantly improve this resolution of the measured quantities by applying a process called kinematic fitting, which is widely used in particle physics [6] but has rarely been used in nuclear spectroscopy [7,8].
The idea of kinematic fitting is to identify and use physical kinematic constraints of the experimental system and vary the experimental measurements (energies and directions of the particles) such that these constraints are matched exactly. In theory, this should correct the experimentally measured quantities, bringing them closer to their true values. Two such constraints could be the total energy and vector momentum of a system. If the beam energy and direction is known before a reaction, along with the reaction Q-value, the sum of the momenta of the particles after the reaction is constrained, along with the total energy. Such constraints can be used to correct the experimental data. The more constraints that a system has, the more accurately the measured parameters can be known. During the kinematic fitting process, the amount that each parameter can move from its initial value is modulated by its original measurement uncertainty, obtained empirically. This means that poorly measured parameters can change more easily, and parameters with a small uncertainty do not change much from their initial values.
Such kinematic fitting routines are commonplace in high-energy physics. They have been used for several decades and are now routinely built into data analysis programs. The present paper clearly demonstrates, for the first time, the usefulness of kinematic fitting in the field of low-energy nuclear physics, across a range of reaction types and detector systems. The aim of this paper is to introduce a kinematic fitting framework, FUNKI_FIT, which may be utilised by the nuclear physics community to improve the resolution in a variety of data analyses. We initially provide a brief introduction to the mathematics of kinematic fitting using Lagrange multipliers and a simple example is given to demonstrate the method. The FUNKI_FIT code is then introduced and applied to two important case studies: charged-particle spectroscopy using silicon strip detectors and active target detectors (time projection chambers).

2. Materials and Methods

Mathematically, kinematic fitting is performed using the method of Lagrange multipliers, where the difference between the measured parameter values and their true values are minimised subject to a number of constraint equations, defined by the system being measured. Let α be a column vector representing a set of parameters such as the true energies and angles of the particles emerging from a nuclear reaction, (without any experimental uncertainty). If a single event corresponds to measuring n parameters, then α takes the form
α = α 1 α 2 . . α n .
In an experiment, the parameters are measured as their initial, unconstrained values, contained in the vector, α 0 . How well the measured parameters α 0 , which are subject to an experimental resolution σ , match the true values α can be quantified by computing the value of χ 2 in matrix form as
χ 2 = ( α α 0 ) V α 0 1 ( α α 0 ) ,
where V α 0 1 is the inverse of the covariance matrix. In kinematic fitting, the values of the measured parameters are changed so that Equation (2) is minimised. This minimisation is subject to a number of physical constraints. As an example, if a constraint of the system is that all of the parameters must sum to a constant value, S, then the constraint equation is
H = α 1 + α 2 + α n S = 0 .
If instead, the parameters are subject to a number of r constraint equations, H r , then we wish to minimise χ 2 subject to the constraint that
H ( α ) = 0 .
Here, H is a row vector, which contains each of the constraint equations ( H 1 H 2 . . . H r ) . Equation (4) can be expanded around an arbitrary point in the parameter space α A (commonly chosen as α A = α 0 ) such that
H ( α ) = 0 H ( α 0 ) + H ( α A ) α ( α α 0 ) = d + D δ α ,
where δ α = ( α α 0 ) and
d = H 1 ( α A ) H 2 ( α A ) . . H r ( α A ) D = H 1 α 1 H 1 α 2 H 1 α n H 2 α 1 H 2 α 2 H 2 α n H r α 1 H r α 2 H r α n .
In FUNKI_FIT, the  D matrix is obtained by numerically differentiating each constraint equation in the direction of each parameter α i at the unconstrained α 0 values. From here, χ 2 is minimised subject to Equation (5) using the method of Lagrange multipliers [9] as
χ 2 = ( α α 0 ) V α 0 1 ( α α 0 ) + 2 λ T ( d + D δ α ) .
Here, λ is a vector of r unknowns. Minimising χ 2 with respect to α and λ leads to a solution by solving the two linear vector equations
V α 0 1 ( α α 0 ) + D T λ = 0 ,
d + D δ α = 0 .
The solution can be found in steps by computing the following matrix multiplications:
V D = ( D V α 0 D T ) 1 ,
λ = V D ( d + D δ α 0 ) .
The new, corrected parameters, α may then be computed as
α = α 0 V α 0 D T λ .
The uncertainties on the new parameters are obtained by calculating the new covariance matrix as
V α = V α 0 V α 0 D T V D D V α 0 .
The correction to the parameters, applied by Equation (12), assumes that the constraint equations vary linearly with each of the parameters, α . This is because the matrix, D , evaluates the gradient of H ( α ) in the direction of each parameter. However, for non-linear constraint equations, as the parameters are moved away from their initial α 0 values, the  D matrix will also change. This means that Equation (12) will undershoot or overshoot the minimising parameter values. Therefore, in order to find the solution for non-linear constraints, the solution is computed iteratively until the minimum χ 2 is found. Equation (12) is rewritten in the form
α = α 0 w V α 0 D T λ ,
where w is a weighting factor, which has a value considerably less than 1. A value of 0.01 was chosen in the present work. The kinematic fitting procedure is followed a number of times. Each time, the change in the parameters α is suppressed by w. This allows a gradual convergence towards parameter values that minimise χ 2 . The procedure is shown pictorially in Figure 1.
To illustrate the power of kinematic fitting, consider the simple example of measuring the energies of three particles ( E 1 E 2 E 3 ) MeV. To simplify the problem, their true values for each measurement are fixed as (4, 9, 16) MeV. However, the parameters are measured with a resolution ( σ 1 σ 2 σ 3 ) = ( 0.5 , 1, 1) MeV. This simple system has been modelled with a Monte–Carlo simulation. For 10,000 event measurements, the distribution of measured energies are shown in Figure 2 by the clear histogram. It is possible to improve the resolution of these parameters through kinematic fitting with two hypothetical constraint equations. These equations are chosen such that they are satisfied by the true values of the parameters
E 1 + E 2 + E 3 = E sum = 29 ,
E 1 2 + E 2 2 + E 3 2 = E 2 = 353 .
The filled histogram of Figure 2 shows the distribution of measured energies after kinematic fitting with both one and two constraints. The plot is layered such that the distribution after kinematic fitting can be seen through the initial distribution. The uncertainties in the newly-calculated parameters can be easily computed after the fitting process has been performed using Equation (13). For the single constraint equation, this gives ( σ 1 σ 2 σ 3 ) = ( 0.471 0.745 0.745 ) MeV, which agrees with the distributions shown in the left panel of Figure 2.
The above mathematics for kinematic fitting have been implemented for use in low energy nuclear physics using the fast universal kinematic fitting (FUNKI_FIT) code, which has been written for FORTRAN [10] and ROOT C++ [11]. In addition to the simple example above, the FORTRAN and C++ codes have been tested on two example data sets, and the results are presented next. The first involves precisely measuring the decay of 12 C into three α -particles using a position-sensitive silicon detector array. The FORTRAN code has been used for this analysis. Secondly, the  10 C( α , α ) resonant elastic scattering reaction was explored using the ROOT C++ code. Detailed Monte–Carlo simulations of the Texas Active Target (TexAT) detector [3,12] were used to model this reaction in Thick Target Inverse Kinematics (TTIK). In TTIK, a heavy-ion passes through a light gas, allowing the cross-section over a range of energies to be measured with a single beam energy.

3. Results and Discussion

3.1. Charged-Particle Spectroscopy with Silicon-Strip Detectors

As mentioned in the introduction, it is important to obtain optimum energy and position resolution in charged-particle spectroscopy experiments. This is of utmost importance in experiments where the relative momenta of the detected particles are being examined. This has been seen in several cases relating to Borromean nuclei [13,14,15].
In reference [15], an upper limit on the branching ratio for direct and sequential decay of the famous Hoyle state in 12 C was measured. This branching ratio is important in astrophysics and for understanding nuclear structure [16,17]. The set-up used in the experiment is shown in the left panel of Figure 3. A beam of 40 MeV α -particles, produced by the University of Birmingham MC40 Cyclotron, were directed onto a 100  μ g/cm 2 natural carbon target. Inelastic scattering of an α -particle from a 12 C nucleus may populate an excited state in carbon. The scattered α -particle was detected in a Δ E E telescope set-up of two Micron W1 double-sided silicon strip detectors (DSSDs) (Micron Semiconductor Ltd., Lancing, UK), one 65 μ m-thick and the other 500 μ m-thick, placed at 90 to the beam; this permitted particle identification. The energy of this scattered α -particle was used to calculate the excitation energy of the recoiling 12 C, allowing events that populated the Hoyle state to be identified. Then the three other α -particles, resulting from the decay of an above-threshold excited state in 12 C, were detected in an array of four 500 μ m-thick Micron W1 DSSDs. It is the relative momenta of these three α -particles that allowed the determination of the type of decay.
The right panel of Figure 3 shows a pictorial depiction of the break-up of 12 C into three α -particles, in its centre-of-mass frame. In the top sequential decay case, the  12 C first emits an α -particle with a fixed energy, leaving a recoiling 8 Be. This 8 Be is unbound by 92 keV and later decays into two α -particles. In the bottom direct decay case, where the three α -particles are emitted from the nucleus simultaneously, the energy in the decay is shared differently between the three fragments. These two types of decay are disentangled by examining the relative momenta of the three α -particles. The measured momenta of the break-up α -particles allowed the 12 C recoil momentum to be determined and therefore the energies of the particles in the centre-of-mass of the decaying 12 C could be calculated.
In the published work [15], only events where all three break-up α -particles hit the detectors were considered. This is because their momenta were precisely measured and therefore a good resolution was obtained when comparing their relative momenta. However, these type of events make up a small fraction of the total due to incomplete solid angle coverage. A second, much larger, subset of data that were not published consists of those events where one of the break-up α -particles misses the detector array entirely. However, since the beam momentum is known, as are the momenta of the three other detected α -particles, the vector momentum of the third, undetected α -particle may be calculated as
P α 4 = P beam i = 1 3 P α i .
However, this does not permit as good resolution as when all four α -particles are detected directly. The uncertainties on the energies and polar angles of the three detected α -particles are combined in Equation (17) meaning that the momentum of the reconstructed α -particle is poorly constrained. Therefore, even though higher statistics are possible with this larger data set, the energy resolution is too poor for the data to be useful in analysing the α -particle relative momenta.
The relative momenta of the three α -particles resulting from the decay of 12 C may be visualised using a Dalitz plot [18]. Some Dalitz plots from this data set are shown in Figure 4. In order to produce these plots, the excitation energy of the decaying 12 C was first calculated. This was first done by calculating the momentum and kinetic energy of the decaying 12 C as
P 12 C = i = 1 3 P α i ,
E 12 C = P 12 C 2 2 M 12 C .
Then, the  12 C excitation energy was calculated as
E x = i = 1 3 E α i E 12 C Q .
where Q is the Q-value for the decay (−7.27 MeV). The resulting excitation energy plots are shown in Figure 5. The data corresponding to where all final state α -particles are detected directly forms the main plot and the data where one of the α -particles was reconstructed is shown as the inset. As can be seen, the  complete kinematics data show a considerably better excitation energy resolution than when one particle is reconstructed. A 1.5 σ software cut was placed on the Hoyle state peak at ≈7.65 MeV. This allowed us to focus on decays from the Hoyle state, with some background from higher energy states.
From there, the relative energies of the three break-up α -particles were examined in the 12 C centre-of-mass frame using Dalitz plots. The construction of Dalitz plots is discussed in detail in the references [14,19]. In short, the symmetric Dalitz plot provides a way to draw three quantities on a two-dimensional plot, provided that the three quantities sum to a known value. In this example, the fractional energies of the three α -particles are plotted, meaning that they must sum to unity. Since, in the sequential decay, the first emitted α -particle carries away a fixed fraction of the decay energy (≈ 50%), decays of this kind appear on a triangular locus. The direct decay, on the other hand, appears as a background to this triangle.
For reference, the Dalitz plot obtained when all four final state α -particles are detected directly is shown in Figure 4a. Excellent resolution is obtained and events corresponding to sequential and direct decay can be clearly distinguished. The Dalitz plot obtained when one of the α -particles is reconstructed is shown in Figure 4b. This has a relatively poor resolution, meaning that contributions from sequential and the rare direct decay cannot be easily differentiated. Finally, Figure 4c shows the same data after kinematic fitting was applied. A significant improvement in the resolution is obtained.
The FUNKI_FIT.F FORTRAN code [10] was used for the kinematic fitting and utilised two constraint equations
i = 1 4 E i Q E beam = 0 ,
i = 1 3 E α i E 12 C Q 7.6542 MeV = 0 .
where Q = − 7.27 MeV and E 12 C is calculated as shown in Equations (18) and (19). Equation (21) provides the constraint that the total energy of the system is conserved during the reaction. Equation (22) provides the constraint that the three α -particles emerging from 12 C have resulted from the decay of a state with the exact energy of the Hoyle State (7.6542 MeV). Since total momentum conservation was used to reconstruct the momentum of the missing α -particle, this constraint is already met so cannot be utilised further in the kinematic fitting.
The width of the Dalitz plot distribution reduced by a factor of ≈ 1.5 through kinematic fitting. This is demonstrated in the left panel of Figure 6, which shows a particular projection of the Dalitz plot. To obtain this projection, the Dalitz plots of Figure 4 were folded along each of the lines of symmetry, defined by the three axes, ϵ 1 , ϵ 2 and ϵ 3 . After this procedure, the data occupy a single sextant of the Dalitz plot. The data may then be projected onto the remaining ϵ axis, in order to examine the width of the triangular locus. The left panel of Figure 6 shows this projection before and after kinematic fitting, illustrating the improvement in resolution.
This improvement means that the relative contributions of sequential and direct decay could be more clearly constrained. To quantify this, Monte–Carlo simulations of sequential and direct decay events were generated. Details of the Monte–Carlo code can be found in references [20,21]. To demonstrate how each decay type appears on the Dalitz plot, the simulated sequential and direct decays (for complete kinematics, high-resolution events) are shown as the folded Dalitz plots in Figure 7. To evaluate the relative sequential and direct decay contributions, the Monte–Carlo data were fitted to the experimental data. The right panel of Figure 7 shows the tails of the Dalitz plot (the area most sensitive to direct decay) for the kinematic fitted data. The solid line shows the simulation of a 100% sequential decay, which gives a χ 2 per degree of freedom of 1.08, close to the 50% confidence level (C.L.), indicating a good fit. Once the direct decay contribution was increased to 0.2%, the  χ 2 value increased beyond the 99% C.L. Thus an experimental upper limit of 0.2% was assigned to the rare direct decay mode. In contrast, the same analysis, applied to the pre-kinematic fitted data with poorer resolution, obtained an upper limit of 1.4% for the direct decay mode. Thus, the kinematic fitting improves the sensitivity to the direct decay by almost an order of magnitude.
Dalitz plot analyses are also commonly used when studying the decays of other Borromean light nuclei, such as the neutron-rich 14 Be [13], 18 C and 20 O [22]. These are predicted to have neutron halo structures that have previously been investigated through examining the relative energies of the emitted neutrons. Despite recent neutron detector upgrades, the neutron momenta are notoriously difficult to measure and could benefit from the presented kinematic fitting routine.

3.2. Application to TPCs

TPCs have seen a recent boom in their use in nuclear physics experiments [23,24]. One of their primary areas of application is in the use of the thick target inverse kinematics (TTIK) technique [25]. This involves a beam passing through a gas target medium and losing energy as it does so. This causes the beam + gas system to sweep out a range of centre-of-mass energies. Therefore, any compound nucleus reaction inside the gas can have its centre-of-mass energy identified from the interaction location. In this way, an excitation function can be measured by counting the number of interactions as the beam passes through the gas.
This works well but there are several limiting factors. Firstly, for beams that are unstable, and therefore must be created using a recoil separator or the ISOL technique, by the time the beam has entered the TPC, the beam energy spread can be very large ( 5 % in the case of a recoil separator). This has a dramatic effect on the centre-of-mass energy resolution as the vertex location no longer well-defines the centre-of-mass energy. As an alternative, an accurate energy and angle measurement of the recoil products of a reaction can be used instead to calculate the centre-of-mass energy. Furthermore, for a range of situations, the recoil products stop inside the gas and cannot be well measured by an exterior silicon detector; this also limits the energy resolution. Additionally, the stopping power for the recoil + gas system may not be well known or prone to systematic differences, which can also degrade the resolution. A final additional experimental hurdle corresponds to the position resolution and, therefore, the momentum vector, for light recoil products. For high energy protons, the energy loss in the TPC region may fall below the threshold for detection and therefore can only be detected in silicon detectors, which may not be well pixellated.
To rectify this, one can constrain the system by measuring the incoming beam track and the two recoil product tracks (which have correspondingly large uncertainties) and apply kinematic fitting constraints to improve the reconstructed energy resolution. Here, the parameters are that of the momentum for the beam ( p b ), light ( p l ) and heavy ( p h ) recoil products and their corresponding polar and azimuthal angles ( θ , ϕ ) just before/after the interaction with Q-value, Q. The following constraints can then be applied:
p b = p h + p l ,
p b 2 2 m b = p h 2 2 m h + p l 2 2 m l Q .
In this way, one can parameterise the energy spread of the incoming beam by setting the initial p b based on the expected energy loss of the beam to the measured interaction vertex with a variance given by the beam energy resolution, or by using the position resolution with which one can identify the reaction vertex. After these parameters have been constrained, the centre-of-mass energy E C M is then simply:
E C M = p b 2 2 m b m t m t + m b ,
with m t being the mass of the target and m b being the mass of the beam.
It is worth noting that a similar result can be obtained by using a combination of the recoil product energies and the incoming beam energies without the use of kinematic fitting. However, the kinematic fitting not only deals with these multiple sources of errors well on an event-by-event basis but also provides a similar improvement to the angular resolution, which is not possible without the use of this technique. This angular resolution is particularly important in TTIK and transfer experiments where the spin information is encoded in the angular dependencies of the measured reactions.

3.3. Simulated TPC Data

In order to benchmark this approach, a Geant4 simulation was used that simulates the detector response of the TexAT (Texas Active Target) TPC [12]. The detailed simulation includes the full detector geometry, segmentation of the readout plane, and diffusion of electrons as they drift through the TPC. The interaction simulated was that of 10 C ( α , α ) elastic scattering. An isolated resonance was simulated at E C M = 2.5 MeV and the incident 10 C was given an energy of exactly 18 MeV upon entering the chamber, filled with 600 Torr of helium gas. Since the initial energy of the beam is known, the loss of its energy as it passes through the detector will mean that the population of the 2.5 MeV resonance will occur at a fixed position in the detector.
The excitation energy resolution is therefore partly defined by the accuracy by which the position of the interaction point can be determined. The 3D tracks were then reconstructed from the waveforms generated from the simulation, using the same analysis code that is used to analyse real experimental data. The segmentation of TexAT is 1.75 × 3.5 mm in the central (beam) region and has 1.75 mm pitch strips and chains either side of the central region. Therefore, this is indicative of the track resolution one can achieve.
To find the interaction vertex, the incoming beam and the two recoil tracks were found using a Hough transform and then fitted using the least-squares distance approach to give the interaction vertex, the trajectory of the incoming beam and the endpoints of the two recoil particles. This least-squared approach also included terms to avoid over/underfitting the length of the arms so that they terminated at the end of the reconstructed tracks. An example of this fit can be seen in Figure 8. This fit also gives the associated covariance matrices that can be used for the later kinematic fitting using the ROOT version of FUNKI_FIT [11]. A histogram of vertex positions, calculated for all simulated events, is shown in Figure 9. An average vertex reconstruction error of 2.5 mm was achieved along the beam direction corresponding to roughly 250 keV energy resolution (70 keV centre-of-mass energy resolution).
To obtain an independent measure of the centre-of-mass energy, one must use the energies of the recoil products, which were determined in the simulated data by measuring the range of the reaction products in the gas, as determined from the fit. A measurement of the energies from the ranges has a dramatically worse resolution that via a direct energy measurement with a silicon detector. The energies and polar angle of each particle (the beam, light α -particle and heavy 12 C recoil) are then used to calculate the vector momenta used in constraint Equations (23) and (24). Despite this large error in centre-of-mass energy from the recoil products ( σ = 175 keV), the kinematic fitting technique still provides an improvement, which can be seen in Figure 10. This was obtained using the formulation above in conjunction with the centre-of-mass measurement from the beam which has a superior energy resolution in this case.
The resolution can be seen to change from σ = 70 keV to σ K F = 65 keV. This is consistent with taking the weighted mean ( w i = σ i 2 ) of the centre-of-mass energy resolution from the beam and the recoil products ( σ = 66 keV). Most dramatically, the kinematic fitting technique also improves the angular resolution where the deviation from the true value can be seen in Figure 11. Kinematic fitting improves the angular error, σ θ , (in the lab frame) from 2.2 and 0.7 for the light and heavy recoil respectively to 1.0 and 0.4 . As mentioned, this improvement is essential for the extraction of spin-parity information in TTIK measurements from R-Matrix theory. The light recoil has a larger error as it has an overall larger scattering angle. For completeness, although they carry less physical significance, the uncertainties in the momenta of the beam, light α -particle, and heavy 10 C are shown explicitly in Figure 12, Figure 13 and Figure 14, since these parameters are used in the constraint equations.
This approach is useful not just in the shown case, where the errors on the particle momenta are large, but also in situations where the recoil particles are measured in a silicon detector. For detector configurations that require a large solid-angle coverage of silicon shells, the angular granularity of these detectors may be very large and therefore there is a large momentum uncertainty. Furthermore, this case emphasises the situation whereby the beam energy resolution is smaller than that from measuring the reaction products. However, this technique is equally applicable in the case of a poor beam energy resolution, such as when using radioactive beams as discussed above.

4. Discussion

The present study demonstrates, for the first time, the usefulness of kinematic fitting in low energy nuclear physics across a range of detector technologies, experimental methods, and scientific aims.
In charged-particle spectroscopy using silicon detectors, a significant improvement was seen in the fractional energy resolution of the α -particles emitted during the decay of 12 C. This allowed the various decay types of 12 C to be differentiated more clearly. This success has consequences for studying the break-up of other Borromean light nuclei such as 9 Be. When studying 9 Be, typically only the α -particles resulting from the 9 Be α + α + n decay are measured. The neutron is undetected and reconstructed as missing mass. In reference [14], the α - α -n relative energies were examined using Dalitz plots, with a resolution that could be improved using kinematic fitting. Likewise, the study of more neutron-rich Borromean nuclei, such as 14 Be [13], 18 C and 20 O [22] may reconstruct missing neutrons or detect them directly. Such neutron detectors typically have poor energy and position resolution, so these analyses could be improved using kinematic fitting. With the growing popularity of radioactive beam facilities, where the behaviour of more neutron-rich nuclei are opened up to exploration, kinematic fitting could play an important role.
As previously noted, the use of TPCs is increasing in nuclear physics experiments [23,24]. In this paper, we have demonstrated, for the first time, that one of the primary applications of TPCs, thick target inverse kinematics (TTIK) measurements, are dramatically improved using kinematic fitting. We record a modest improvement in the excitation energy resolution and large improvements in angular resolution. For fitting spectra obtained with TTIK, using the R matrix method, detailed angular measurements are required in order to constrain the angular momenta of states in the spectra. Therefore, such improvements in angular resolution are of great significance.

Author Contributions

Conceptualisation, R.S. and J.B.; methodology, R.S. and J.B.; software, R.S. and J.B.; validation, R.S. and J.B.; formal analysis, R.S. and J.B.; investigation, R.S. and J.B.; resources, R.S. and J.B.; data curation, R.S. and J.B.; writing—original draft preparation, R.S. and J.B.; writing—review and editing, R.S. and J.B.; visualisation, R.S. and J.B.; supervision, R.S. and J.B.; project administration, R.S. and J.B.; funding acquisition, R.S. and J.B.

Funding

This research was funded by the United Kingdom Science and Technology Facilities Council (STFC) under grant number ST/L005751/1 and the US Dept. of Energy Federal Award Number DE-FG02-94ER40870.

Acknowledgments

The assistance of the staff at the University of Birmingham MC40 Cyclotron is gratefully acknowledged. Further thanks are given to C. Wheldon for his input to discussions about the initial use of kinematic fitting. J.B. would also like to thank the members of the TexAT collaboration especially those involved in developing the GEANT4 framework.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Pagano, E.V.; Acosta, L.; Auditore, L.; Boiano, C.; Cardella, G.; Castoldi, A.; D’Andrea, M.; Dell’aquila, D.; De Filippo, E.; De Luca, S.; et al. Status and perspective of FARCOS: A new correlator array for nuclear reaction studies. EPJ Web Conf. 2016, 117, 10008. [Google Scholar] [CrossRef]
  2. Gai, M.; Schweitzer, D.; Stern, S.R.; Young, A.H.; Smith, R.; Cwiok, M.; Bihalowicz, J.S.; Czyrkowski, H.; Dabrowski, R.; Dominik, W.; et al. Time Projection Chamber (TPC) detectors for nuclear astrophysics studies with gamma beams. Nucl. Instrum. Methods Phys. Res. A 2019. [Google Scholar] [CrossRef]
  3. Rogachev, G.; Koshchiy, E.; Pollacco, E.; Uberseder, E.E.; Hooker, J.; Ahn, S.; Upadhyayula, S. Texas Active Target (TexAT)-design, commissioning and first results. In Proceedings of the 5th Joint Meeting of the APS Division of Nuclear Physics and the Physical Society of Japan, Waikoloa, HI, USA, 23–27 October 2018. [Google Scholar]
  4. Catherall, R.; Andreazza, W.; Breitenfeldt, M.; Dorsival, A.; Focker, G.J.; Gharsa, T.P.; Giles, T.J.; Grenard, J.L.; Locci, F.; Martins, P.; et al. The ISOLDE facility. J. Phys. G Nucl. Part Phys. 2017, 44, 094002. [Google Scholar] [CrossRef]
  5. Bark, R.A.; Barnard, A.H.; Conradie, J.L.; de Villiers, J.G.; van Schalkwyk, P.A. The South African isotope facility project. AIP Conf. Proc. 2018, 1962, 030021. [Google Scholar]
  6. Forden, G.E.; Saxon, D.H. Improving vertex position determination by using a kinematic fit. Nucl. Instrum. Methods Phys. Res. A 1986, 248, 439–450. [Google Scholar] [CrossRef]
  7. Kirsebom, O.S.; Alcorta, M.; Borge, M.J.G.; Cubero, M.; Diget, C.A.; Fraile, L.M.; Fulton, B.R.; Fynbo, H.O.U.; Galaviz, D.; Jonson, B.; et al. Improved Limit on Direct α Decay of the Hoyle State. Phys. Rev. Lett. 2012, 108, 202501. [Google Scholar] [CrossRef] [PubMed]
  8. Smith, R. Experimental Measurements of Break-Up Reactions to Study Alpha Clustering in Carbon-12 and Beryllium-9. Ph.D. Thesis, University of Birmingham, Birmingham, UK, 2017. [Google Scholar]
  9. Avery, P. Applied fitting theory VI: Formulas for kinematic fitting. Available online: http://phys.ufl.edu/~avery/fitting/kinematic.pdf (accessed on 25 November 2019).
  10. Smith, R. Fast Universal Kinematic Fitting. Available online: https://sourceforge.net/projects/funk-fit/ (accessed on 22 May 2017).
  11. Bishop, J. Fast Universal Kinematic Fitting (ROOT). Available online: https://github.com/jackedwardbishop/FUNKIFITroot (accessed on 13 September 2019).
  12. Koshchiy, E.; Rogachev, G.V.; Pollacco, E.; Ahn, S.; Uberseder, E.; Hooker, J.; Bishop, J.; Aboud, E.; Barbui, M.; Goldberg, V.Z.; et al. TexAT: Texas Active Target detector system for experiments with rare isotope beams. arXiv 2019, arXiv:1906.07845. [Google Scholar]
  13. Marqués, F.M.; Labiche, M.; Orr, N.A.; Angélique, J.C.; Axelsson, L.; Benoit, B.; Bergmann, U.C.; Borge, M.J.G.; Catford, W.N.; Chappell, S.P.G.; et al. Three-body correlations in Borromean halo nuclei. Phys. Rev. C 2001, 64, 061301. [Google Scholar] [CrossRef]
  14. Smith, R.; Freer, M.; Wheldon, C.; Curtis, N.; Almaraz-Calderon, S.; Aprahamian, A.; Ashwood, N.I.; Barr, M.; Bucher, B.; Copp, P.; et al. Breakup branches of Borromean beryllium-9. AIP Conf. Proc. 2015, 1681, 060003. [Google Scholar]
  15. Smith, R.; Kokalova, T.; Wheldon, C.; Bishop, J.E.; Freer, M.; Curtis, N.; Parker, D.J. New Measurement of the Direct 3α Decay from the 12C Hoyle State. Phys. Rev. Lett. 2017, 119, 132502. [Google Scholar] [CrossRef] [PubMed]
  16. Freer, M.; Fynbo, H.O.U. The Hoyle state in 12C. Prog. Part Nucl. Phys. 2014, 78, 1–23. [Google Scholar] [CrossRef]
  17. Zheng, H.; Bonasera, A.; Huang, M.; Zhang, S. Decay modes of the Hoyle state in 12C. Phys. Lett. B 2018, 779, 460–463. [Google Scholar] [CrossRef]
  18. Dalitz, R.H. On the analysis of τ-meson data and the nature of the τ-meson. Lond. Edinb. Dublin Philos. Mag. J. Sci. 1953, 44, 1068–1080. [Google Scholar] [CrossRef]
  19. Bishop, J.; Smith, R.; Kokalova, T.; Wheldon, C.; Curtis, N.; Freer, M.; Parker, D.J. An improved upper limit on the direct 3α decay of the Hoyle state. AIP Conf. Proc. 2018, 020035. [Google Scholar] [CrossRef]
  20. Curtis, N.; Clarke, N.M.; Fulton, B.R.; Hall, S.J.; Leddy, M.J.; Murphy, A.S.J.; Pople, J.S.; Ward, R.P.; Catford, W.N.; Gyapong, G.J.; et al. Association of the 12C + 12C breakup states in 24Mg with the quasimolecular resonances. Phys. Rev. C 1995, 51, 1554–1557. [Google Scholar] [CrossRef] [PubMed]
  21. Curtis, N.; Murphy, A.S.J.; Clarke, N.M.; Freer, M.; Fulton, B.R.; Hall, S.J.; Leddy, M.J.; Pople, J.S.; Tungate, G.; Ward, R.P.; et al. Evidence for a highly deformed band in 16O + 16O breakup of 32Si. Phys. Rev. C 1996, 53, 1804–1810. [Google Scholar] [CrossRef] [PubMed]
  22. Revel, A.; Marqués, F.M.; Sorlin, O.; Aumann, T.; Caesar, C.; Holl, M.; Panin, V.; Vandebrouck, M.; Wamers, F.; Alvarez-Pol, H.; et al. Strong Neutron Pairing in core + 4n Nuclei. Phys. Rev. Lett. 2018, 120, 152504. [Google Scholar] [CrossRef] [PubMed]
  23. Ayyad, Y.; Mittig, W.; Bazin, D.; Cortesi, M. Overview of the data analysis and new micropattern gas detector development for the Active Target Time Projection Chamber (AT-TPC) project. J. Phys. Conf. Ser. 2017, 876, 012003. [Google Scholar] [CrossRef]
  24. Gonzáles-Díaz, D.; Monrabal, F.; Murphy, S. Gaseous and dual-phase time projection chambers for imaging rare processes. Nucl. Instrum. Methods Phys. Res. A 2018, 878, 200–255. [Google Scholar] [CrossRef] [Green Version]
  25. Artemov, K.P.; Beljanin, O.P.; Wetoshkin, A.L.; Wolskj, R.; Golokov, M.S.; Goldberg, V.Z.; Madeja, M.; Pankratov, V.V.; Serikov, I.N.; Timofeev, V.A.; et al. A powerful method of studying α-particle states. Sov. J. Nucl. Phys. 1990, 52, 406. [Google Scholar]
Figure 1. Variation of χ 2 due to a hypothetical non-linear constraint equation depending on a parameter, α . (left) Using the prescription of Equation (12), the solution that minimises χ 2 is not found. (right) Using the iterative method of Equation (14), the minimum is found.
Figure 1. Variation of χ 2 due to a hypothetical non-linear constraint equation depending on a parameter, α . (left) Using the prescription of Equation (12), the solution that minimises χ 2 is not found. (right) Using the iterative method of Equation (14), the minimum is found.
Physics 01 00027 g001
Figure 2. The distribution of particle energies before (clear histogram) and after (filled histogram) kinematic fitting. (left) One constraint (Equation (15)). (right) Two constraints (Equations (15) and (16)). Here, E 3 is best constrained after fitting since its value has a larger effect on Equation (16).
Figure 2. The distribution of particle energies before (clear histogram) and after (filled histogram) kinematic fitting. (left) One constraint (Equation (15)). (right) Two constraints (Equations (15) and (16)). Here, E 3 is best constrained after fitting since its value has a larger effect on Equation (16).
Physics 01 00027 g002
Figure 3. (left) Schematic diagram of the experiment used to measure the 3 α break-up of 12 C. (right) Pictorial representation of the sequential and direct decays of 12 C.
Figure 3. (left) Schematic diagram of the experiment used to measure the 3 α break-up of 12 C. (right) Pictorial representation of the sequential and direct decays of 12 C.
Physics 01 00027 g003
Figure 4. Dalitz plots showing the relative fractional energies of α -particles emitted from 12 C. (a) Complete kinematics data show excellent resolution. (b) The data where one α -particle is reconstructed. (c) The same data after kinematic fitting was applied.
Figure 4. Dalitz plots showing the relative fractional energies of α -particles emitted from 12 C. (a) Complete kinematics data show excellent resolution. (b) The data where one α -particle is reconstructed. (c) The same data after kinematic fitting was applied.
Physics 01 00027 g004
Figure 5. Excitation spectra of 12 C. Main figure: Complete kinematics data. Inset: Data where one α -particle has been reconstructed. The reconstructed data show a poorer excitation energy resolution. The difference in populations of the 7.65 MeV 0 2 + and 9.64 MeV 3 1 are attributed to differences in the detector acceptance for each of the two multiplicities.
Figure 5. Excitation spectra of 12 C. Main figure: Complete kinematics data. Inset: Data where one α -particle has been reconstructed. The reconstructed data show a poorer excitation energy resolution. The difference in populations of the 7.65 MeV 0 2 + and 9.64 MeV 3 1 are attributed to differences in the detector acceptance for each of the two multiplicities.
Physics 01 00027 g005
Figure 6. One-dimensional projections of the Dalitz plots showing the relative fractional energies of α -particles emitted from 12 C. (left) Projections of the Dalitz plots before (red triangles) and after (blue circles) kinematic fitting. (right) Fits of simulated data to the projected Dalitz plot after kinematic fitting. The red, solid line shows a 100% sequential decay, and the green, dashed line includes a 0.3% direct decay contribution.
Figure 6. One-dimensional projections of the Dalitz plots showing the relative fractional energies of α -particles emitted from 12 C. (left) Projections of the Dalitz plots before (red triangles) and after (blue circles) kinematic fitting. (right) Fits of simulated data to the projected Dalitz plot after kinematic fitting. The red, solid line shows a 100% sequential decay, and the green, dashed line includes a 0.3% direct decay contribution.
Physics 01 00027 g006
Figure 7. Folded Dalitz plots of simulated, complete kinematics data. (left) Sequential decay. (right) Direct decay. Note that the direct decay mechanism was modelled as an equal probabilities decay to anywhere in the available phase space, corresponding to a uniform filling of the Dalitz plot in the right panel. The slight non-uniformity of the simulation is due to the detector acceptance.
Figure 7. Folded Dalitz plots of simulated, complete kinematics data. (left) Sequential decay. (right) Direct decay. Note that the direct decay mechanism was modelled as an equal probabilities decay to anywhere in the available phase space, corresponding to a uniform filling of the Dalitz plot in the right panel. The slight non-uniformity of the simulation is due to the detector acceptance.
Physics 01 00027 g007
Figure 8. XY projection of a simulated 10 C ( α , α ) reaction track in Texas Active Target (TexAT), reconstructed from a Monte–Carlo generated event where the histogram colour represents the energy deposited in the Micromegas of TexAT. The magenta line is the fitted incoming track for the beam, the red line is the fitted light recoil ( α ) track and the black line is the fitted heavy recoil track ( 10 C ).
Figure 8. XY projection of a simulated 10 C ( α , α ) reaction track in Texas Active Target (TexAT), reconstructed from a Monte–Carlo generated event where the histogram colour represents the energy deposited in the Micromegas of TexAT. The magenta line is the fitted incoming track for the beam, the red line is the fitted light recoil ( α ) track and the black line is the fitted heavy recoil track ( 10 C ).
Physics 01 00027 g008
Figure 9. Reconstructed vertex positions along the beam direction of 10 C ( α , α ) reaction tracks in TexAT, reconstructed from Monte–Carlo generated events with no beam energy spread. The main peak can be clearly be seen and has a width of σ = 2.5 mm. The events away from this peak correspond to misidentified vertex locations due to the limitations of the TexAT segmentation, vertex fitting and Hough transform algorithm. They mainly correspond to small-angle scattering events where the light and heavy recoils are hard to distinguish.
Figure 9. Reconstructed vertex positions along the beam direction of 10 C ( α , α ) reaction tracks in TexAT, reconstructed from Monte–Carlo generated events with no beam energy spread. The main peak can be clearly be seen and has a width of σ = 2.5 mm. The events away from this peak correspond to misidentified vertex locations due to the limitations of the TexAT segmentation, vertex fitting and Hough transform algorithm. They mainly correspond to small-angle scattering events where the light and heavy recoils are hard to distinguish.
Physics 01 00027 g009
Figure 10. Centre-of-mass energy as calculated from the energies of the recoil products for a E C M = 2.5 MeV resonance in the 10 C ( α , α ) channel.
Figure 10. Centre-of-mass energy as calculated from the energies of the recoil products for a E C M = 2.5 MeV resonance in the 10 C ( α , α ) channel.
Physics 01 00027 g010
Figure 11. Uncertainty in polar angle for the light and heavy particles calculated before and after the kinematic fitting process in the 10 C ( α , α ) channel. The effect of the kinematic fitting can be seen as a dramatic improvement in the angular resolution for both the light and heavy products.
Figure 11. Uncertainty in polar angle for the light and heavy particles calculated before and after the kinematic fitting process in the 10 C ( α , α ) channel. The effect of the kinematic fitting can be seen as a dramatic improvement in the angular resolution for both the light and heavy products.
Physics 01 00027 g011
Figure 12. Uncertainty in the calculated beam momentum before and after kinematic fitting.
Figure 12. Uncertainty in the calculated beam momentum before and after kinematic fitting.
Physics 01 00027 g012
Figure 13. Uncertainty in the calculated momentum of the light α -particle, in the 10 C ( α , α ) channel, before and after kinematic fitting.
Figure 13. Uncertainty in the calculated momentum of the light α -particle, in the 10 C ( α , α ) channel, before and after kinematic fitting.
Physics 01 00027 g013
Figure 14. Uncertainty in the calculated momentum of the heavy 10 C, in the 10 C ( α , α ) channel, before and after kinematic fitting.
Figure 14. Uncertainty in the calculated momentum of the heavy 10 C, in the 10 C ( α , α ) channel, before and after kinematic fitting.
Physics 01 00027 g014

Share and Cite

MDPI and ACS Style

Smith, R.; Bishop, J. A Fast Universal Kinematic Fitting Code for Low-Energy Nuclear Physics: FUNKI_FIT. Physics 2019, 1, 375-391. https://doi.org/10.3390/physics1030027

AMA Style

Smith R, Bishop J. A Fast Universal Kinematic Fitting Code for Low-Energy Nuclear Physics: FUNKI_FIT. Physics. 2019; 1(3):375-391. https://doi.org/10.3390/physics1030027

Chicago/Turabian Style

Smith, Robin, and Jack Bishop. 2019. "A Fast Universal Kinematic Fitting Code for Low-Energy Nuclear Physics: FUNKI_FIT" Physics 1, no. 3: 375-391. https://doi.org/10.3390/physics1030027

Article Metrics

Back to TopTop