- Feb 27, 2024
-
-
Update version to 23.6.27
-
Tadej Novak authored
SampleHandler: Fix thread-safety checker warnings. See merge request atlas/athena!69256
-
SampleHandler: Fix thread-safety checker warnings. Fix thread-safety checker warnings.
-
Tadej Novak authored
AthContainersInterfaces, etc: Add srcStore arg to insertMove() See merge request atlas/athena!69250
-
AthContainersInterfaces: Add srcStore arg to insertMove() Add an argument to insertMove giving the source aux store for the data being inserted.
-
Tadej Novak authored
TrigGlobalEfficiencyCorrection: Fix cppcheck warnings. See merge request atlas/athena!69252
-
TrigGlobalEfficiencyCorrection: Fix cppcheck warnings. Member/argument ambiguity. Fix empty throw. Prefer to initialize vector member in an initialization list. Avoid (false-positive) warning about using an uninitialized variable by writing the initialization more compactly.
-
Tadej Novak authored
TrigCompositeUtils: Fix cppcheck warnings. See merge request atlas/athena!69251
-
TrigCompositeUtils: Fix cppcheck warnings. Pass objects by const reference, not by value.
-
Tadej Novak authored
Move more functions from MCTruthClassifier to TruthUtils See merge request atlas/athena!69263
-
Move more functions from MCTruthClassifier to TruthUtils
-
Tadej Novak authored
More Acts TrackFinding cuts and debugging options See merge request atlas/athena!69204
-
TrackStatePrinter shows track states while filtering (called from branch stopper). printSeed shows KF output. Use std::as_const()
-
Tadej Novak authored
PixelCalibAlgs: Fix cppcheck warnings. See merge request atlas/athena!69254
-
PixelCalibAlgs: Fix cppcheck warnings. Prefer to initialize member variables in an initialization list. Pass objects by const reference rather than by value.
-
Tadej Novak authored
HGTD_FastDigitization: Fix cppcheck warnings and other cleanups. See merge request atlas/athena!69255
-
HGTD_FastDigitization: Fix cppcheck warnings and other cleanups. Remove member variables holding event data. Fixes cppcheck warning about dangling pointer and also a potential memory leak.
-
Tadej Novak authored
CxxUtils: Add standalone begin/end functions for span. See merge request atlas/athena!69246
-
CxxUtils: Add standalone begin/end functions for span. Add standalone begin/end functions for span. Works around issues seen when combining root 6.30.4 and gcc14.
-
Tadej Novak authored
MuonR4 Fast digi - Fix atomic summary count See merge request atlas/athena!69259
-
MuonR4 Fast digi - Fix atomic summary count
-
Tadej Novak authored
MuonGeoModelR4 - Save the TGC sector mapping to StoreGate See merge request atlas/athena!69258
-
MuonGeoModelR4 - Save the TGC sector mapping to StoreGate
-
Tadej Novak authored
MadGraphControl protecting parameter popping See merge request atlas/athena!69260
-
MadGraphControl protecting parameter popping The current implementation seems to be finicky some fraction of the time. Protecting some of the popping with if statements to try to avoid the issue.
-
Tadej Novak authored
PyUtils: Fix a few typos in comments. See merge request atlas/athena!69247
-
PyUtils: Fix a few typos in comments. Fix a few typos in comments.
-
Tadej Novak authored
PMGAnalysisInterfaces: Fix cppcheck warnings. See merge request atlas/athena!69253
-
PMGAnalysisInterfaces: Fix cppcheck warnings. Potentially uninitialized class members.
-
Tadej Novak authored
Fixed Clang warnings See merge request atlas/athena!69261
-
Vakhtang Tsulaia authored
1. `MuonReadoutGeometryR4/RadialStripDesign.icc`: lambda capture 'this' is not used (triggered warnings in 19 client packages) 2. `DiTauRec/ElMuFinder.h`: unused private data member
-
- Feb 26, 2024
-
-
Tadej Novak authored
AthenaIPCTools + AthenaMP : Improve shared memory handling in AthenaSharedMemoryTool See merge request atlas/athena!69210
-
AthenaIPCTools + AthenaMP : Improve shared memory handling in AthenaSharedMemoryTool
-
Tadej Novak authored
Adapt to changed RNTuple headers in ROOT master See merge request atlas/athena!69236
-
Adapt to changed RNTuple headers in ROOT master Also reduce AthenaServices dependency on RootAuxDynIO so it compiles even if the other package fails
-
Tadej Novak authored
MicroMega fast digi for Phase II -- Fix chamber assignment See merge request atlas/athena!69223
-
MicroMega fast digi for Phase II -- Fix chamber assignment
-
Tadej Novak authored
Move track hasValidTime from track summary to separate auxstore location See merge request atlas/athena!69159
-
Move track hasValidTime from track summary to separate auxstore location
-
Tadej Novak authored
enable hgtd extensions See merge request atlas/athena!69222
-