This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Jan 17, 2025
-
-
scott snyder authored
Use isAvailable() to test if an auxiliary variable exists rather than catching an exception.
-
- Jan 09, 2025
-
-
Fix typo in tracking startAtOriginalPerigee flag name
-
- Nov 11, 2024
-
-
Introduced Tracking.TRTStandalone.startArOriginalPerigee flag
-
- Nov 06, 2024
-
-
Goetz Gaycken authored
Adding the possibility to start the extrapolation to the beamline etc. at the original perigee for TRT standalone tracks. The perigee of TRT standalone tracks has a corrected covariance. The other track states have en optimistic covariance matrix. The extrapolation may favour other track states as a starting point for the extrapolation to the beam-line etc. . As a consequence the resulting extrapolated track parameters may be very different. By enforcing that the original perigee is used for the extrapolation, the resulting covariance matrices are consistent and will be based on the more realistic covariance matrix of the original perigee.
-
- Jul 02, 2024
-
-
IsolationTool: Fix warnings in LTO build. Uninitialized variable.
-
- Jun 04, 2024
-
-
Particle Extension tool reduce verbosity
-
- May 08, 2024
-
-
IsolationTool: Use Accessor, etc instead of auxdata(). Replace auxdata, etc. with Accessor classes. Moving to deprecate these usages in the Athena build.
-
- Mar 15, 2024
-
-
- Mar 11, 2024
-
-
Thomas Strebler authored
-
- Feb 23, 2024
-
-
Thomas Strebler authored
-
- Jan 05, 2024
-
-
scott snyder authored
CaloRingsBuilder.doTransverseEnergy was declared twice.
-
- Dec 11, 2023
-
-
DiTauRec, NewVrtSecInclusiveTool, VrtSecInclusive minor clang-tidy fixes
-
- Nov 13, 2023
-
-
CaloRingerTools : coverity and clang-tidy related fixes
-
- Nov 09, 2023
-
-
CaloRingerTools fix clang warning
-
- Nov 07, 2023
-
-
Including CaloStripsBuilder in the CaloRinger reconstruction
-
- Oct 17, 2023
-
-
IsolationTool: Fix cppcheck warning. Useless statement.
-
Updating CaloRinger containers and egamma CaloRinger flags
-
- Oct 09, 2023
-
-
ATLHI-501: try to fix calo isolation for egamma and muon in HI
-
- Oct 07, 2023
-
-
ATLHI-501: try to fix calo isolation for egamma and muon in HI
-
- Oct 02, 2023
-
-
Reconstruction : Some clang-tidy related fixes
-
- Aug 28, 2023
-
-
Use Trk::TrackStates typedef part IV
-
- Jul 26, 2023
-
-
CaloClusterMatching: Fix use of WriteDecorHandle. When a WriteDecorHandle is destroyed, the decoration gets locked. Therefore, the Handle needs to live until all decorations are written. (There was a bug that meant that the container sometimes did not appear to be locked, which is why this was working before. Need to clean this up in order to actually fix that bug. See ATEAM-909.)
-
- Jul 18, 2023
-
-
Edward Moyse authored
TrigJetHypo ATR-27619 - reduce the number of AlgTools. TrigJetHypo ATR-27619 - reduce the number of AlgTools. Replace the on to one matching of Condition filters - Conditions with an index array, and a Filter array. The index array is one-to-one with the Conditions, while the size of the filter array is at most the length of the filter index array. In the majority of cases, the condition filters were pass-through filters, so this approch reduces the need to configure the such filters, at the proce of more complex code. Further, the filter used before the processing the jet hypo, has been replaced by a simple copy when a PassThrough filter was requested.
-
- Jul 17, 2023
-
-
ParticleCaloExtensionTool rm unneeded option
-
- Apr 19, 2023
-
-
Remove unused CXXutils from CmakeLists.txt
-
- Apr 14, 2023
-
-
ParticleCaloExtension for HLT PFlow: Enabling change of STEP propagator tolerance
-
- Mar 22, 2023
-
-
Remove boost from Reconstruction/RecoTools
-
Fix unmerged CA in EMParticleCaloExtensionToolCfg
-
- Mar 01, 2023
-
-
Move EMParticleCaloExtensionToolCfg under where the other relevant ones are, and tidy a bit
-
- Feb 10, 2023
-
-
IsolationTool: Fix cppcheck warnings. Pass objects by const reference, not by value.
-
- Feb 03, 2023
-
-
Tracking CA config update EventCnvSuperTool / FullLinearizedTrackFactory / ParticleCaloExtensionTool Tracking CA config update EventCnvSuperTool / FullLinearizedTrackFactory / ParticleCaloExtensionTool
-
- Feb 02, 2023
-
-
PathLengthUtils: avoid tmp allocations. Rm cout
-
- Jan 31, 2023
-
-
Introduce Tracking CA flags
-
- Jan 23, 2023
-
-
IExtrapolator: Rename methods as to be more obvious what they do
-
- Dec 15, 2022
-
-
Cleaning up files that are no longer used in RingerSelectorTools
-
- Dec 09, 2022
-
-
scott snyder authored
Unused variable.
-
- Dec 01, 2022
-
-
Make CaloRec a pure component library
-
- Nov 22, 2022
-
-
Cleanup comments
-
- Aug 24, 2022
-
-
Adam Edward Barton authored
-