====== 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: [[https://github.com/wr-hamburg/vecpar|vecpar]] ===== Publications ===== require_once('../php/common.php'); require_once('../php/publications.php'); $loader = new PublicationsLoader(PublicationsLoader::Publications); $loader->filter(PublicationsLoader::ProjectsFilter, 'DASHH-PT'); $loader->load(); $pubs = new Publications($loader); $pubs->printDW(TRUE, Publications::ListFlat); ===== People ===== * [[People:Thomas Ludwig]] (principal investigator) * [[http://www.desy.de/~petersk/Contact.html|Dr. Krisztian Peters]] (principal investigator) * Dr. Nicholas Styles * [[People:Alumni:Michael Kuhn]] * [[People:Georgiana Mania]] ===== Links ===== **Data Science in Hamburg - Helmholtz Graduate School for the Structure of Matter** - [[https://www.dashh.org|DASHH]]