- Apr 21, 2025
-
-
ActsGeometry: Don't force optimization off. Remove pragma/define forcing optimization off. Probably something for debugging that was committed by accident. Fixes ODR violation warnings seen in the LTO build.
-
Tracking : small clang-tidy related fixes
-
- Apr 18, 2025
-
-
sss authored
Check result of fopen().
-
- Apr 17, 2025
-
-
Binned Material cleanup
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Shaun Roe <shaun.roe@cern.ch>
-
- Apr 16, 2025
-
-
TrkDetDescrUtils cleanup IV
-
TrkDetDescrUtils fix a clang warning caused by a bug
-
- Apr 15, 2025
-
-
Move BinnedArrayXYZ classes to holding "value" of BinUtility (ies)
-
ACTS Seeding: update GBTS layer connection table
-
- Apr 14, 2025
-
-
CaloExtension : Use unique_ptr
-
- Apr 11, 2025
-
-
MuonTGC_Cabling+MuonCombinedTrackFindingTools+ActsGeometry: fixed clang warnings 1. `MuonTGC_Cabling`: suggest braces around initialization of subobject 2. `MuonCombinedTrackFindingTools`: inconsistent usage of `class` and `struct` 3. `ActsGeometry`: unknown pragma
-
- Apr 10, 2025
-
-
Add algorithm to map acts volume id to detector element collections. The mapping can be used to identify the detector element collections or associated data to be used for a certain acts volume.
-
ACTS ambi: add basic stats printout
-
- Apr 09, 2025
-
-
TrkDriftCircleMath: Use sincos rather than calling sin/cos separately. Use CxxUtils::sincos rather than separate calls to sin/cos. gcc14 can sometimes optimize separate sin/cos calls into sincos; however, the results can be slightly different. This can then cause reconstruction results to differ between gcc13/14. Use sincos instead to ensure that they are evaluated together in both compiler versions. To address a CI test failure seen with gcc14.
-
- Apr 08, 2025
-
-
TrkExAlgs: remove queryInterface from PropResultRootWriterSvc In Gaudi v39r4, concrete services no longer need an interface declaration (as was already the case for tools).
-
Extrapolator follow up cleanup to !79066
-
- Apr 07, 2025
-
-
Fix eta bin loop in computeStatSum
-
Try to remove some unused features in collect intersections
-
ACTS TF: fix TrackStatePrinter for FastTracking
-
ActsTrackReconstruction: Refactor of TrackFindingAlg (part 3)
-
- Apr 04, 2025
-
-
Frank Winklmeier authored
Move makeHandle definition for Cond handles to the ReadCondHandle header. See merge request atlas/athena!69774
-
- Apr 03, 2025
-
-
Add algorithm for inspecting truth content
-
- Apr 01, 2025
-
-
ActsTrackReconstruction: `setMeasurementSelector` method cleanup
-
- Mar 31, 2025
-
-
ACTS TF: fix misleading variable name
-
Tim Adye authored
remove unneeded flags.Acts.trackFindingTrackSelectorConfig (allowed old config options to be selected)
-
ACTS TF: remove unused Acts::MeasurementSelector
-
- Mar 28, 2025
-
-
IDTPM: Updating ART tests
-
Thomas Strebler authored
-
- Mar 27, 2025
-
-
ACTS: add shared hits in TrackToTrackParticleCnvAlg
-
Carlo Varni authored
-
- Mar 26, 2025
-
-
Use `std::reference_wrapper` for `initialParameters`; `doRefit()` returns now enum instead of boolean
-
- Mar 25, 2025
- Mar 24, 2025
-
-
Acts GSF: Fix surface order and chi2 cut
-
TrkMaterialProvider: fix memory leak in TrkMaterialProviderTool Hello, This MR is fixing a memory leak in TrkMaterialProviderTool found by valgrind (ATR-30983). Memory was allocated in `initialize()` but never released. This is now done in `finalize()`. Cheers, Bertrand
-
- Mar 21, 2025
-
-
Tim Adye authored
-
Adding feature to load tracking geometry material map file with custom extension
-
Added ACTS cluster postInclude
-
add tot and charge and sizes plots
-
- Mar 19, 2025
-
-
Vakhtang Tsulaia authored
Error: Reference to the obsolete CurvilinearTrackParameters Warnings: Unused private variable and lambda capture
-