This project is mirrored from https://:*****@gitlab.cern.ch:8443/atlas/athena.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 25, 2024
-
-
Johannes Elmsheuser authored
Calo Reco Config Fixes See merge request atlas/athena!68327
-
Johannes Elmsheuser authored
HGTD: Do not use separate folders for headers See merge request atlas/athena!68325
-
Johannes Elmsheuser authored
DerivationFrameworkMuons - Fix Muon5 See merge request atlas/athena!67828
-
DerivationFrameworkMuons - Fix Muon5
-
Johannes Elmsheuser authored
TrackStatePrinter formatting See merge request atlas/athena!68321
-
TrackStatePrinter formatting
-
Johannes Elmsheuser authored
EventTag: Attempt to remove as per ATEAM-504 Closes ATEAM-504 See merge request atlas/athena!68319
-
EventTag: Attempt to remove as per ATEAM-504
-
Johannes Elmsheuser authored
Externals Update, main branch (2024.01.24.) Closes ATLINFR-5220 See merge request atlas/athena!68317
-
Externals Update, main branch (2024.01.24.)
-
Johannes Elmsheuser authored
Fixing recursion issue in TruthDecayCollectionMaker See merge request !68315
-
Fixing recursion issue in TruthDecayCollectionMaker Under certain circumstances, some decays will be created with loops in the particle records in the decays of BSM particles. It's a bit unusual, but when that happens there can be an infinite recursion induced in the truth decay collection maker, because the unique ID (previously: barcode) isn't set until after the decay vertex and outgoing particles are added to the record. That means if for some reason we have a vertex that loops back on itself, the particle could be added recursively and infinitely... until we get a stack overflow and crash (thanks to Serhan for the tip there). Reported by Laura Bruce. Should be fixed here.
-
Johannes Elmsheuser authored
IDPerfMonZmumu: Storing output track collections if enough tracks nDetPerformanceMonitoring See merge request atlas/athena!68313
-
IDPerfMonZmumu: Storing output track collections if enough tracks nDetPerformanceMonitoring
-
Johannes Elmsheuser authored
B-physics trigger: revert MR66873 and add HLT_e5_e3 version of bBeeM6000 chains (ATR-19501, ATR-28162) See merge request atlas/athena!68309
-
B-physics trigger: revert MR66873 and add HLT_e5_e3 version of bBeeM6000 chains (ATR-19501, ATR-28162) B-physics trigger: revert MR66873 and add HLT_e5_e3 version of bBeeM6000 chains (ATR-19501, ATR-28162)
-
Johannes Elmsheuser authored
Add timing to xAOD vertex EDM See merge request atlas/athena!68308
-
Add timing to xAOD vertex EDM
-
Walter Lampl authored
-
Walter Lampl authored
-
Tadej Novak authored
-
- Jan 24, 2024
-
-
Johannes Elmsheuser authored
new calibkey for new HLT large-R jet calibration See merge request atlas/athena!68310
-
new calibkey for new HLT large-R jet calibration
-
Johannes Elmsheuser authored
ATH_ENABLE_VECTORIZATION with gcc13 See merge request atlas/athena!68307
-
ATH_ENABLE_VECTORIZATION with gcc13
-
Johannes Elmsheuser authored
RootStorageSvc + RootAuxDynIO: Add a few configurables and I/O metric support for RNTuple See merge request atlas/athena!68292
-
RootStorageSvc + RootAuxDynIO: Add a few configurables and I/O metric support for RNTuple
-
Johannes Elmsheuser authored
StoreGate: Update decoration handles for compatibility with linked variables. See merge request atlas/athena!68291
-
StoreGate: Update decoration handles for compatibility with linked variables. Make getDecorationArray method optional, to work with Decorator specializations that don't return pointers to the auxiliary data. Add getDecorationSpan.
-
Johannes Elmsheuser authored
Idpvm for ctide See merge request atlas/athena!68280
-
Idpvm for ctide
-
Johannes Elmsheuser authored
Fix a linking issue in the ExecDriver See merge request atlas/athena!68276
-
Fix a linking issue in the ExecDriver
-
Johannes Elmsheuser authored
PixelGeoModel: Cache DBM volume calculation. See merge request atlas/athena!68293
-
PixelGeoModel: Cache DBM volume calculation. Cache the volume calculated in DBM_Telescope::Build(). It's always the same, and finding the volume of a subtracted shape is very expensive --- GeoModel does it by doing a MC integration within the bounding box with a hardcoded number of sample points of 1e6. This is particularly slow in a debug build, as we have to do a bunch of eigen calculations for each MC point. This reduces the initialization time in debug builds by several minutes. (Would be even better of course to do this calculation analytically!)
-
Johannes Elmsheuser authored
VrtSecInclusive: Fix cppcheck warnings. See merge request atlas/athena!68303
-
VrtSecInclusive: Fix cppcheck warnings. Delete ctor/copy for classes that manage memory. Pass strings/objects by const reference, not by value. Potentially uninitialized class members.
-
Johannes Elmsheuser authored
TrigPSC: Fix cppcheck warnings. See merge request atlas/athena!68302
-
TrigPSC: Fix cppcheck warnings. Pass objects by const reference, not by value. Prefer to initialize class members in an initialization list. Blank macro arguments can confuse cppcheck.
-
Johannes Elmsheuser authored
MuonPhysValMonitoring: Fix cppcheck warnings. See merge request atlas/athena!68301
-