This project is mirrored from https://:*****@gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Dec 16, 2024
-
-
Jiri Masik authored
TrigConfxAOD: rename xAODMenuWriterMT to xAODMenuWriter See merge request atlas/athena!76748
-
Jiri Masik authored
TrigSteeringEvent: Avoid out-of-bounds vector access. See merge request atlas/athena!76707
-
TrigSteeringEvent: Avoid out-of-bounds vector access. Truncation_test was failing when build with -D_GLIBCXX_ASSERTIONS.
-
Jiri Masik authored
Switch 2 L1 jTAU multiplicity algorithms to cTAUs See merge request atlas/athena!76612
-
Switch 2 L1 jTAU multiplicity algorithms to cTAUs
-
Jiri Masik authored
L1CaloFEXByteStream: Fix out-of-bounds array accesses. See merge request atlas/athena!76699
-
L1CaloFEXByteStream: Fix out-of-bounds array accesses. Unused fibers are marked with *_NFI[i] == -1. Need to skip those rather than trying to use that as an index. Solves crashes seen when building with -D_GLIBCXX_ASSERTIONS.
-
Jean-Baptiste De Vivie De Regie authored
eflowRec: Fix use of invalid iterators. See merge request atlas/athena!76712
-
eflowRec: Fix use of invalid iterators. annihilateCluster was looping though a vector, erasing each element in turn, in order to clear the vector. Not only is this ineffient, it ends up using invalid iterators. This was causing a crash with gcc15. Just change to using clear().
-
Jean-Baptiste De Vivie De Regie authored
CaloRec: Fix cppcheck warning. See merge request atlas/athena!76720
-
CaloRec: Fix cppcheck warning. nextCelIterEnd gets invalidated on erase().
-
Jean-Baptiste De Vivie De Regie authored
ZdcNtuple: Fix cppcheck warning. See merge request atlas/athena!76745
-
ZdcNtuple: Fix cppcheck warning. Potential null pointer dereference.
-
Jean-Baptiste De Vivie De Regie authored
CxxUtils: Avoid out-of-bounds vector reference. See merge request atlas/athena!76708
-
CxxUtils: Avoid out-of-bounds vector reference. Fix calculation of end iterator to avoid dereferencing. Fixes crash seen when building with -D_GLIBCXX_ASSERTIONS.
-
Jean-Baptiste De Vivie De Regie authored
TrkVertexSeedFinderUtils: Fix out-of-bounds vector access. See merge request atlas/athena!76706
-
TrkVertexSeedFinderUtils: Fix out-of-bounds vector access. In these lines ``` std::vector< std::pair< int, int> > idxprevious = (*idxs)[splt-1] ; offset = idxprevious[sz].second ; ``` we seem to want to refer to the last element in idxprevious. But sz is the size of (*idxs)[split], so this can result in an out-of-bounds access. Changed to use back(). Also get rid of some needless vector copies. Fixes crash when compiling with -D_GLIBCXX_ASSERTIONS.
-
Jean-Baptiste De Vivie De Regie authored
TrackOverlayRec: Cleanup CMakeLists.txt See merge request atlas/athena!76689
-
Jean-Baptiste De Vivie De Regie authored
Remove unused OverlayByteStreamUtils See merge request atlas/athena!76688
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Dec 13, 2024
-
-
Jiri Masik authored
LArSuperCellMon HLT configuration and chain definition See merge request !76454
-
Fix for some small mistakes in the LArSuperCellMonAlg configuration and update input file to be used
-
Jiri Masik authored
Trigger: fix various cppcheck defects See merge request !76677
-
Jiri Masik authored
Add g-2 tau measurement L1Topo algorithm (with untuned thresholds and L1 trigger) See merge request atlas/athena!76653
-
Add g-2 tau measurement L1Topo algorithm (with untuned thresholds and L1 trigger)
-
Jean-Baptiste De Vivie De Regie authored
Do not ignore error code returned by RootAuxDynStore::readData() See merge request atlas/athena!76626
-
Do not ignore error code returned by RootAuxDynStore::readData() RootAuxDynStore::readData() returns false in case of error. Check this return code and if false, abort and return NULL Fixes ATEAM-1038
-
Jean-Baptiste De Vivie De Regie authored
Port new rpc cabling from main to 24.0 See merge request atlas/athena!76663
-
Port new rpc cabling from main to 24.0
-
Jean-Baptiste De Vivie De Regie authored
Implement MatchingBkgVertexPositioner and use it in data overlay See merge request atlas/athena!76563
-
Implement MatchingBkgVertexPositioner and use it in data overlay
-
Tadej Novak authored
-
Tadej Novak authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Initialize arrays and remove unused member variable.
-
Frank Winklmeier authored
Fix uninitialized arrays and remove redundant inner if-condition.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-