- Sep 23, 2024
-
-
Johannes Elmsheuser authored
Changing default integration parameters in PowhegControl See merge request atlas/athena!74463
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Thomas Strebler <thomas.strebler@cern.ch>
-
Johannes Elmsheuser authored
Introduce unit tests for MultiRange iterator See merge request atlas/athena!74453
-
Introduce unit tests for MultiRange iterator
-
Johannes Elmsheuser authored
SiDigitization+TRT_PAI_Process: Fix cppcheck 2.14 warnings. See merge request atlas/athena!74447
-
Johannes Elmsheuser authored
DerivationFrameworkMCTruth+DerivationFrameworkL1Calo+DerivationFrameworkTLA: Work around multiple writes to the same decoration. See merge request atlas/athena!74443
-
DerivationFrameworkMCTruth+DerivationFrameworkL1Calo+DerivationFrameworkTLA: Work around multiple writes to the same decoration. DerivationFrameworkMCTruth: Work around multiple writes to the same decoration. TruthDressingTool produces an output decoration (dressedPhoton). But the tool gets run with multiple configurations from several algorithms, each of which wanting to update this decoration. That meams that we can't use a WriteDecorHandle, because otherwise the decoration will be left locked after the first algorithm, causing the subsequent ones to fail. But we don't want to leave the decroration unlocked at the end, because then it will be dropped in deep copies. So we also need the schedule a LockDecoration algorithm once everyone's done scribbling on the decoration. Having multiple algorithms writing the same decoration like this is of course not MT-safe. (It only worked in the first place due to a bug in WriteDecorHandle where the decoration would not be locked if isAvailable had been called.) Also fix the implementation of includeTausInDressingPhotonRemoval. In support of !73627 / ATLASRECTS-8008.
-
Johannes Elmsheuser authored
FPGATrackSim: Add unit test fοr data prep (F100) See merge request atlas/athena!74422
-
FPGATrackSim: Add unit test fοr data prep (F100)
-
Johannes Elmsheuser authored
IDTPM: Add nightly test See merge request atlas/athena!74254
-
IDTPM: Add nightly test
-
Johannes Elmsheuser authored
LCG_106_ATLAS_11 : switch to a new LCG layer See merge request atlas/athena!74452
-
LCG_106_ATLAS_11 : switch to a new LCG layer
-
Johannes Elmsheuser authored
Bump ACTS to v36.3.1 See merge request atlas/athena!74188
-
Bump ACTS to v36.3.1
-
Johannes Elmsheuser authored
2024-09-23: merge of 24.0 into main Closes ATLASRECTS-7396 See merge request atlas/athena!74458
-
Johannes Elmsheuser authored
-
Johannes Elmsheuser authored
-
Johannes Elmsheuser authored
-
Johannes Elmsheuser authored
AsgDataHandles: Restore auxid() methods in Read/WriteDecorHandle. See merge request atlas/athena!74450
-
AsgDataHandles: Restore auxid() methods in Read/WriteDecorHandle. Reduces divergence with Athena; avoids the need for ifdefs in some client code.
-
Johannes Elmsheuser authored
Fix circular dependency in BoostedJetTaggers See merge request atlas/athena!74426
-
Fix circular dependency in BoostedJetTaggers
-
Johannes Elmsheuser authored
MuonGeoModelTest+JiveXML: Fix cppcheck 2.14 warnings. See merge request atlas/athena!74446
-
MuonGeoModelTest: Fix cppcheck 2.14 warnings. Prefer returning const references to members rather than copies.
-
Johannes Elmsheuser authored
MuonTesterTree: cmake fix See merge request atlas/athena!74445
-
MuonTesterTree: cmake fix Missing dependencies on AtlasHepMC and xAODTracking.
-
- Sep 21, 2024
-
-
Johannes Elmsheuser authored
fix a constrexpr statix std::array not compiling in dbg See merge request atlas/athena!74451
-
fix a constrexpr statix std::array not compiling in dbg
-
Petar Bokan authored
Update TriggerInfo.py - add another details-tag that has inverted order... See merge request atlas/athena!74440
-
Update TriggerInfo.py - add another details-tag that has inverted order (relates to b tagging efficiency, so higher efficiency is looser)
-
Johannes Elmsheuser authored
Fix use of TrigDecisionTool in simple macro, and add example as a unittest - TEvent will now fire BeginEvent incidents See merge request atlas/athena!73587
-
Fix use of TrigDecisionTool in simple macro, and add example as a unittest - TEvent will now fire BeginEvent incidents Fix use of TrigDecisionTool in simple macro, and add example as a unittest - TEvent will now fire BeginEvent incidents
-
Johannes Elmsheuser authored
EFTRACK-142, CPU time optimizations, simplified data structures, GNN_Node class removed See merge request atlas/athena!74374
-
EFTRACK-142, CPU time optimizations, simplified data structures, GNN_Node class removed
-
- Sep 20, 2024
-
-
scott snyder authored
Prefer returning const references to members rather than copies.
-
scott snyder authored
Prefer returning const references to members rather than copies.
-
Petar Bokan authored
TriggerEDMRun3: Remove HLT_TopoCaloClustersLCFS from AODFULL (ATR-29797) See merge request atlas/athena!74215
-
TriggerEDMRun3: Remove HLT_TopoCaloClustersLCFS from AODFULL (ATR-29797)
-
Duc Ta authored
FTAG NN config: make required arguments required See merge request atlas/athena!74378
-