This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Feb 14, 2025
-
-
CaloCondBlobObjs: Fix test failure. Test was failing because it was testing for a detection of an invalid blob which isn't actually implemented in the code. Probably wasn't noticed because this test used nopost.sh. Changed to noerror.sh.
-
- Feb 12, 2025
-
-
Store subtracted calo cells instead of AllCalo when HI reco and cell subtraction
-
CaloCondBlobObjs: Fix unaligned writes. Fix potential unaligned writes of 64-bit quantities, using CxxUtils::set_unaligned. Fixes UB sanitizer warnings seen in the dbg build.
-
- Feb 11, 2025
-
-
Adding new scripts to read/write Lumi values from CALO COOL DB
-
- Feb 07, 2025
-
-
Remove query from EventSelector
-
- Feb 06, 2025
-
-
LAr db fixes 6
-
- Feb 04, 2025
-
-
use move instaed of copy rewrite logic to avoid continue
-
- Jan 30, 2025
-
-
Add neutral pions to GetLCSinglePionsPerf.cxx
-
Standardize the location of PackageName_entries.cxx Twelve packages did not follow the convention of having the PackageName_entries.cxx file in src/components/. This merge request updates those packages to match all other packages in the repository.
-
- Jan 29, 2025
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Jan 27, 2025
-
-
Update GetLCSinglePionsPerf.cxx to find the first final state pion in the event record
-
- Jan 23, 2025
-
-
CaloNoise: Add method to get getEffectiveSigma by IdentiiferHash (cherry picked from commit c6670c14)
-
CaloRec: Add option to create trigger decorations to Cluster Maker See merge request atlas/athena!73946 (cherry picked from commit 83d116df)
-
Nuno Dos Santos Fernandes authored
-
Frank Winklmeier authored
-
- Jan 15, 2025
-
-
sss authored
Remove dependencies on unneeded ROOT components. In particular, libHtml no longer exists in 6.34.
-
- Jan 09, 2025
-
-
Frank Winklmeier authored
-
- Dec 19, 2024
-
-
main-cppcheck-CaloDetDescr
-
CaloTrackingGeometry: Fix out-of-bounds vector access. Fixes crash when built with -D_GLIBCXX_ASSERTIONS.
-
- Dec 16, 2024
-
-
CaloRec: Fix cppcheck warning. nextCelIterEnd gets invalidated on erase().
-
- Dec 15, 2024
-
-
CaloRec: Fix cppcheck warning. nextCelIterEnd gets invalidated on erase().
-
- Dec 05, 2024
-
-
Coverity defect CaloCondPhysAlgs
-
- Nov 29, 2024
-
-
Add pflow configuration to run on topotowers
-
- Nov 28, 2024
-
-
CaloRec: be sure auxiliary variables get defined (cont'd) Hello, This MR is a follow-up of !75506, and attempts to silence the remaining warning seen in trigger ART tests (ATR-30429, ATLASRECTS-7180) ``` xAOD::AuxSelection WARNING Selected dynamic Aux atribute "CellLink" not found in the registry ``` It follows the same strategy, but as `CellLink` is not a cluster moment, it escaped !75506. I put the check in CaloTopoClusterMaker, hopefully that is an appropriate place. The warning no longer appears with the suggested modification. Cheers, Bertrand
-
- Nov 27, 2024
-
-
Wrap calls to CaloCalibrationHit::particleID()/particleUID() in HepMC::barcode() and HepMC::uniqueID wrapper functions respectively
-
- Nov 26, 2024
-
-
Extend truth wrapper functions to work for CaloCalibrationHits
-
- Nov 25, 2024
-
-
sss authored
Suppress a cppcheck false positive about passing a parameter by value.
-
- Nov 21, 2024
-
-
add a PileUpPretracking ProductionStep to set parameters with a prefix of Bkg_ See merge request atlas/athena!71844
-
Frank Winklmeier authored
List initialize members and ignore complicated macros.
-
- Nov 19, 2024
-
-
Frank Winklmeier authored
In preparation for upcoming changes in the externals (ATLINFR-5446), set the minimum required cmake version to 3.25. Also fixes warnings about deprecated cmake versions in cmake 3.31 (ATLINFR-5585).
-
- Nov 18, 2024
-
-
Frank Winklmeier authored
Many of the "false positives" have been fixed in our current version of cppcheck (2.16). Remove the suppression of these defects.
-
- Nov 15, 2024
-
-
LArFCalTowerBuilderTool : improve thread safety of look-up table building
-
LAr HVlines noise flag
-
CaloConfigFlags.py: Add missing flag expected by AthenaConfiguration_AllConfigFlagsTest_AOD_Full_ctest
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Use ATH_MSG macros, remove unused functions, move properties to header.
-
- Nov 13, 2024
-
-
Frank Winklmeier authored
Copy the entire CaloRecGPU package form the main branch to 24.0.
-
- Nov 04, 2024
-
-
Frank Winklmeier authored
The explicit `extends2`, `extends3`, etc. classes are no longer required and can be replaced by the variadic `extends`.
-