- May 08, 2024
-
-
Johannes Elmsheuser authored
-
- May 07, 2024
-
-
Tim Martin authored
LAr DT mon fixes, addressing https://its.cern.ch/jira/browse/ATLASRECTS-7976 See merge request !70768
-
https://its.cern.ch/jira/browse/ATLASRECTS-7976
LAr DT mon fixes, addressing https://its.cern.ch/jira/browse/ATLASRECTS-7976
-
Johannes Elmsheuser authored
sTgcReadoutGeometry - Minor clean-up of the factory methods & msg streams See merge request !71195
-
sTgcReadoutGeometry - Minor clean-up of the factory methods & msg streams
-
Johannes Elmsheuser authored
add an option to add the NOSYS suffix to branches without systematics See merge request !71193
-
add an option to add the NOSYS suffix to branches without systematics This makes the n-tuple branches more consistent, and makes it very easy to determine the list of branches for nominal. It also means that if we add (or drop) systematics from a branch, the names of the branches in nominal will not change. That doesn't happen all that often, but could still be helpful. Leaving this disabled by default because it (obviously) changes the n-tuple content. Also we haven't yet decided whether this is even a good idea, but it ought to be a good enough idea to allow users to at least play with it.
-
Johannes Elmsheuser authored
2024-05-07: merge of 24.0 into main See merge request !71204
-
Johannes Elmsheuser authored
Remove GN2v00 by default See merge request atlas/athena!71069
-
Remove GN2v00 by default
-
Tim Martin authored
Update eFEXegAlgo.cxx - try to fix ATR-29338 by allowing missing corrections... See merge request !71200
-
Update eFEXegAlgo.cxx - try to fix ATR-29338 by allowing missing corrections for any data (or mc) prior to 2023
-
Johannes Elmsheuser authored
-
Johannes Elmsheuser authored
Pythia8_i: fixed clang warning See merge request !71197
-
Pythia8_i: fixed clang warning Missing override keyword
-
Johannes Elmsheuser authored
use std::assume_aligned, the CxxUtils version should have no uses anymore See merge request atlas/athena!71187
-
use std::assume_aligned, the CxxUtils version should have no uses anymore
-
Johannes Elmsheuser authored
Change how platform is printed by skel.GENtoEVGEN.py to print platform... See merge request atlas/athena!71184
-
Change how platform is printed by skel.GENtoEVGEN.py to print platform correctly when running in container
-
Johannes Elmsheuser authored
Restoring cluster info on SUSY20 derivations for InDetTrackParticles See merge request atlas/athena!71181
-
Restoring cluster info on SUSY20 derivations for InDetTrackParticles
-
Johannes Elmsheuser authored
V0Tools Simplify some Eigen Artithmetric See merge request atlas/athena!71179
-
V0Tools Simplify some Eigen Artithmetric
-
Johannes Elmsheuser authored
AthenaPython+AthenaCommon+PyKernel: fix flake8-bugbear warnings See merge request atlas/athena!71171
-
AthenaPython+AthenaCommon+PyKernel: fix flake8-bugbear warnings
-
Johannes Elmsheuser authored
PyUtils: fix flake8-bugbear warnings See merge request atlas/athena!71172
-
PyUtils: fix flake8-bugbear warnings Fix warnings about property access with known name.
-
Johannes Elmsheuser authored
Fix flake8-bugbear warnings See merge request !71170
-
CaloClusterCorrection+CaloCondPhysAlgs: fix flake8-bugbear warnings Replace `getattr` with regular attribute access.
-
Johannes Elmsheuser authored
PyJobTransforms+SimuJobTransforms: fix flake8-bugbear warnings See merge request atlas/athena!71169
-
PyJobTransforms+SimuJobTransforms: fix flake8-bugbear warnings
-
Johannes Elmsheuser authored
Use C++20 Spans in BLS Vertexing code See merge request !71143
-
Use C++20 Spans in BLS Vertexing code
-
Johannes Elmsheuser authored
expose skipSystematicJetSelection option in MetAnalysisConfig, rename associated property in MetMaker tool See merge request !71129
-
expose skipSystematicJetSelection option in MetAnalysisConfig, rename associated property in MetMaker tool expose doSimpleOR option in MetAnalysisConfig This should make it easier for more users to run their own tests with this simplified OR scheme. It is not meant for actual physics analysis, but strictly to simplify such performance studies.
-
Johannes Elmsheuser authored
ISF_Fatras HitCreators use position-based HepMcParticleLinks See merge request atlas/athena!71112
-
ISF_Fatras HitCreators use position-based HepMcParticleLinks
-
Johannes Elmsheuser authored
Try to use C++20 starts_with See merge request atlas/athena!67388
-
Try to use C++20 starts_with