Warning

This website is outdated!. ACTS documentation has moved to ReadTheDocs at:
acts.readthedocs.io

A Common Tracking Software (Acts)

  1. Introduction
  2. Repository structure
  3. Releases
  4. License and authors

Latest release: v0.22.00

16 Apr 2020

Introduction

This project contains an experiment-independent set of track reconstruction tools. The main philosophy is to provide high-level track reconstruction modules that can be used for any tracking detector. The description of the tracking detector's geometry is optimized for efficient navigation and quick extrapolation of tracks. Converters for several common geometry description languages exist. Having a highly performant, yet largely customizable implementation of track reconstruction algorithms was a primary objective for the design of this toolset. Additionally, the applicability to real-life HEP experiments plays major role in the development process. Apart from algorithmic code, this project also provides an event data model for the description of track parameters and measurements.

Key features of this project include: tracking geometry description which can be constructed from TGeo, DD4Hep, or GDML input, simple and efficient event data model, performant and highly flexible algorithms for track propagation and fitting, basic seed finding algorithms.

Mailing list

In order to receive the latest updates, users of the Acts project are encouraged to subscribe to acts-users@cern.ch. This list provides:

  • regular updates on the software,
  • access to the Acts JIRA project for bug fixes/feature requests,
  • a common place for asking any kind of questions.

Repository structure

The repositories for the Acts project can be found at
https://gitlab.cern.ch/acts

acts-core

The acts-core repository contains the all detector independent software that is part of the Acts toolkit.

acts-fatras

The acts-fatras repository contains the fast track simulation extension of the Acts toolkit. The fast track simulation moduels are currently in development and available only in a limited way.

acts-data

The acts-data repository contains some necessary data files for running the standard Acts examples.

acts-framework

The acts-framework reposity contains a small event processing framework for development and testing. The framework is capable of parallel event processing if OpenMP is available on the machine.

Acts test jobs are run in the framework in the continuous integration, and tested for bit-wise identical result between single and multithreaded mode.

The acts-framework includes acts-core and acts-fatras as submodules in an external folder.

Releases

History

release time links
v0.22.00 16 Apr 2020 10:21 Release Notes, Download, Documentation
v0.20.00 27 Mar 2020 19:01 Release Notes, Download, Documentation
v0.19.00 23 Mar 2020 14:00 Release Notes, Download, Documentation
v0.18.00 13 Mar 2020 18:43 Release Notes, Download, Documentation
v0.17.00 06 Mar 2020 18:23 Release Notes, Download, Documentation
v0.16.00 05 Feb 2020 17:33 Release Notes, Download, Documentation
v0.15.00 24 Jan 2020 13:17 Release Notes, Download, Documentation
v0.14.00 20 Jan 2020 14:16 Release Notes, Download, Documentation
v0.13.00 19 Dec 2019 16:59 Release Notes, Download, Documentation
v0.12.01 19 Dec 2019 15:16 Release Notes, Download, Documentation
v0.12.00 10 Dec 2019 12:52 Release Notes, Download, Documentation
v0.11.01 26 Nov 2019 14:21 Release Notes, Download, Documentation
v0.11.00 22 Nov 2019 09:30 Release Notes, Download, Documentation
v0.10.05 21 Oct 2019 09:47 Release Notes, Download, Documentation
v0.10.04 03 Sep 2019 11:43 Release Notes, Download, Documentation
v0.10.03 17 Jul 2019 17:00 Release Notes, Download, Documentation
v0.09.05 16 Jul 2019 14:55 Release Notes, Download, Documentation
v0.09.04 15 Jul 2019 12:38 Release Notes, Download, Documentation
v0.10.02 27 Jun 2019 14:23 Release Notes, Download, Documentation
v0.09.03 27 Jun 2019 14:15 Release Notes, Download, Documentation
v0.10.01 29 May 2019 17:33 Release Notes, Download, Documentation
v0.10.00 29 May 2019 14:46 Release Notes, Download, Documentation
v0.09.02 03 May 2019 08:59 Release Notes, Download, Documentation
v0.09.01 29 Apr 2019 10:26 Release Notes, Download, Documentation
v0.09.00 17 Apr 2019 11:22 Release Notes, Download, Documentation
v0.08.02 21 Mar 2019 12:37 Release Notes, Download, Documentation
v0.08.01 18 Feb 2019 13:28 Release Notes, Download, Documentation
v0.08.00 19 Dec 2018 18:33 Release Notes, Download, Documentation
v0.07.03 12 Dec 2018 09:01 Release Notes, Download, Documentation
v0.07.02 06 Nov 2018 10:33 Release Notes, Download, Documentation
v0.07.01 02 Nov 2018 16:20 Release Notes, Download, Documentation
v0.07.00 03 Sep 2018 15:32 Release Notes, Download, Documentation
v0.06.00 27 Apr 2018 16:43 Release Notes, Download, Documentation
v0.05.03 13 Dec 2017 16:35 Release Notes, Download, Documentation
v0.05.02 25 Oct 2017 16:21 Release Notes, Download, Documentation
v0.05.01 04 Oct 2017 18:13 Release Notes, Download, Documentation
v0.05.00 31 Aug 2017 15:12 Release Notes, Download, Documentation
v0.04.01 30 May 2017 14:16 Release Notes, Download, Documentation
v0.04.00 09 May 2017 13:40 Release Notes, Download, Documentation
v0.04.99 24 Mar 2017 11:36 Release Notes, Download, Documentation
v0.03.02 24 Mar 2017 12:41 Release Notes, Download, Documentation
v0.03.01 28 Nov 2016 14:22 Release Notes, Download, Documentation
v0.03.00 11 Nov 2016 17:18 Release Notes, Download, Documentation
v0.02.01 26 Sep 2016 14:12 Release Notes, Download, Documentation
v0.02.00 18 Sep 2016 00:43 Release Notes, Download, Documentation
v0.01.01 13 Jun 2016 10:54 Release Notes, Download, Documentation
v0.01.00 09 Jun 2016 13:31 Release Notes, Download, Documentation

License and authors

This project is published under the Mozilla Public License, v. 2.0. Details of this license can be found in the LICENSE file or at http://mozilla.org/MPL/2.0/.

Contributors to the Acts project are listed in here.

The Acts project is based on the ATLAS tracking software. A list of contributors to the ATLAS tracking repository can be found here.

The Acts project contains a copy of gcovr licensed under the 3-Clause BSD license.