- Jul 19, 2023
-
-
Frank Winklmeier authored
`UNLIKELY` will be removed from Gaudi v37r0.
-
- Jul 18, 2023
-
-
Edward Moyse authored
AthContainers: Starting to support custom allocators for dynamic variables. See merge request !63506
-
AthContainers: Starting to support custom allocators for dynamic variables. Extend AuxTypeRegistry to keep track of the allocator used for types.
-
Edward Moyse authored
AnalysisTop: update CI files See merge request !64433
-
AnalysisTop: update CI files
-
Edward Moyse authored
Json2Cool: Added support for Blob64k Closes ATDBOPS-230 See merge request !64429
-
Json2Cool: Added support for Blob64k
-
Edward Moyse authored
Decouple track production Acts -> Trk See merge request !64189
-
Decouple track production Acts -> Trk
-
Edward Moyse authored
Package updates required for onnxruntime v1.15.1 - Update to AtlasExternals 2.0.161 See merge request !64280
-
Package updates required for onnxruntime v1.15.1 - Update to AtlasExternals 2.0.161
-
Edward Moyse authored
AthenaKernel: C++20 fixes for DsoDb See merge request !64427
-
Edward Moyse authored
drop obsolete CaloHiveEx See merge request !64413
-
Edward Moyse authored
Daily merge of 23.0 into main See merge request !64425
-
Edward Moyse authored
TrigJetHypo ATR-27619 - reduce the number of AlgTools. TrigJetHypo ATR-27619 - reduce the number of AlgTools. Replace the on to one matching of Condition filters - Conditions with an index array, and a Filter array. The index array is one-to-one with the Conditions, while the size of the filter array is at most the length of the filter index array. In the majority of cases, the condition filters were pass-through filters, so this approch reduces the need to configure the such filters, at the proce of more complex code. Further, the filter used before the processing the jet hypo, has been replaced by a simple copy when a PassThrough filter was requested.
-
- Jul 17, 2023
-
-
Edward Moyse authored
remove L1Calo_BS2xAOD_jobOptions.py See merge request !64416
-
remove L1Calo_BS2xAOD_jobOptions.py
-
Edward Moyse authored
Extra vertexing option in LLP1 See merge request !64418
-
Extra vertexing option in LLP1
-
Edward Moyse authored
Add CI and ART tests for the ACTS ambiguity resolution See merge request !64363
-
Add CI and ART tests for the ACTS ambiguity resolution
-
Edward Moyse authored
xAODTracking: prefix private static members with "s_" See merge request !64385
-
Edward Moyse authored
CxxUtils: Add possibility of external locking to the concurrent hashmaps. See merge request !64382
-
CxxUtils: Add possibility of external locking to the concurrent hashmaps. Add the possibility of external locking to the insert / erase methods of the concurrent hashmaps. This allows speeding up loops by avoiding having to acquire the lock each time. For example: ``` auto lock = set.lock(); for (const Key* key : keys) { set.emplace (lock, key); } ```
-
Edward Moyse authored
Master-R22 FudgeFactorTool setup and ECIDS removal See merge request !64392
-
Master-R22 FudgeFactorTool setup and ECIDS removal
-
Edward Moyse authored
Update etaMax property for seeding for Disappearing tracks See merge request !64404
-
Update etaMax property for seeding for Disappearing tracks
-
Edward Moyse authored
MuonAlignmentData: fix deprecated-enum-enum-conversion gcc13 warning See merge request !64395
-
Edward Moyse authored
add suggestPhotonMapKeys() to TrigGlobalEfficiencyCorrectionTool See merge request !64360
-
add suggestPhotonMapKeys() to TrigGlobalEfficiencyCorrectionTool
-
Edward Moyse authored
EventIndexProducer: Fix event picking logic in case of Monte Carlo See merge request !64194
-
EventIndexProducer: Fix event picking logic in case of Monte Carlo For event picking, an event is identified by MC Channel Number and Event Number in case of Monte Carlo, by Run Number and Event Number in case of real data
-
Edward Moyse authored
common DuplicateSeedDetector for both pixels and strips See merge request !64136
-
Revert "use flags.Detector.EnableITkPixel/Strip" This reverts commit ddfe1e08. Can't use these flags yet. It crashes with: Cluster EDM converter (InDet -> xAOD) must be activated for both Pixel and Strips
-
Walter Lampl authored
- Jul 16, 2023
-
-
Vakhtang Tsulaia authored
StoreGate: Re-enable WDH consistency check. See merge request atlas/athena!64381
-
Vakhtang Tsulaia authored
Daily merge of 23.0 into main See merge request !64388
-
- Jul 15, 2023
-
-
Vakhtang Tsulaia authored
Affected tests: * DerivationRun2Data_PHYS * DerivationRun2MC_PHYS * DerivationRun3MC_PHYS
-