- May 28, 2024
-
-
Frank Winklmeier authored
Remove warning message from reference files after GeoModelSvc cleanup in !71730. Relates to ATLASRECTS-4877.
-
Introduce a common naming scheme for methods and variables related to primary GenParticles
-
Clean-up of AtlasG4EventUserInfo
-
- May 27, 2024
-
-
Beginning the process of documenting simulation classes
-
LArRunFormat: Remove dependency on legacy module IOVDbSvc.CondDB
-
- May 23, 2024
-
-
Walter Lampl authored
-
ATLASRECTS-7987: Identation fixes per request of shifter
-
Frank Winklmeier authored
-
- May 22, 2024
-
-
LArLATOMEBuilderAlg: Property use data-pool
-
- May 21, 2024
-
-
Walter Lampl authored
-
Walter Lampl authored
-
Walter Lampl authored
-
- May 18, 2024
-
-
Put GeoModel libs first in the Cmake lists Revert align store
-
scott snyder authored
Pass strings by const reference, not by value.
-
- May 16, 2024
-
-
CMakeLists.txt files have been updated for all instances which depend on the GeoModel core libraries but which do not explicitely include ${GEOMODEL_INCLUDE_DIRS}. Without this we are in danger of mixing header files from two sources, and this is actually now happening in the GeoModel early fault detection pipeline.
-
main-coverity-LArCalibUtils
-
- May 15, 2024
-
-
use unorderd map for LArLATOMEMapping
-
Clean up legacy LArAlignmentAlgs configs
-
- May 14, 2024
-
-
Change LAr baseline monitoring plots so we check adc[0]-ped instead of adc-ped for all samples
-
- May 13, 2024
-
-
LAr SC patching fixes
-
- May 10, 2024
-
-
Made all binaries that depend on LTO, use LTO themselves as well. Also, moved MuonSensitiveDetectorsR4 into AtlasGeant4.
-
LArSC2NtupleEB: fixed clang warning Use std::abs for integers
-
- May 08, 2024
-
-
LArCalibUtils: Fix cppcheck warning. Pass container by const reference, not by value.
-
Fixed clang warnings Removed unused private data members. Plus minor code cleanup. Affected packages - `ForwardDetectors/ZDC/ZdcAnalysis` - `LArCalorimeter/LArCOOLConditions`
-
Pavol Strizenec authored
-
Pavol Strizenec authored
-
- May 07, 2024
-
-
https://its.cern.ch/jira/browse/ATLASRECTS-7976
LAr DT mon fixes, addressing https://its.cern.ch/jira/browse/ATLASRECTS-7976
-
Walter Lampl authored
-
Add SC postprocessing
-
main-coverity-LArL1Sim
-
LArStripsCrossTalkCorrector: Profit from C++20 std::to_array
-
LArMonAlgs: std::to_array
-
- May 06, 2024
-
-
LAr and Calo DB fixes for new COOL proxy
-
LArG4FastSimulation: Fix cppcheck warnings. Delete copy/assignment for class that manages memory.
-
LArBadFeb2Ascii: Use std::format, eliminate constructor
-
- May 04, 2024
-
-
LArG4EC: Fix cppcheck warning. Suppress cppcheck false positive.
-
- May 03, 2024
-
-
Walter Lampl authored
LArBadChannel dumper: Use std::format
-
- Apr 30, 2024
-
-
Add CMake option to enable LTO for AtlasGeant4 Use of LTO in Athena builds is not currently possible if the GCC checker plugins are in use. These are not yet LTO-aware, leading to build errors. Disabling these globally or per-LTO-using-package is not feasible as it could lead to the introduction of bad code. Whilst the plugins are made LTO-aware, introduce CMake option in Athena and AthSimulation for enabling LTO builds of the AtlasGeant4 "big" library. Set to OFF by default so that "normal" builds are unaffected. Builds wanting LTO can set the option to ON, but must also set ATLAS_USE_GCC_CHECKERS to OFF in this case.
-
- Apr 29, 2024
-
-
Walter Lampl authored
This reverts commit 9b36ad1f, reversing changes made to 4d2926b2.
-
add test to verify LAr online/offline identifier consistency
-