- May 08, 2024
-
-
added missing p3 versions to the TPCnv.cxx file, set them to old rather than current, but perhaps new makes more sense
-
- May 02, 2024
-
-
Walter Lampl authored
PyUtils: Fix exception handling in MetaReader.py See merge request atlas/athena!71003
-
PyUtils: Fix exception handling in MetaReader.py Tools/PyUtils/python/MetaReader.py: remove redundant piece of code, simplify
-
Walter Lampl authored
Build yaml file from python See merge request atlas/athena!70484
-
Build yaml file from python
-
- May 01, 2024
-
-
Walter Lampl authored
[AFT-686] Algorithm to decorate tracks with aux task predictions See merge request atlas/athena!70494
-
[AFT-686] Algorithm to decorate tracks with aux task predictions
-
Walter Lampl authored
Dump Stats for Acts Clusterization Algorithm See merge request atlas/athena!71014
-
Dump Stats for Acts Clusterization Algorithm
-
- 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 !71017
-
Replace LR jet contianer in jet trigger efficiency monitoring framework
-
Walter Lampl authored
Fix a few bugs in SecVertexTruthMatchAlg See merge request !71010
-
Fix a few bugs in SecVertexTruthMatchAlg
-
Walter Lampl authored
2024-04-30: merge of 24.0 into main See merge request !71012
-
Walter Lampl authored
Clarified config of PRDtoTrackMap See merge request !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 !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 !70949
-
Merges JETM10 and 14 and adds vars needed for trigger studies
-
Walter Lampl authored
MVAUtils: fix flake8 v7 warnings See merge request !70982
-
Walter Lampl authored
Fix test_run4_ttbar_PU200_FTF RDO input See merge request !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 !70998
-
InDetAlignmentMonitoringRun3: some changes on axis and two new histos: D0bsVsEta, D0bsVsPt
-
Walter Lampl authored
AthenaPoolUtilities: Call fillFromArgs in TPCnvTest. See merge request !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 !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.
-