Table of Contents
DASHH: Particle Tracking
General Information
Charged particle track finding and fitting is one of the most computationally complex and expensive parts of event reconstruction at High Energy Physics collider experiments, in particular for experiments such as ATLAS at the Large Hadron Collider, and its future High-Luminosity upgrade. As collision rates continue to rise in order to provide increasingly large data sets for analysis, the challenges associated with track reconstruction are exacerbated further due to the combinatorial nature of the track finding task and the high measurement density. As a result, track reconstruction is an area where new computational approaches to the various aspects of the problem can be extremely beneficial. Consequently, track reconstruction software should consider the implications of developments and trends in computing architectures. For example, the move towards wide registers in GPUs which benefit from increased parallelism, and the necessity to explore multi-threading to efficiently use limited available resources. Adapting experiments’ track reconstruction towards such paradigms is challenging for several reasons. The highly sequential nature of the track reconstruction chain means that intra-algorithm rather than inter-algorithm parallelism must be considered, and the probable non-homogeneity of available computing resources will mean that GPU-optimized code must either run efficiently also on CPUs, or be limited to specific use cases. Identifying such cases and performing the necessary code refactoring are highly relevant challenges.
First prototype of a portability library adapted for track reconstruction use cases: vecpar
Publications
- A GPU-Based Kalman Filter for Track Fitting (Xiaocong Ai, Georgiana Mania, Heather M. Gray, Michael Kuhn, Nicholas Styles), In Computing and Software for Big Science, Series: Volume 5, Article 20, (Editors: Volker Beckmann, Markus Elsing, Günter Quast), Springer Science and Business Media LLC, 2021-10-05
Publication details – URL – DOI
- State of the Art and Future Trends in Data Reduction for High-Performance Computing (Kira Duwe, Jakob Lüttgau, Georgiana Mania, Jannek Squar, Anna Fuchs, Michael Kuhn, Eugen Betke, Thomas Ludwig), In Supercomputing Frontiers and Innovations, Series: Volume 7, Number 1, pp. 4–36, (Editors: Jack Dongarra, Vladimir Voevodin), Publishing Center of South Ural State University (454080, Lenin prospekt, 76, Chelyabinsk, Russia), 2020-04
Publication details – URL – DOI
People
- Prof. Dr. Thomas Ludwig (principal investigator)
- Dr. Krisztian Peters (principal investigator)
- Dr. Nicholas Styles
Links
Data Science in Hamburg - Helmholtz Graduate School for the Structure of Matter - DASHH