- May 24, 2024
-
-
Adam Edward Barton authored
More informative info in case of FPEs See merge request !71644
-
More informative info in case of FPEs
-
Adam Edward Barton authored
main-remove_test-ActsEvent See merge request !71667
-
Adam Edward Barton authored
AthenaPython: Add missing PyGILStateEnsure. See merge request !71650
-
Adam Edward Barton authored
FTagAnalysisAlgorithms: Fix discovery of unit tests. See merge request !71651
-
FTagAnalysisAlgorithms: Fix discovery of unit tests. Need to specify a pattern for unit test discovery --- the default won't match anything. Fixes a failure seen with python 3.12, where unittest will fail if it doesn't find any tests.
-
Adam Edward Barton authored
MuonTrackPerformance+MuonCombinedTrackFindingTools: Use Accessor, etc instead of auxdata(). See merge request !71653
-
Adam Edward Barton authored
TrkAlignGenTools+AnalysisTriggerAlgs: Fix cppcheck warnings. See merge request !71655
-
Adam Edward Barton authored
GSFFindIndexOfMinimum : Documentation fixes See merge request !71656
-
Adam Edward Barton authored
starts_with.h fix some comments See merge request !71662
-
starts_with.h fix some comments
-
Adam Edward Barton authored
StoreGateTests: Increase test timeout. See merge request !71652
-
StoreGateTests: Increase test timeout. Increase timeout for test which has been timing out frequently in some builds.
-
Adam Edward Barton authored
FPGATrackSimFitConstantBank: silenced clang warning See merge request !71660
-
Adam Edward Barton authored
TrigEgammaMatchingTool+TrigAFPHypo: Fix cppcheck warnings. See merge request !71657
-
Adam Edward Barton authored
TrigMuonMonitoring: Fix cppcheck warnings. See merge request !71658
-
TrigMuonMonitoring: Fix cppcheck warnings. Pass strings by const reference, not by value. Fix use of string::find().
-
Adam Edward Barton authored
MuonR4 - Fix MM digitization in the stereo layers See merge request !71623
-
MuonR4 - Fix MM digitization in the stereo layers
-
Adam Edward Barton authored
Simplifying HitNtuple for Hough transform See merge request !70434
-
The Master said: To have faults and not to reform them - this, indeed, should be pronounced having faults.
-
Adam Edward Barton authored
LArLATOMEDecoder: Use unique_ptr instead of hand-crafted new/delete See merge request !71637
-
Adam Edward Barton authored
Fix for ATLINFR-5383 : only check for files for DiffPool Closes ATLINFR-5383 See merge request !71664
-
Fix for ATLINFR-5383 : only check for files for DiffPool
-
Shaun Roe authored
-
- May 23, 2024
-
-
Vakhtang Tsulaia authored
Commented out one private data memeber that has recently become unused
-
scott snyder authored
Pass object by const reference, not by value.
-
scott snyder authored
Pass strings by const reference, not by value.
-
Christos Anastopoulos authored
-
scott snyder authored
Copying values in range-for.
-
scott snyder authored
Prefer range-for.
-
scott snyder authored
Replace auxdata, etc. with Accessor classes. Moving to deprecate these usages in the Athena build.
-
scott snyder authored
Replace auxdata, etc. with Accessor classes. Moving to deprecate these usages in the Athena build.
-
scott snyder authored
Need to be holding the GIL before trying to allocate python objects. Fixes crash seen with python 3.12.
-
Adam Edward Barton authored
2024-05-23: merge of 24.0 into main See merge request !71641
-
Adam Edward Barton authored
MSVertexTracketTool: Fix incorrect sign in tracklet chi squared calculation Closes ATLASRECTS-7166 See merge request !71606
-
MSVertexTracketTool: Fix incorrect sign in tracklet chi squared calculation The MSVertex Tracklet fitting had an incorrect sign in the chi squared calculation, causing all tracklet segments to fail reconstruction and no MS Vertices to be produced. This patch changes the sign to the correct value, returning the MSVertex performance to its run 2 behavior. Fixes ATLASRECTS-7166
-
Adam Edward Barton authored
ACTS Pixel seeding Pt cut See merge request !71265
-
ACTS Pixel seeding Pt cut
-
Adam Edward Barton authored
-