- Dec 05, 2022
-
-
Bump Acts Tag to v21.1.0
-
Trk::Track pass FitQuality as unique_ptr since we keep it as such
-
Surface : Finalize moving methods from the icc to the cxx
-
- Dec 03, 2022
-
-
Johannes Junggeburth authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
ATLASRECTS-7409 : ITrackToVertexIPEstimator unique_ptr
-
- Dec 02, 2022
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Dec 01, 2022
-
-
TrkIPatFitter & TrkIPatFitterUtils - Dull clang-format
-
Prefer prefix ++/-- operators for non-primitive types as suggested by cppcheck
-
Simplify Acts Configuration using enum type for reco sequence
-
- Nov 30, 2022
-
-
Use prefix increment operator as suggested by cppcheck
-
Surface move virtual method from the .icc to the .cxx
-
ParametersBase uniqueClone is not virtual
-
Drop live from monitoring names
-
Selaiman Ridouani authored
-
- Nov 29, 2022
-
-
Nora Emilia Pettersson authored
-
- Nov 28, 2022
-
-
Andrii Verbytskyi authored
-
Use HepMC functions from AtlasHepMC/MagicNumbers.h for selection
-
GSF Horner method for polynomial evaluation "un-roll" up to order 5
-
Additional tests and methods for MultiTrajectory
-
replace legacy instances of SummaryTools by CA config
-
- Nov 27, 2022
-
-
Christos Anastopoulos authored
-
TrkSurfaces: Move large inline methods from the icc to the .cxx
-
Use ServiceHandle for the TGSvc, rm unused variables , cleanup
-
GSF rm un-needed header
-
- Nov 24, 2022
-
-
ATLASRECTS-7392 : demote warning to debug See merge request atlas/athena!58657 (cherry picked from commit 8ec8112d) 595af5ae ATLASRECTS-7392 : demote warning to debug
-
CompetingRIO keep vector rather than ptr to vector
-
MuonRawDataMonitoring, TrkMeasurementUpdator, MdtDriftCircleOnTrackCreator clang-tidy related fixes
-
Adding CA cfg for TruthToTrackTool
-
VertexPositions: use TrkObjectCounter and tidy
-
TrkMaterialProvider rm last reference of LEGACY_TRKGEOM
-
rm more references to the deprecated GeometrySvc tidy a bit the CondCfg
-
TrkVertex rm uneeded references to TrackingGeometrySvc
-
ATLASRECTS-7392 : demote warning to debug
-
Static version of the CaloDetDescrManager There are a handful of clients which need to get access to the CaloDetDescrManager at initialize(), prior to alignment corrections are applied to it. Specifically for these clients the following has been introduced: 1. CALO_DDMANAGER_NOALIGN_KEY constant in CaloDetDescrManager.h The clients first try to retrieve the manager with this key from Detector Store, and in case of absence build such a manage by themselves, and record it in the Detector Store 2. buildCaloDetDescrNoAlign() function in CaloDetDescrBuilder.h As the name suggests, this is the function which needs to be used by the clients for building a non-misalignemd CaloDD manager This MR is a follow up to the discussion in ATLASRECTS-5012
-
TrkVertexSeedFinderUtils: Fix some odr-violation warnings in the lto build. In unit tests, need to include TrkObjectCounter.h before doing #undef NDEBUG; otherwise we have an odr-violation.
-
TrkVertexFitters: Fix some odr-violation warnings in the lto build. In unit tests, need to include TrkObjectCounter.h before doing #undef NDEBUG; otherwise we have an odr-violation.
-
- Nov 23, 2022
-
-
Incomporate MMClusterCreatorTool into MuonClusterCreatorTool and add sTGC calibration in the Standalone Fit
-