- Sep 07, 2023
-
-
AthenaMP: Make sure SharedEvtQueueProvider gets a positive definite chunk size
-
- Sep 06, 2023
-
-
Adam Edward Barton authored
Migrating precisionCalo of egamma to CA See merge request !65527
-
Migrating precisionCalo of egamma to CA
-
Adam Edward Barton authored
Turn down b-tagging logging (again) See merge request !65556
-
Turn down b-tagging logging (again)
-
Adam Edward Barton authored
Further simplifications in the TruthUtils See merge request !65476
-
Further simplifications in the TruthUtils
-
Adam Edward Barton authored
IsolationAlgs+DerivationFrameworkEGamma+DerivationFrameworkMuons: Add noCalo option to el and mu isolation configurations. See merge request !65603
-
IsolationAlgs+DerivationFrameworkEGamma+DerivationFrameworkMuons: Add noCalo option to el and mu isolation configurations. IsolationAlgs: Add noCalo option to el and mu isolation configurations. Add noCalo option to elIsolationCfg and muIsolationCfg. When these are being called from derivation jobs for LRT objects, the calorimeter-based isolations will have already been done by an earlier algorithm. If we try to configure them again, we can crash because the decorations will have already been locked. (This was only working due to a bug in decoration locking; see ATEAM-909.)
-
Adam Edward Barton authored
TruthD3PDMaker: Remove dependencies on McParticle*. See merge request !65599
-
Adam Edward Barton authored
Fix IDTR2 config for data See merge request !65584
-
Adam Edward Barton authored
D3PDMakerUtils: Fix cppcheck warnings. See merge request !65597
-
Adam Edward Barton authored
D3PDMakerConfig: Remove reference to deleted muon configuration. See merge request !65598
-
Adam Edward Barton authored
FPGATrackSimInput: Note that the test produces ERRORs. See merge request !65601
-
Adam Edward Barton authored
LArCafJobs: Thread-safety checker warnings. See merge request !65608
-
Adam Edward Barton authored
dqm_algorithms: Fix cppcheck warnings. See merge request !65606
-
Adam Edward Barton authored
DerivationFrameworkLLP: Fix configuration of MaxCellDecoratorTool. See merge request !65604
-
DerivationFrameworkLLP: Fix configuration of MaxCellDecoratorTool. Need to clear out the photon container name if we don't want MaxCellDecoratorTool to decorate photons. Otherwise, we can crash due to overwriting decorations. (This worked previously due to a bug in decoration locking; see ATEAM-909.)
-
Adam Edward Barton authored
Update version.txt to 23.6.16 See merge request !65578
-
Update version.txt to 23.6.16
-
Adam Edward Barton authored
-
Adam Edward Barton authored
LArCafJobs: remove deprecated use of getTrigDecisionTool See merge request !65577
-
Adam Edward Barton authored
AthLinks: add container type to ExcBadForwardLink See merge request !65573
-
Adam Edward Barton authored
L1CaloFEXAlgos: Fix usage of WriteDecorHandle. See merge request !65602
-
L1CaloFEXAlgos: Fix usage of WriteDecorHandle. When a WriteDecorHandle is deleted, the decoration gets locked. So need to move the WDH declarations out of the element loop, so they're only created/destroyed once. This was previously working due to a bug that resulted in decorations sometimes appearing not to be locked. See ATEAM-909.
-
Adam Edward Barton authored
Mdt conditions remove string payload & add DCS voltages See merge request !65536
-
Remove chamber string from payload Clean up Mdt calib alg. Move DCM state to common defs Add defs lib Apply 1 suggestion(s) to 1 file(s) Remove noisy channels. Found inconsistency between online & offline ID scheme in online Identifier Remove dead chamber svc Add DCS state Cache the dcs state Add conditions dump algorithm Dump the dcs voltages Fix test Remove chamber svc Remove chamber svc Protect against BIS8 entries
-
Adam Edward Barton authored
2023-09-05: merge of 23.0 into main See merge request !65582
-
- Sep 05, 2023
-
-
scott snyder authored
Declare more classes as not thread-safe, to avoid (disabled by default) warnings about calls to unchecked code.
-
scott snyder authored
Pass strings by const reference, not by value. Redundant string conversions. Prefer range-for. Prefer to initialize class members in an initialization list. Fix syntax errors in cling code.
-
scott snyder authored
Add a note that the test deliberately has ERROR messages in its output.
-
scott snyder authored
Remove dependencies on McParticle*.
-
scott snyder authored
D3PDMakerConfig: Remove reference to deleted muon configuration. Remove reference to deleted muon configuration.
-
scott snyder authored
Pass strings by const reference, not by value. Prefer starts_with to find. Suppress false positive.
-
Adam Edward Barton authored
CP Algorithms: overhaul of the handling of overlap removal selections See merge request !65523
-
Adam Edward Barton authored
Delete ElectronPhotonShowerShapeFudgeTool package Closes ATLASEG-333 See merge request !65492
-
Delete ElectronPhotonShowerShapeFudgeTool package
-
Adam Edward Barton authored
Adding unit test for running FTF as offline algorithm with ITk See merge request !65507
-
Adding unit test for running FTF as offline algorithm with ITk
-
Adam Edward Barton authored
Update the TruthClassificationTool to use TruthUtils See merge request !65488
-