- May 27, 2024
-
-
Frank Winklmeier authored
This reverts commit 4e8ee804, reversing changes made to 152051dc.
-
- May 23, 2024
-
-
Sarka Todorova authored
-
- 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 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.
-
- Mar 15, 2024
-
-
- Mar 06, 2024
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Feb 26, 2024
-
-
Frank Winklmeier authored
-
- Feb 20, 2024
-
-
Walter Lampl authored
-
Walter Lampl authored
-
Walter Lampl authored
-
- Jan 18, 2024
-
-
Make AtlasFieldCache copyable
-
- Oct 30, 2023
-
-
InDetConditions: add AccumulatorCache to some Cfg methods Add `AccumulatorCache` to some of the Cfg methods. Also merge calls to `addFolders` where possible to avoid unnecessary CA merges.
-
- Oct 21, 2023
-
-
Christos Anastopoulos authored
-
- May 08, 2023
-
-
A bit more economical replacement for MR62850
-
- May 04, 2023
-
-
Try to fix issues when we have just solenoid map
-
- Mar 09, 2023
-
-
Frank Winklmeier authored
Rename `defaultTestFiles.RAW` into `RAW_RUN2` to make it explicit that this is a Run-2 file.
-
- Feb 12, 2023
-
-
Tadej Novak authored
-
- Feb 10, 2023
-
-
Frank Winklmeier authored
-
- Jan 23, 2023
-
-
scott snyder authored
Suppress cppcheck false positive.
-
- Dec 16, 2022
-
-
AtlasFieldCache : Improve comments
-
- Dec 13, 2022
-
-
scott snyder authored
Fix gcc13 warnings about copying uninitialized members in the BFieldMesh copy ctor.
-
- Dec 05, 2022
-
-
BFieldCache Change the code so as to emit more clang like assembly for gcc
-
- Oct 07, 2022
-
-
Frank Winklmeier authored
The setting of the minimum currents for the Solenoid/Toroids somehow got lost in the migration of the field services from Run-2. This is the value that is used to judge if the magnet is on/off and is relevant for the HLT. Closes ATR-26415.
-
- Aug 01, 2022
-
-
Goetz Gaycken authored
-
- Jun 20, 2022
-
-
CondCont.cxx: Remove spurious cout CondCont.cxx: Remove spurious cout
-
- Jun 14, 2022
-
-
Frank Winklmeier authored
Move the `AtlasFieldMapCondAlg.LoadMapOnStart` setting into HLT-specific job options. This should only be enabled when running in athenaHLT or in a partition. Plain athena will not have a valid `EventContext` available before the first event. This went unnoticed until gaudi/Gaudi!1347 fixed a bug in the initialization of the `EventIDRange` class.
-
- Jun 13, 2022
-
-
Make condAlg non-rentrant Part I
-
- Jun 07, 2022
-
-
Remove rendundant setting of congfigurableRun3Behavior in tests
-
- May 23, 2022
-
-
AtlasFieldCache flatten also in opt
-
- May 09, 2022
-
-
Frank Winklmeier authored
-
- Apr 14, 2022
-
-
ATLASSIM-3150: Enable use of static Geant4 in Athena using "BigLibrary" pattern to improve simulation performance
-
- Mar 10, 2022
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Remove redundant `regHandle` calls and some minor code cleanup.
-