Introduction
Neutron and gamma detection is an essential technique for many nuclear security applications, such as isotope identification [1,2], radiation monitoring [3-5], and the search for fissile material [6,7]. The detection of neutrons and gamma rays usually requires a combination of both types of radiation detectors, which must be portable and compact in many detection scenarios. In recent years, a new Cs2LiLaBr6 (CLLB) detector in the elpasolite scintillator family has been developed [8]. It has the advantages of small size, high light output, and excellent energy resolution; it enables the detection of two types of radiation using pulse shape discrimination technology, making handheld instruments possible [9-12]. Since the 1960s, researchers have found that scintillators produce different pulse shapes when they interact with different particles [13], and many methods of discriminating the waveform characteristics have been developed. These methods are divided into three categories: time-domain, frequency-domain, and intelligent methods. Time-domain methods include charge comparison [14] (CC), time comparison (TC), amplitude comparison (AC), and pulse gradient (PG) methods [15]. Frequency-domain methods include frequency gradient [16], wavelet transform [17], and fractal spectrum [18] methods. Intelligent methods include multilayer perceptron [19], support vector machine [20,21], and deep learning network [22] approaches. Time-domain methods are simple to calculate but usually have a low figure of merit (FOM). Frequency-domain methods involve many Fourier calculations that are complex and difficult to run in real-time; however, they are less sensitive to noise than time-domain methods. Intelligent methods usually have the highest FOM but require many floating-point matrix operations and thus a complicated computational process. In addition, the discrimination performance of intelligent methods usually depends on the training set size and number of neural network parameters. It is almost impossible to complete the computations required by frequency-domain and intelligent methods using limited computational and storage resources. In addition, as the sample points of the waveform increase, the computational complexity of frequency-domain and intelligent methods can rarely maintain linear growth. Therefore, time-domain methods are still preferred for real-time analysis. Consequently, it is necessary to study suitable discrimination methods and preprocessing techniques to identify methods with a good FOM and some noise immunity that are suitable for real-time analysis using modest computational resources. Zuo et al. [23] explored the discrimination effect of several time-domain methods on plastic scintillator detectors and found that filtering could enhance the discrimination performance of these methods. However, the applicability of this finding to CLLB detectors is unknown. In addition, time-domain methods are all sensitive to their parameters. To optimize the discrimination performance of these methods, one must continuously search for the appropriate parameters by trial and error, which is very laborious.
To solve these problems, we examine the discrimination effects of the CC, TC, AC, and PG time-domain methods on CLLB detectors and the effects of preprocessing by a Sallen–Key (SK) filter on the methods in real time. A new SK recursive expression based on the second-order Runge–Kutta method is proposed to reduce the error and applied in an experiment. The experimental results show that appropriate filtering can enhance the discrimination performance of these time-domain methods, where the CC method is the most suitable real-time analysis method for CLLB detectors. However, the performance of the CC method is affected by the parameter settings. We discuss the effects of the CC parameters on its discrimination performance and propose a maximized discrimination difference model (MDDM) to guide parameter selection in the CC method. This tool can be used to model the parameter settings of other time-domain methods and guide parameter selection.
The remainder of the paper is organized as follows. The experimental setup for the work is described in Sect. 2. The basic principles of the numerical methods used are described in Sect. 3. The discrimination effects of the methods and the effects of filtering and the MDDM on their performance are discussed in Sect. 4. Conclusions are presented in Sect. 5.
Neutron/gamma pulse discrimination experiment
Detector and radioactive source
A CLLB crystal detector from Saint-Gobain [24] was used; the scintillator crystal has a diameter of 2 in. and is sealed inside an aluminum housing. It was coupled directly to a photomultiplier tube (PMT) (Hamamatsu R6231-100), as shown in Fig. 1. An ORTEC 556 high-voltage power supply was used during the experiment to supply a voltage of 800 V to the detector. A 137Cs gamma source was used as the energy calibration source for the detector, and a 252Cf source was selected to provide the neutron/gamma hybrid radiation field.
-202301/1001-8042-34-01-008/alternativeImage/1001-8042-34-01-008-F001.jpg)
Data acquisition system
A data acquisition system developed by our research group was used for the experiment; it includes a PXIe chassis with an embedded controller and an electronics card. The signal input of the main electronics card was directly connected to the CLLB detector. The main electronics card consists mainly of analog signal conditioning components, high-speed analog-to-digital converters (ADCs) (14 bits and 500 Msps), a clock jitter cleaner, and a field-programmable gate array (FPGA) (type xc7k325tffg900). As shown in Fig. 4, the rise time of the electrical signal of the CLLB detector is
-202301/1001-8042-34-01-008/alternativeImage/1001-8042-34-01-008-F004.jpg)
The pulse acquisition mode of the FPGA is shown in Fig. 2.
-202301/1001-8042-34-01-008/alternativeImage/1001-8042-34-01-008-F002.jpg)
Pulse preprocessing
First, the detector was energy-calibrated using a 137Cs gamma source. Then, a pulse waveform with an equivalent gamma energy of 3.1–3.3 MeV (the energy band containing the thermal neutron peak) was extracted from the 252Cf source; therefore, we investigated the neutron/gamma discrimination performance in this energy band. A total of 33,782 waveforms were measured. Pulse width and amplitude analysis was used to remove severely overlapped or chopped waveforms; 33,246 pulse waveforms remained after this process. Finally, each pulse baseline value was subtracted from the sampled pulse sample data.
Principle of numerical method
SK filter
In 1955, the SK filter based on discrete components was first proposed by R.P. Sallen and E.L. Key, and the Gaussian shaping of pulse signals was successfully realized. SK filters are widely used for signal filtering and pulse shaping, where they outperform other methods in terms of energy resolution and computational workload [27]. The SK filter has a second-order filter circuit with a simple structure and is widely used in nuclear signal pulse shaping[28,29]. Fig. 3 shows the SK low-pass filter. When R1 = R2 = R= 3.99 kΩ and C1 = C2 = C= 1.5 pF, the corresponding bandwidth is 16.7 MHz.
-202301/1001-8042-34-01-008/alternativeImage/1001-8042-34-01-008-F003.jpg)
Real-time discrimination method
The CC method uses the different integration values of the neutron and gamma pulse tails as the basis for discrimination. The principle is illustrated in Fig. 4a; the discrimination is calculated using Eq. (1):
The principle of the AC method is shown in Fig. 4b, where tc after the peak is selected as the moment of amplitude comparison. The different amplitudes of neutrons and gammas at this moment are used as the basis for discrimination, where
The principle of the TC method is shown in Fig. 4c. It can be considered as the inverse function of the AC method. A fixed Ac threshold line is chosen, and the difference in the time it takes for neutron and gamma pulses to decay from their peaks to the threshold line is used as the basis for discrimination.
The PG method selects peak and post-peak sampling points for gradient calculation; the principle is illustrated in Fig. 4d. It can be written as Eq. (2):
Evaluation criteria
The FOM was introduced as an evaluation criterion to objectively assess the performance of the discrimination method, as shown in Fig. 5. The FOM is defined [30] as shown in Eq. (3):
-202301/1001-8042-34-01-008/alternativeImage/1001-8042-34-01-008-F005.jpg)
MDDM
Among the four methods described above, only the CC method uses all the waveform information. Therefore, it has better noise immunity. The discrimination performance of the CC method depends on three parameters, ts, tm, and te. The values of ts and te are usually taken as the moments of the upper edge of the pulse and the end of pulse decay, respectively, and the parameter tm is the most difficult to determine. We propose a model that maximizes the difference used for discrimination to determine the parameter tm and achieve excellent performance by the CC method. When neutrons and gamma rays deposit energy in the CLLB detector, the photon pulse generated by the scintillation crystal can be written as shown in Eq. (4).
In the linear region, the pulse output from the CLLB detector can be represented by the convolution of the photon pulse with the response function of the PMT and readout electronics. However, the final expression of
-202301/1001-8042-34-01-008/alternativeImage/1001-8042-34-01-008-F006.jpg)
The rise time of the CLLB response pulse to the peak is the same for rays of different energies.
The difference in
If
By calculating
Experimental results and discussion
Comparison of methods
The discrimination effects of the time-domain methods discussed above are all related to the parameter values. To objectively evaluate each method, the definition domain of the discrimination parameters of each method is first given. Then the best FOM using these parameters is obtained as the discrimination performance of the method by a trial-and-error approach. Let ts be 10% of the time required for the pulse to rise to its peak, tp be the moment of the pulse peak, and te be 700 ns after ts. For the CC method, tm satisfies Eq. (13); for the AG method, tc satisfies Eq. (14); for the PG method, tb satisfies Eq. (15); and for the TC method, the Ac range is taken from 0.1 to 1 peak, at intervals of 1% of the peak.
The FOM of the methods without filtering is shown in Fig. 7. Only the CC method can distinguish between neutron and gamma pulses at the current noise level, where the parameter tm is taken as 212 ns after ts to obtain the best FOM for this method.
-202301/1001-8042-34-01-008/alternativeImage/1001-8042-34-01-008-F007.jpg)
As show in Fig. 3, the shaping effect of the SK low-pass filter is affected by the value of
The AC method is more strongly affected by noise, which is strongly correlated with the filtering effect. The overall FOM of the TC method is low; it is challenging to distinguish neutron and gamma signals correctly because the shaped pulse has a large oscillation with time. Therefore, the TC method is not suitable for neutron/gamma discrimination.
The PG method is also more strongly affected by noise. The FOM of the PG method is strongly correlated with the filtering effect. In addition, the FOM of the PG method is similar to that of the AC method because of the amplitude difference in Eq. (3) in the calculation, which indicates that the amplitude difference is the dominant factor in discrimination by the PG method.
Therefore, the CC method is the most suitable processing method for real-time neutron/gamma discrimination.
Effect of MDDM
When the ts and te parameters of the CC method are fixed as described in Sect. 4.1, we take
-202301/1001-8042-34-01-008/alternativeImage/1001-8042-34-01-008-F008.jpg)
To solve Eq. (11) for tm, only
1. The neutron/gamma pulse signals were extracted separately by the CC method (using the parameters that were used to achieve the performance shown in Fig. 7), where 2000 pulse waveforms each were extracted for neutrons and gammas.
2. The average waveforms of neutron and gamma pulses were calculated and fitted with Eqs. (5) and (6) for neutrons and gammas, respectively, to obtain
3. The average of the rise times of the fitted neutron and gamma waveforms is obtained as
4. The average of
5. By substituting
We confirm that the above parameters satisfy Eq. (11). For a fixed value of ts, we take
-202301/1001-8042-34-01-008/alternativeImage/1001-8042-34-01-008-F009.jpg)
Conclusion
This work studied the use of four real-time discrimination methods with CLLB detectors. The FOM of the four methods was improved when the pulses were adequately filtered. The CC method, with an excellent FOM and noise immunity, is the most suitable real-time discrimination method for CLLB detectors. Experimental tests showed that when ts in the CC method is set to the moment at which the pulse rises to 10% of its peak, te should be within 640–740 ns after ts to yield the potentially optimal FOM. In this parameter range, the FOM obtained using the tm value calculated using the MDDM and the potentially optimal FOM differ by less than 3.9%. This result provides a good guide for parameter setting in the CC method. The concept of MDDM analysis can be used to model the parameter settings in other time-domain methods and provide guidance for parameter selection.
An automated isotope identification and quantification algorithm for isotope mixtures in low-resolution gamma-ray spectra
. Radiat. Phys. Chem. 155, 281-286 (2019). doi: 10.1016/j.radphyschem.2018.06.017Assessment of uranium inhomogeneity and isotope imaging for nuclear forensics
. Spectrochim Acta. B. 171, 105920 (2020). doi: 10.1016/j.sab.2020.105920Measurement of the radiation dose distribution in EAST hall based on thermoluminescence dosimeter
. Fusion. Eng. Des. 160, 111977 (2020). doi: 10.1016/j.fusengdes.2020.111977Unmanned radiation-monitoring system
. IEEE T. Nucl. Sci. 67(4), 636-643 (2020). doi: 10.1109/TNS.2020.2970782Discrimination of neutrons and gamma-rays in plastic scintillator based on pulse coupled neural network
. Nucl. Sci. Tech. 32(8), 82(2021) doi: 10.1007/s41365-021-00915-w.Neutron detection alternatives to 3He for national security applications
. Nucl. Instrum. Meth. A. 623(3), 1035-1045 (2010). doi: 10.1016/j.nima.2010.08.021Design and performance of a compact Cs2LiLaBr6(Ce) neutron/gamma detector using silicon photomultipliers
. 2015 IEEE Nuclear Science Symposium and Medical Imaging Conference (Pulse shape discrimination with selected elpasolite crystals
. IEEE T. Nucl. Sci. 59(5), 2328-2333 (2012). doi: 10.1109/TNS.2012.2188646Selected properties of Cs2LiYCl6, Cs2LiLaCl6 and Cs2LiLaBr6 scintillators
. IEEE T. Nucl. Sci. 58 (1), 333-338 (2011). doi: 10.2098045Characterization of the internal background for thermal and fast neutron detection with CLLB
. Nucl. Instrum. Meth. A. 838, 147-153 (2016). doi: 10.1016/j.nima.2016.09.013Identification of internal radioactive contaminants in elpasolites (CLYC, CLLB, CLLBC) and other inorganic scintillators
. Nucl. Instrum. Meth. A. 954, 161228 (2020). doi: 10.1016/j.nima.2018.09.063Fast pulse sampling module for real-time neutron-gamma discrimination
. Nucl. Sci. Tech. 30(5), 84 (2019) doi: 10.1007/s41365-019-0595-1Development of organic scintillators
. Nucl. Instrum. Methods. 162(1-3), 477-505 (1979). doi: 10.1016/0029-554X(79)90729-8Study of n-γ discrimination by digital charge comparison method for a large volume liquid scintillator
. Nucl. Instrum. Meth. A. 317(1-2), 262-272 (1992). doi: 10.1016/0168-9002(92)90617-DDigital discrimination of neutrons and γ-rays in liquid scintillators using pulse gradient analysis
. Nucl. Instrum. Meth. A. 578(1), 191-197 (2007). doi: 10.1016/j.nima.2007.04.174A digital method for the discrimination of neutrons and γ rays with organic scintillation detectors using frequency gradient analysis
. IEEE T. Nucl. Sci. 57(3), 1682-1691 (2010). doi: 10.2044246A wavelet-based pulse shape discrimination method for simultaneous beta and gamma spectroscopy
. Nucl. Instrum. Meth. A. 599(1), 66-73 (2009). doi: 10.1016/j.nima.2008.10.026Toward a fractal spectrum approach for neutron and gamma pulse shape discrimination
. Chinese Phys. C 40(6), 066201 (2016). doi: 10.1088/1674-1137/40/6/066201Neutron detection and γ-ray suppression using artificial neural networks with the liquid scintillators BC-501A and BC-537
. Nucl. Instrum. Meth. A 916, 238-245 (2019). doi: 10.1016/j.nima.2018.11.122Advanced pulse shape discrimination via machine learning for applications in thermonuclear fusion
. Nucl. Instrum. Meth. A 974, 164198 (2020). doi: 10.1016/j.nima.2020.164198Neutron-gamma discrimination based on support vector machine combined to nonnegative matrix factorization and continuous wavelet transform
. Measurement. 149, 106958 (2020). https://doi.org/10.1016/j.measurement.2019.106958ResNet and CycleGAN for pulse shape discrimination of He-4 detector pulses: Recovering pulses conventional algorithms fail to label unanimously
. Appl. Radiat. Isotopes. 176, 109819 (2021). https://doi.org/10.1016/j.apradiso.2021.109819Discrimination of neutrons and gamma-rays in plastic scintillator based on falling-edge percentage slope method
. Nucl. Instrum. Meth. A 1010, 165483 (2021). doi: 10.1016/j.nima.2021.165483Development of a wide-range and fast-response digitizing pulse signal acquisition and processing system for neutron flux monitoring on EAST
. Nucl. Sci. Tech. 33(35), 1-11 (2022). doi: 10.1007/s41365-022-01016-yDesign of an energetic particle radiation diagnostic spectroscopy system based on national core chips and Qt on Linux in EAST. Nucl
. Sci. Tech. 32, 68 (2021). doi: 10.1007/s41365-021-00906-xStudy of Sallen–Key digital filters in nuclear pulse signal processing
. Nucl. Sci. Tech. 30(10), 145 (2019). doi: 10.1007/s41365-019-0679-yInvestigation of FPGA-based real-time adaptive digital pulse shaping for high-count-rate applications
. IEEE T. Nucl. Sci. 64(7), 1733-1738 (2017). doi: 10.1109/TNS.2017.2692219Design and Characterization of a Low-Noise Front-End Readout ASIC in 0.18- μ m CMOS Technology for CZT/Si-PIN Detectors
. IEEE T. Nucl. Sci. 65(5), 1203-1211 (2018). doi: 10.1109/TNS.2018.2826070Pulse shape discrimination in inorganic and organic scintillators
. I. Nucl. Instrum. Methods. 95(1), 141-153 (1971). doi: 10.1016/0029-554X(71)90054-1Optimization of integration limit in the charge comparison method based on signal shape function
. Nucl. Instrum. Meth. A. 760 5-9 (2014). doi: 10.1016/j.nima.2014.05.017