- Apr 24, 2024
-
-
Frank Winklmeier authored
ByteStreamCnvSvcLegacy: Fix cppcheck warning. See merge request atlas/athena!70827
-
ByteStreamCnvSvcLegacy: Fix cppcheck warning. Pass object by const reference, not by value.
-
Frank Winklmeier authored
MuonSimData+AthenaPoolTestData: Fix cppcheck warnings. See merge request atlas/athena!70828
-
Frank Winklmeier authored
main-coverity-OverlayByteStreamUtils See merge request atlas/athena!70823
-
main-coverity-OverlayByteStreamUtils
-
Frank Winklmeier authored
xAODInDetMeasurement: Use Accessor, etc instead of auxdata(). See merge request atlas/athena!70820
-
xAODInDetMeasurement: Use Accessor, etc instead of auxdata(). Replace auxdata, etc. with Accessor classes. Moving to deprecate these usages in the Athena build.
-
Frank Winklmeier authored
xAODMetaData: Use Accessor, etc instead of auxdata(). See merge request atlas/athena!70825
-
xAODMetaData: Use Accessor, etc instead of auxdata(). Replace auxdata, etc. with Accessor classes. Moving to deprecate these usages in the Athena build.
-
Frank Winklmeier authored
TrkVertexSeedFinderUtils: Fix dynamic loading issue in unit tests. See merge request atlas/athena!70830
-
TrkVertexSeedFinderUtils: Fix dynamic loading issue in unit tests. A standalong unit test binary may need to be build with ENABLE_EXPORTS if it loads Gaudi components. Otherwise, the loaded component may bind to the wrong vtable instance. Fixes test failures seen in the clang17 build.
-
- Apr 23, 2024
-
-
Frank Winklmeier authored
AthContainers: Add AuxTypeRegistry::checkAuxID. See merge request atlas/athena!70804
-
AthContainers: Add AuxTypeRegistry::checkAuxID. Add a method to verify that an auxid is being used with the correct type. Also fix wording in some comments.
-
scott snyder authored
Prefer to initialize member in an initialization list.
-
scott snyder authored
Prefer initializing members in an initialization list.
-
Frank Winklmeier authored
Update TruthIncidents and ISFParticle to know about uniqueID See merge request atlas/athena!67505
-
Update TruthIncidents and ISFParticle to know about uniqueID
-
Frank Winklmeier authored
Update checkMetadata.py validation script running in ART See merge request atlas/athena!70809
-
Update checkMetadata.py validation script running in ART
-
Frank Winklmeier authored
MuonDataDecodeTest: update unit test references to remove ignored lines See merge request atlas/athena!70812
-
Frank Winklmeier authored
Added Acts Heavy Ion functions See merge request atlas/athena!70701
-
Added Acts Heavy Ion functions
-
Frank Winklmeier authored
Update PFlowCellEOverPTool to read bin boundaries from json See merge request atlas/athena!70782
-
Remove usage of energy and eta enums in favour of unsigned ints. This will allow full flexibility to choose an arbitrary set of energy and eta bins.
-
Frank Winklmeier authored
Adding the SUSY6 features to LLP1, JIRA: ATLASG-2690 See merge request atlas/athena!69743
-
adding jet cleaning with LooseBadLLP_EMTopo, definingParametersCovMatrixVec is nolonger available. corresponding variables are decorated
-
Frank Winklmeier authored
SGTools: Move static variable out-of-line. See merge request atlas/athena!70802
-
SGTools: Move static variable out-of-line. Move the empty string variable used in TransientAddress::name() from being defined in that inlined method to a static class member which is instead defined out-of-line. Avoids crashes seen related to library loading ordering when compiled with LTO.
-
Frank Winklmeier authored
CavernBkgGenerator: Fix C++/fortran declaration inconsistency. See merge request atlas/athena!70801
-
CavernBkgGenerator: Fix C++/fortran declaration inconsistency. Fix inconsistencies in function declarations between C++/fortran. Fixes warnings seen in an LTO build.
-
Frank Winklmeier authored
Switch to ACTS backend during track finding See merge request atlas/athena!70375
-
Switch to ACTS backend during track finding
-
Frank Winklmeier authored
RootStorageSvc: Enable buffered RNTuple writing See merge request atlas/athena!70778
-
RootStorageSvc: Enable buffered RNTuple writing
-
Frank Winklmeier authored
FPGATrackSimBanks: Clean up of legacy configs See merge request atlas/athena!70797
-
FPGATrackSimBanks: Clean up of legacy configs
-
Frank Winklmeier authored
TrkVertexFitters: Increase test timeout. See merge request atlas/athena!70799
-
TrkVertexFitters: Increase test timeout. Test has been timing out in debug builds.
-
Frank Winklmeier authored
main-BCMPrime_introduction-SimuJobTransforms See merge request atlas/athena!70759
-
main-BCMPrime_introduction-SimuJobTransforms
-