- Jul 20, 2023
-
-
Updated tests and jobOptions with new ATLAS-P2-RUN4-03-00-00 Run-4 tag
-
- Jul 18, 2023
-
-
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
-
Frank Winklmeier authored
-
Vakhtang Tsulaia authored
Affected packages: * Calorimeter/CaloRecGPU * PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth
-
- Jul 14, 2023
-
-
Vakhtang Tsulaia authored
-
Vakhtang Tsulaia authored
Conflicts: * Calorimeter/CaloRecGPU/CMakeLists.txt * Calorimeter/CaloRecGPU/CaloRecGPU/StandaloneDataIO.h * Calorimeter/CaloRecGPU/src/CaloCellsCounterCPU.cxx * Calorimeter/CaloRecGPU/src/CaloCellsCounterGPU.cxx Conflict generated by the use of ^M character in 23.0. Fixed manually by propagating the changes from 23.0 into main * Calorimeter/CaloRecGPU/tools/plotter/ClusterPlotter.h * Calorimeter/CaloRecGPU/tools/plotter/TimePlotter.h * Calorimeter/CaloRecGPU/tools/plotter/clusterplotter.cxx These files no longer exist in main. Did not propagate changes * Generators/TruthUtils/TruthUtils/AtlasPID.h Trivial conflict. Fixed manually * InnerDetector/InDetRecAlgs/SiSpacePointFormation/src/SiTrackerSpacePointFinder.cxx Manual resolution of the conflict caused by !64184 (main) and !64289 (23.0) * InnerDetector/InDetValidation/InDetPhysValMonitoring/test/test_ttbarPU40_reco.sh Kept the 23.0 version which drops execution of two steps in a test * PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/CMakeLists.txt * PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/src/TruthMetaDataWriter.cxx Conflicting identical implementations in two branches. Kept the main version unchanged.
-
Stewart Martin-Haugh authored
Fix ROB prefetching configuration for probe triggers See merge request !64362
-
Fix ROB prefetching configuration for probe triggers Setting the ROBPrefetchingInputDecisions for the probe versions of the ROB prefetching algorithms that are used in purely CA based configuration (ATR-27934).
-
Stewart Martin-Haugh authored
NSWL1Simulation: Fixing truth info in output ntuple See merge request !64368
-
NSWL1Simulation: Fixing truth info in output ntuple
-