This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Feb 17, 2025
-
-
Carlo Varni authored
-
- Feb 16, 2025
-
-
Prepare ACTS-only JO for ITK reconstruction
-
- Feb 14, 2025
-
-
Alexander J Pfleger authored
-
Generalise periodic wrap of angles in GlobalChi2Fitter
-
ACTS TF: DuplicateSeedDetector now uses MeasurementIndex
-
- Feb 13, 2025
-
-
Carlo Varni authored
-
Goetz Gaycken authored
- The data is now stored in a simple vector and indexed by the ID hash. - The precision is reduced to single precision since the input data only is single precision.
-
- Feb 12, 2025
-
-
Thomas Strebler authored
-
Fix compliance of ActsTrk::MultiTrajectory with the test
-
Benjamin Philip Kerridge authored
-
Frank Winklmeier authored
Remove deprecated include.
-
- Feb 10, 2025
-
-
https://github.com/acts-project/acts/pull/3825
This allows to remove the intermediate step to first create source link iterators and directly create the begin and end iterators from the measurement range list, which are actually used to iterate over the measurements of a surface. For the old measurement the new helper object which delegates measurement selection and source link access to the original components needs to be setup.
-
Fix persistify seeds in Acts Alone Workflow
-
Call reserve on seeding state vectors before finding seeds
-
Johannes Junggeburth authored
-
FPGATrackSim: Recode a bit the F-100 configuration downstream
-
- Feb 07, 2025
-
-
Tadej Novak authored
-
separate out measurementIndex etc into new class, SharedHitCounter (it doesn't yet count shared hits)
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Carlo Varni <carlo.varni@cern.ch>
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Thomas Strebler <thomas.strebler@cern.ch>
-
- Feb 05, 2025
-
-
Fixing track extension
-
add a boolean to turn off ACTS Space Points search windows inversion based on strip layer number parity add a boolean to turn off ACTS Space Points search windows inversion based on strip layer number parity
-
- Feb 04, 2025
-
-
ActsObjectDecoration: Fix clang warning. Binding reference to temporary in range-for.
-
- Feb 03, 2025
-
-
Tadej Novak authored
-
- Jan 31, 2025
-
-
Adapt naming convention of track particles with ACTS
-
ActsObjectDecoration: Fix placement of using directive. Don't put using directives in the global namespace in headers.
-
- Jan 29, 2025
-
-
Johannes Elmsheuser authored
Revert "Merge branch 'adye-ckf70' into 'main'" This reverts merge request !77366
-
CxxUtils: Don't try to use the x87 fsincos instruction any more. Since a long time, we've had CxxUtils::sincos, which calculates sin and cos using the x87 fsincos instruction. At the time, this was significantly better than the alternatives. However, with current compilers on x86_64, it is in fact faster to use the sincos() library function than the x87 instruction. So remove the inlining bit. sincos() is still a GNU extension, so don't remove this entirely from CxxUtils --- this allow us to keep the #ifdefs in one place.
-
- Jan 28, 2025
-
-
separate out measurementIndex etc into new class, SharedHitCounter (it doesn't yet count shared hits)
-
Drop declareProperty in TrkExSTEP_Propagator
-
- Jan 26, 2025
-
-
ActsMonitoring: Increase test timeout. Increase test timeout a bit more, to try to get it to work reliably in the dbg build.
-
TrkGlobalChi2Fitter: Fix cppcheck warning in hepmc2 build. Reorder slightly to avoid false positive about deleting an automatic variable.
-