acts icon indicating copy to clipboard operation
acts copied to clipboard

Experiment-independent toolkit for (charged) particle track reconstruction in (high energy) physics experiments implemented in modern C++

Results 400 acts issues
Sort by recently updated
recently updated
newest added

Component - Examples
:construction: WIP
Component - Plugins

This PR updates the SP builder in Core, which was recently moved from Plugins(#1138). SingleHitSpacePointBuilder and DoubleHitSpacePointBuilder, for pixels and strips respectively, are now merged into SpacePointBuilder. The new SP...

Component - Core

Setting `s_binningValues` as `const` as well. The Atlas Thread-check is complaining about this since it suspect this may be not thread safe.

* Remove `InterpolatedBFieldMap` boundary check. Instead, use the under/overflow bins to return the B-field outside the grid. * Was generating ~259 errors per event (`full_chain_itk.py` ttbar+PU200), with each error generating...

:construction: WIP
Stale

Using the propagator with the ATLAS B-field map can give error messages: ``` TrackFinding ERROR Step failed with MagneticFieldError:1: Interpolation out of bounds was requested ``` This can give a...

This PR adds a new example tool, `CsvBFieldWriter`, that dumps a B-field to disk in CSV format. The tool supports both grid-based and non-grid-based vector fields, it supports Cartesian and...

Impact - Minor
Component - Examples
Feature

Currently, we don't systematically monitor FPEs in our CI runs. ATLAS does this, and it would be beneficial to have this in our CI. @stephenswat is this something that you...

Stale

Previously, the vertex performance writer would assume that there's a 1:1 correspondence between fitted tracks and truth particles. This prevented to run it on track finding output, where we have...

:construction: WIP

This is a first implementation of a Hough Transform into the ACTS code (also my first PR into ACTS). I think I have found some decent solutions for all the...