Next Article in Journal
Particles —First 100 Papers Milestone Achieved
Next Article in Special Issue
Reconstruction of Photon Conversions in the MPD Experiment
Previous Article in Journal
Acknowledgment to Reviewers of Particles in 2020
Previous Article in Special Issue
Resonance Reconstruction in the MPD
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Conference Report

Deep Learning Based Impact Parameter Determination for the CBM Experiment

1
Frankfurt Institute for Advanced Studies, D-60438 Frankfurt am Main, Germany
2
Institut für Theoretische Physik, Johann Wolfgang Goethe Universität, D-60438 Frankfurt am Main, Germany
3
Institut für Informatik, Johann Wolfgang Goethe Universität, D-60438 Frankfurt am Main, Germany
4
GSI Helmholtzzentrum für Schwerionenforschung GmbH, D-64291 Darmstadt, Germany
*
Author to whom correspondence should be addressed.
Submission received: 14 January 2021 / Accepted: 27 January 2021 / Published: 2 February 2021
(This article belongs to the Special Issue Analysis Techniques and Physics Performance Studies for FAIR and NICA)

Abstract

:
In this talk we presented a novel technique, based on Deep Learning, to determine the impact parameter of nuclear collisions at the CBM experiment. PointNet based Deep Learning models are trained on UrQMD followed by CBMRoot simulations of Au+Au collisions at 10 AGeV to reconstruct the impact parameter of collisions from raw experimental data such as hits of the particles in the detector planes, tracks reconstructed from the hits or their combinations. The PointNet models can perform fast, accurate, event-by-event impact parameter determination in heavy ion collision experiments. They are shown to outperform a simple model which maps the track multiplicity to the impact parameter. While conventional methods for centrality classification merely provide an expected impact parameter distribution for a given centrality class, the PointNet models predict the impact parameter from 2–14 fm on an event-by-event basis with a mean error of −0.33 to 0.22 fm.

1. Introduction

The phase structure of strongly interacting matter is studied in the laboratory via relativistic heavy ion collision experiments. The upcoming Compressed Baryonic Matter (CBM) experiment at the Facility for Antiproton and Ion Research (FAIR) at GSI (Darmstadt) will study high energy nucleus-nucleus collisions with beam energies from 2 to 10 AGeV at the SIS-100 accelerator and up to 40 AGeV at the SIS-300 accelerator [1,2,3]. The CBM detector will measure up to 1000 charged particles per collision and will operate at a maximum interaction rate of 10 MHz. This produces about 1 Tbytes/s of raw data that needs to be processed online to select interesting events for permanent storage and further analyses. These unique experimental requirements call for development of novel analysis techniques that can make ultra fast analyses of experimental data in realtime.
The impact parameter is an essential quantity for event selection and all subsequent analyses in heavy ion collisions. However, experiments cannot directly measure the impact parameter of the collision. Instead, final state observables such as charged particle multiplicity and energy deposited by spectator fragments are used to define centrality classes based on the predictions of a theoretical model. The likely impact parameter distribution of a centrality class is then estimated from this theoretical model. The CBM experiment uses a Monte Carlo Glauber (MC-Glauber) model [4] to calculate the charged particle multiplicity and spectator energy. Centrality classes are defined from percentiles of these observables which is then used for a broad grouping of events. The main disadvantage of this technique is that this model cannot determine the impact parameter on an event-by-event basis. However, an accurate impact parameter determination is necessary for studies on the event-by-event fluctuations which are one of the crucial probes to search for a possible critical point or a phase transition [5,6,7].
Machine learning techniques are widely used in high energy physics, both in experiments and theory to develop models that can replace conventional analysis techniques [8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30]. Naturally, such techniques have also been proposed as tool for impact parameter determination in [31,32,33,34,35,36]. However, previous studies were using shallow neural networks or other traditional Machine Learning algorithms with simplified experimental constraints based on detector acceptance and event selection. Moreover, the features used in these studies were often not readily available in an experiment during data taking. Therefore alternate ML algorithms, in particular Deep Learning (DL) [37] techniques that can learn from raw experimental outputs of realistic detector simulations can be extremely useful for all experimental heavy ion collision programs.
In this proceedings, we summarise the results and performance of PointNet based Deep Learning models for impact parameter determination. A detailed description of the models and discussions on their performance can be found in [38].

2. Data Preparation

The CBM detector comprises of several sub detector systems each designed for specific tasks. A Silicon Tracking System (STS) [39,40] together with Micro Vertex Detector (MVD) [40] is placed in a dipole magnet next to the target. The STS performs track and momentum reconstruction of charged particles while the MVD is designed to reconstruct open charm decays. The present study used data only from these sub detectors to train the DL models. Other sub systems in CBM include a Ring Imaging CHerenkov detector [41], Transition Radiation Detector, Time Of Flight (TOF) detector and Projectile Spectator Detector (PSD) but have not been considered for the task at hand.
For the following, the UrQMD model [42,43] was used as event generator to generate Au+Au collision events at 10 AGeV. To simulate a realistic detector output and incorporate weak and electromagnetic interactions of hadrons, the generated UrQMD events were fed as input to CbmRoot [44] simulation framework which performed transport of all UrQMD generated particles through the CBM detector geometry using Geant3 [45]. The standard CbmRoot macros were then used for detector response simulation and event reconstruction. These simulations do not contain any realistic background of hits from other sources like event pile-up, hits originating from delta rays or from beam halo interactions.

3. PointNet Models

The PointNet [46] is a DL architecture optimised to learn from point cloud data. The detector output in heavy ion collisions are the tracks or hits of the final state particles. Individual events can therefore be efficiently represented as pointclouds where each point is defined by the attributes of a track or hit in given event. Using the pointcloud as input, the PointNet architecture was trained to regress the impact parameter of the collision events. Four different DL models were trained using 10 5 Au + Au collisions at 10 AGeV with impact parameters sampled from a uniform b-distribution. The M-hits and S-hits models developed in the study used the hits of particles in MVD and STS detectors respectively. The model MS-tracks used the tracks reconstructed from the hits in MVD and STS detectors while the model HT-combi used combination of MVD hits and reconstructed tracks as input features. More details of these PointNet models are tabulated in Table 1.

4. Results

The DL models were trained with 75,000 events of the training dataset while the remaining 25,000 events were used as a validation sample for testing the generalisation ability of the model to unseen data. The models were trained using the A d a m optimiser with the Mean Square Error (MSE) of the impact parameter as the loss function. The values of the Mean Absolute Error (MAE), coefficient of determination ( R 2 ) and Mean Squared Error for the validation data were used to choose the best model for further analyses. Upon training, all the models converged to similar values of R 2 , MSE and MAE. All the models had an R 2 of about 0.98, MSE of 0.39–0.47 fm and MAE of 0.49–0.54 fm.
The DL models can take advantage of the huge computational capability on Graphics Processing Units (GPU). On a Nvidia Geforce RTX 2080 Ti with a graphics processing memory of 12 GB, the MS-tracks model was found to be the fastest in its decision making with a processing speed of about 1092 events/s. The S-hits was the slowest with a speed of 159 events/s. However, it should be noted that the present network structure and complexity are not optimised for speed. Therefore, the processing speed can be further scaled up by reducing the model complexity or by redesigning the network structure to optimally utilize the available computational resources.
Figures 2–4 in [38] illustrate the performance of the PointNet models in comparison to a simple polynomial fit (Polyfit) to the track multiplicity vs. impact parameter relation. The DL models were shown to be more accurate and precise than the Polyfit model. The predictions of the MS-tracks for different impact parameters is illustrated in Figure 1 (left). It can be seen that the distributions of DL predicted impact parameters have their mean close to the true impact parameter. The precision in predictions are quantified by the spread of these distributions, which is small and has quickly diminishing tails as evident from the figure. The mean of the predicted distribution of impact parameters, using different PointNet models and the Polyfit model, are compared in Figure 1 (right). The error bars show the standard deviation of these distributions. For impact parameters from 2–14 fm, the PointNet models have a mean error between −0.33 to 0.22 fm while it is between −0.7 and 0.4 fm for the polyfit model. It can be seen that the spread of the distributions are also larger for Polyfit in comparison to the Dl models, especially for most central events. For events below 2 fm, the simple model had a relative precision (( σ p r e d / true b)× 100%) reaching up to 200% while this was less than 80% for the DL models with the values being less than 50% for events with 1 fm or above. Moreover, in Figure 5 in [38], it was also shown that the DL models are robust to small changes in the physics of the underlying event generator model.

5. Conclusions

The PointNet based models can be used for accurate impact parameter determination at the CBM experiment. The fact that these models can reconstruct the impact parameter from experimental outputs such as tracks or hits of final state particles and their processing speed make them ideal to be used for online event selection. Unlike the polynomial fit or other conventional techniques for centrality determination which fails for most central collisions, the DL models are reliable over most range of impact parameters. The tracks or hits in detector planes are the basic information available in any collision experiment. Therefore these PointNet models can also be easily developed for application in any other fixed target or collider experiment.
The conventional methods of centrality classification cannot perform impact parameter determination on an event-by-event basis. Only a theoretical estimate of the impact parameter distribution is known for a given centrality class. The definition of centrality classes from percentiles of parameters such as track multiplicity or spectator energy can only perform a broad grouping of events. The accuracy of such a classification is limited by the uncertainty in the particles produced or the spectator energy for a given impact parameter. However, by using Deep Learning models, we can develop models which can learn other unknown correlations in the data to make an accurate impact parameter determination.
The impact parameter of heavy ion collision is a highly model dependent parameter. All methods including the DL models and MC- Glauber model will have a bias in the predictions from the choice of theoretical model. However, for the DL models, such bias can be studied and minimised by combining data from multiple event generators for the training. This can force the DL algorithm to look for alternate, model independent correlations in the data to determine impact parameter. However, that is beyond the scope of this study. In future, it would also be interesting to investigate if the DL models developed in the study can be trained for other tasks in the experiment by using tracks or hits as input feature eg. in identifying a QCD phase transition or regressing other observables, like collective flow and particle multiplicities.

Author Contributions

All authors contributed equally to this work. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded in part (MOK, JS, and KZ) by the Samson AG and the BMBF through the ErUM-Data project. MOK was funded in part by GSI through a F&E grant.

Acknowledgments

The authors thank Volker Friese, Manuel Lorenz, Ilya Selyuzhenkov and Steffen Bass for helpful discussions and comments, Dariusz Miskowiec, Dmytro Kresan and Florian Uhlig for help with unigen code. We thank the CBM collaboration for the access to the CBM-ROOT simulation software package. MOK, JS, and KZ thank the Samson AG and the BMBF through the ErUM-Data project for funding. JS and HS thank the Walter Greiner Gesellschaft zur Förderung der physikalischen Grundlagenforschung e.V. for her support. MOK thanks HGS-HiRe and GSI through a F&E grant for their support. Computational resources were provided by the NVIDIA Corporation with the donation of two NVIDIA TITAN Xp GPUs and the Frankfurt Center for Scientific Computing (Goethe-HLR).

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

References

  1. Friese, V. The CBM experiment at GSI/FAIR. Nucl. Phys. A 2006, 774, 377–386. [Google Scholar] [CrossRef]
  2. Senger, P.; Cbm Collaboration. The CBM experiment at FAIR. J. Phys. Conf. Ser. 2006, 50, 357–360. [Google Scholar] [CrossRef]
  3. Staszel, P.; Cbm Collaboration. CBM experiment at FAIR. Acta Phys. Polon. B 2010, 41, 341–350. [Google Scholar]
  4. Klochkov, V.; Selyuzhenkov, I. Centrality determination in heavy-ion collisions with the CBM experiment. J. Phys. Conf. Ser. 2017, 798, 012059. [Google Scholar] [CrossRef] [Green Version]
  5. Jeon, S.; Koch, V. Event by event fluctuations. arXiv 2003, arXiv:hep-ph/0304012. [Google Scholar] [CrossRef]
  6. Skokov, V.; Friman, B.; Redlich, K. Volume Fluctuations and Higher Order Cumulants of the Net Baryon Number. Phys. Rev. C 2013, 88, 034911. [Google Scholar] [CrossRef] [Green Version]
  7. Chatterjee, A.; Zhang, Y.; Liu, H.; Wang, R.; He, S.; Luo, X. Effects of centrality fluctuation and deuteron formation on proton number cumulant in Au+Au collisions at s NN = 3 GeV from JAM model. arXiv 2020, arXiv:2009.03755. [Google Scholar]
  8. Pang, L.G.; Zhou, K.; Su, N.; Petersen, H.; Stöcker, H.; Wang, X.N. An equation-of-state-meter of quantum chromodynamics transition from deep learning. Nat. Commun. 2018, 9, 210. [Google Scholar] [CrossRef] [Green Version]
  9. Zhou, K.; Endrődi, G.; Pang, L.G.; Stöcker, H. Regressive and generative neural networks for scalar field theory. Phys. Rev. D 2019, 100, 011501. [Google Scholar] [CrossRef] [Green Version]
  10. Steinheimer, J.; Pang, L.; Zhou, K.; Koch, V.; Randrup, J.; Stoecker, H. A machine learning study to identify spinodal clumping in high energy nuclear collisions. J. High Energy Phys. 2019, 12, 122. [Google Scholar] [CrossRef] [Green Version]
  11. Du, Y.L.; Zhou, K.; Steinheimer, J.; Pang, L.G.; Motornenko, A.; Zong, H.S.; Wang, X.N.; Stöcker, H. Identifying the nature of the QCD transition in relativistic collision of heavy nuclei with deep learning. Eur. Phys. J. C 2020, 80, 516. [Google Scholar] [CrossRef]
  12. Thaprasop, P.; Zhou, K.; Steinheimer, J.; Herold, C. Unsupervised Outlier Detection in Heavy-Ion Collisions. arXiv 2020, arXiv:2007.15830. [Google Scholar]
  13. Bourilkov, D. Machine and Deep Learning Applications in Particle Physics. Int. J. Mod. Phys. A 2020, 34, 1930019. [Google Scholar] [CrossRef] [Green Version]
  14. Radovic, A.; Williams, M.; Rousseau, D.; Kagan, M.; Bonacorsi, D.; Himmel, A.; Aurisano, A.; Terao, K.; Wongjirad, T. Machine learning at the energy and intensity frontiers of particle physics. Nature 2018, 560, 41–48. [Google Scholar] [CrossRef]
  15. Guest, D.; Cranmer, K.; Whiteson, D. Deep Learning and its Application to LHC Physics. Ann. Rev. Nucl. Part Sci. 2018, 68, 161–181. [Google Scholar] [CrossRef] [Green Version]
  16. Larkoski, A.J.; Moult, I.; Nachman, B. Jet Substructure at the Large Hadron Collider: A Review of Recent Advances in Theory and Machine Learning. Phys. Rep. 2020, 841, 1–63. [Google Scholar] [CrossRef] [Green Version]
  17. De Oliveira, L.; Kagan, M.; Mackey, L.; Nachman, B.; Schwartzman, A. Jet-images—Deep learning edition. J. High Energy Phys. 2016, 7, 69. [Google Scholar] [CrossRef] [Green Version]
  18. Baldi, P.; Bauer, K.; Eng, C.; Sadowski, P.; Whiteson, D. Jet Substructure Classification in High-Energy Physics with Deep Neural Networks. Phys. Rev. D 2016, 93, 094034. [Google Scholar] [CrossRef] [Green Version]
  19. Komiske, P.T.; Metodiev, E.M.; Schwartz, M.D. Deep learning in color: Towards automated quark/gluon jet discrimination. J. High Energy Phys. 2017, 1, 110. [Google Scholar]
  20. Almeida, L.G.; Backović, M.; Cliche, M.; Lee, S.J.; Perelstein, M. Playing Tag with ANN: Boosted Top Identification with Pattern Recognition. J. High Energy Phys. 2015, 7, 86. [Google Scholar] [CrossRef] [Green Version]
  21. Kasieczka, G.; Plehn, T.; Russell, M.; Schell, T. Deep-learning Top Taggers or The End of QCD? J. High Energy Phys. 2017, 5, 6. [Google Scholar] [CrossRef] [Green Version]
  22. Kasieczka, G.; Plehn, T.; Butter, A.; Cranmer, K.; Debnath, D.; Dillon, B.M.; Fairbairn, M.; Faroughy, D.A.; Fedorko, W.; Gay, C.; et al. The Machine Learning Landscape of Top Taggers. SciPost Phys. 2019, 7, 14. [Google Scholar]
  23. Qu, H.; Gouskos, L. ParticleNet: Jet Tagging via Particle Clouds. Phys. Rev. D 2020, 101, 056019. [Google Scholar] [CrossRef] [Green Version]
  24. Moreno, E.A.; Cerri, O.; Duarte, J.M.; Newman, H.B.; Nguyen, T.Q.; Periwal, A.; Pierini, M.; Serikova, A.; Spiropulu, M.; Vlimant, J.R. JEDI-net: A jet identification algorithm based on interaction networks. Eur. Phys. J. C 2020, 80, 58. [Google Scholar] [CrossRef]
  25. Kasieczka, G.; Marzani, S.; Soyez, G.; Stagnitto, G. Towards Machine Learning Analytics for Jet Substructure. J. High Energy Phys. 2020, 9, 195. [Google Scholar] [CrossRef]
  26. CMS Collaboration. Identification of heavy, energetic, hadronically decaying particles using machine-learning techniques. J. Instrum. 2020, 15, P06005. [Google Scholar] [CrossRef]
  27. Esmail, W.; Stockmanns, T.; Ritman, J. Machine Learning for Track Finding at PANDA. arXiv 2019, arXiv:1910.07191. [Google Scholar]
  28. Haake, R. Machine and deep learning techniques in heavy-ion collisions with ALICE. arXiv 2017, arXiv:1709.08497. [Google Scholar]
  29. Samuel, D.; Suresh, K. Artificial Neural Networks-based Track Fitting of Cosmic Muons through Stacked Resistive Plate Chambers. J. Instrum. 2018, 13, P10035. [Google Scholar] [CrossRef] [Green Version]
  30. Samuel, D.; Samalan, A.; Kuttan, M.O.; Murgod, L.P. Machine learning-based predictions of directionality and charge of cosmic muons—A simulation study using the mICAL detector. J. Instrum. 2019, 14, P11020. [Google Scholar] [CrossRef]
  31. Bass, S.A.; Bischoff, A.; Hartnack, C.; Maruhn, J.A.; Reinhardt, J.; Stoecker, H.; Greiner, W. Neural networks for impact parameter determination. J. Phys. G 1994, 20, L21–L26. [Google Scholar] [CrossRef] [Green Version]
  32. David, C.; Freslier, M.; Aichelin, J. Impact parameter determination for heavy-ion collisions by use of a neural network. Phys. Rev. C 1995, 51, 1453–1459. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  33. Bass, S.A.; Bischoff, A.; Maruhn, J.A.; Stoecker, H.; Greiner, W. Neural networks for impact parameter determination. Phys. Rev. C 1996, 53, 2358–2363. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  34. Haddad, F.; Hagel, K.; Li, J.; Mdeiwayeh, N.; Natowitz, J.B.; Wada, R.; Xiao, B.; David, C.; Freslier, M.; Aichelin, J. Impact parameter determination in experimental analysis using neural network. Phys. Rev. C 1997, 55, 1371–1375. [Google Scholar] [CrossRef] [Green Version]
  35. Sanctis, J.D.; Masotti, M.; Bruno, M.; D’Agostino, M.; Geraci, E.; Vannini, G.; Bonasera, A. Classification of the impact parameter in nucleus-nucleus collisions by a support vector machine method. J. Phys. G 2009, 36, 015101. [Google Scholar] [CrossRef]
  36. Li, F.; Wang, Y.; Lü, H.; Li, P.; Li, Q.; Liu, F. Application of artificial intelligence in the determination of impact parameter in heavy-ion collisions at intermediate energies. J. Phys. G 2020, 47, 115104. [Google Scholar] [CrossRef]
  37. LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef]
  38. Kuttan, M.O.; Steinheimer, J.; Zhou, K.; Redelbach, A.; Stoecker, H. A fast centrality-meter for heavy-ion collisions at the CBM experiment. Phys. Lett. B 2020, 811, 135872. [Google Scholar] [CrossRef]
  39. Heuser, J.M. The Silicon Tracking System of the CBM Experiment at FAIR. JPS Conf. Proc. 2015, 8, 022007. [Google Scholar]
  40. Deveaux, M.; Heuser, J.M. The Silicon Detector Systems of the Compressed Baryonic Matter Experiment; Universitätsbibliothek Johann Christian Senckenberg: Frankfurt am Main, Germany, 2013. [Google Scholar]
  41. Adamczewski-Musch, J.; Akishin, P.; Becker, K.H.; Belogurov, S.; Bendarouach, J.; Boldyreva, N.; Chernogorov, A.; Deveaux, C.; Dobyrn, V.; Dürr, M.; et al. The CBM RICH project. Nucl. Instrum. Meth. A 2017, 845, 434–438. [Google Scholar] [CrossRef]
  42. Bass, S.A.; Belkacem, M.; Bleicher, M.; Brandstetter, M.; Bravina, L.; Ernst, C.; Gerland, L.; Hofmann, M.; Hofmann, S.; Konopka, J.; et al. Microscopic models for ultrarelativistic heavy ion collisions. Prog. Part Nucl. Phys. 1998, 41, 255–369. [Google Scholar] [CrossRef] [Green Version]
  43. Bleicher, M.; Zabrodin, E.; Spieles, C.; Bass, S.A.; Ernst, C.; Soff, S.; Bravina, L.; Belkacem, M.; Weber, H.; Stoecker, H.; et al. Relativistic hadron hadron collisions in the ultrarelativistic quantum molecular dynamics model. J. Phys. G 1999, 25, 1859–1896. [Google Scholar] [CrossRef]
  44. Available online: https://subversion.gsi.de/cbmsoft/cbmroot/release/OCT19/ (accessed on 1 December 2019).
  45. Brun, R.; McPherson, A.C.; Zanarini, P.; Maire, M.; Bruyant, F. GEANT 3: User’s Guide Geant 3.10, Geant 3.11. No. CERN-DD-EE-84-01; CERN: Meyrin, Switzerland, 1987. [Google Scholar]
  46. Charles, R.Q.; Su, H.; Kaichun, M.; Guibas, L.J. PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 77–85. [Google Scholar]
Figure 1. (left) Distribution of the predicted impact parameters using MS-tracks. 500 events of a given fixed impact parameter were used to generate each distribution in the figure. (right) Mean of the predictions for different DL models and the Polyfit model compared to the true impact parameter. 500 events each for different impact parameters from 0.5–16 fm were used to calculate the mean of the predictions. The error bars denote the standard deviation of the predictions around the mean.
Figure 1. (left) Distribution of the predicted impact parameters using MS-tracks. 500 events of a given fixed impact parameter were used to generate each distribution in the figure. (right) Mean of the predictions for different DL models and the Polyfit model compared to the true impact parameter. 500 events each for different impact parameters from 0.5–16 fm were used to calculate the mean of the predictions. The error bars denote the standard deviation of the predictions around the mean.
Particles 04 00006 g001
Table 1. Properties of the PointNet models developed in the study. The number of parameters (# param.) refers to the total number of parameters of the Neural Network. The first dimension of the input is defined by the maximum number of tracks or hits expected in an event while the second dimension is the number of input features considered for each point in the pointcloud. e.g., The M-hits is expected to have up to 1995 hits where 3 features (x, y, z) of each hit is used for training.
Table 1. Properties of the PointNet models developed in the study. The number of parameters (# param.) refers to the total number of parameters of the Neural Network. The first dimension of the input is defined by the maximum number of tracks or hits expected in an event while the second dimension is the number of input features considered for each point in the pointcloud. e.g., The M-hits is expected to have up to 1995 hits where 3 features (x, y, z) of each hit is used for training.
ModelInput Features# Param.Input Dimensions
M-hitsx, y, z of hits in all MVD planes 3 × 10 6 1995 × 3
S-hitsx, y, z of hits in all STS planes 3 × 10 6 9820 × 3
MS-tracksx, y, z, dx/dz, dy/dz, q/P of tracks in first and last planes 6 × 10 6 560 × 12
HT-combicombination of features of M-hits and MS-tracks 10 × 10 6 1995 × 3 , 560 × 12
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kuttan, M.O.; Steinheimer, J.; Zhou, K.; Redelbach, A.; Stoecker, H. Deep Learning Based Impact Parameter Determination for the CBM Experiment. Particles 2021, 4, 47-52. https://0-doi-org.brum.beds.ac.uk/10.3390/particles4010006

AMA Style

Kuttan MO, Steinheimer J, Zhou K, Redelbach A, Stoecker H. Deep Learning Based Impact Parameter Determination for the CBM Experiment. Particles. 2021; 4(1):47-52. https://0-doi-org.brum.beds.ac.uk/10.3390/particles4010006

Chicago/Turabian Style

Kuttan, Manjunath Omana, Jan Steinheimer, Kai Zhou, Andreas Redelbach, and Horst Stoecker. 2021. "Deep Learning Based Impact Parameter Determination for the CBM Experiment" Particles 4, no. 1: 47-52. https://0-doi-org.brum.beds.ac.uk/10.3390/particles4010006

Article Metrics

Back to TopTop