- Apr 30, 2024
-
-
Walter Lampl authored
Rewrite Acts seeding cfg function See merge request atlas/athena!71008
-
Rewrite Acts seeding cfg function
-
Walter Lampl authored
Add optional LTO builds of AtlasGeant4 in Athena and AthSimulation See merge request atlas/athena!71000
-
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.
-
Walter Lampl authored
Replace LR jet contianer in jet trigger efficiency monitoring framework See merge request atlas/athena!71017
-
Replace LR jet contianer in jet trigger efficiency monitoring framework
-
Walter Lampl authored
Fix a few bugs in SecVertexTruthMatchAlg See merge request atlas/athena!71010
-
Fix a few bugs in SecVertexTruthMatchAlg
-
Walter Lampl authored
2024-04-30: merge of 24.0 into main See merge request atlas/athena!71012
-
Walter Lampl authored
Clarified config of PRDtoTrackMap See merge request atlas/athena!71002
-
Clarified config of PRDtoTrackMap
-
Walter Lampl authored
EFTracking : FPGATrackSim : Enable truth info for RDO analysis and add output check See merge request atlas/athena!71001
-
EFTracking : FPGATrackSim : Enable truth info for RDO analysis and add output check
-
Walter Lampl authored
Add CI test to check ACTS main workflow with the caching system See merge request atlas/athena!70999
-
Add CI test to check ACTS main workflow with the caching system
-
Walter Lampl authored
AthContainers: Add constructors for Accessor, etc. from auxid. See merge request atlas/athena!70992
-
AthContainers: Add constructors for Accessor, etc. from auxid. Add constructors to ConstAccessor/Accessor/Decorator that allow initializing them from an auxid. This eliminates the need to translate to a name when you're starting from an auxid. A runtime type check is performed.
-
Walter Lampl authored
SUSYTools: Fix handling of Shower Type See merge request atlas/athena!70984
-
SUSYTools: Fix handling of Shower Type
-
Walter Lampl authored
-
Walter Lampl authored
Merges JETM10 and 14 and adds vars needed for trigger studies See merge request atlas/athena!70949
-
Merges JETM10 and 14 and adds vars needed for trigger studies
-
Walter Lampl authored
MVAUtils: fix flake8 v7 warnings See merge request atlas/athena!70982
-
Walter Lampl authored
Fix test_run4_ttbar_PU200_FTF RDO input See merge request atlas/athena!71005
-
Fix test_run4_ttbar_PU200_FTF RDO input
-
Walter Lampl authored
InDetAlignmentMonitoringRun3: some changes on axis and two new histos: D0bsVsEta, D0bsVsPt See merge request atlas/athena!70998
-
InDetAlignmentMonitoringRun3: some changes on axis and two new histos: D0bsVsEta, D0bsVsPt
-
Walter Lampl authored
AthenaPoolUtilities: Call fillFromArgs in TPCnvTest. See merge request atlas/athena!70995
-
AthenaPoolUtilities: Call fillFromArgs in TPCnvTest. Call fillFromArgs in TPCnvTest, so that debugging switches work as expected.
-
Walter Lampl authored
DQDefects: Fixes for nose 1.6.3. See merge request atlas/athena!70994
-
DQDefects: Fixes for nose 1.6.3. Newer versions of LCG update from nose 1.3.7 to nose 1.6.3. However, nose 1.6.3 is apparently missing a few fixes that were in 1.3.7. It misses a python3 fix for finding the line number of a function; as a result, tests are run in the wrong order. It also does not use a docstring as the test description, as 1.3.7 does. Add workarounds so that nose 1.6.3 will behave the same as 1.3.7. Fixes test failure seen in dev3lcg.
-
Walter Lampl authored
Set ITkRotCreatorCfg as a private tool instead of public to avoid inconsistencies with multiple tracking passes configuration See merge request atlas/athena!70972
-
Set ITkRotCreatorCfg as a private tool instead of public to avoid inconsistencies with multiple tracking passes configuration Set ITkRotCreatorCfg as a private tool instead of public to avoid inconsistencies with multiple tracking passes configuration
-
Duc Ta authored
-
Walter Lampl authored
2024-04-29: merge of 24.0 into main See merge request atlas/athena!70974
-
Walter Lampl authored
PyDumper: Work around pyroot change. See merge request atlas/athena!70993
-
PyDumper: Work around pyroot change. When looping over a vector<T*>, recent pyroot versions give you back a T* object. This implicitly converts to a T, but not to the object's dynamic type, as it used to. Instead, iterate by index. Fixes unit test failure in TrkEventAthenaPool in dev3lcg.
-
Walter Lampl authored
use outliers in branch stopper See merge request atlas/athena!70940
-
use outliers in branch stopper
-
Walter Lampl authored
main-cppcheck-FPGATrackSimAlgorithms See merge request atlas/athena!70978
-