- Mar 03, 2025
-
-
Tadej Novak authored
acts strip clustering: do not compute multiple times the pitch See merge request !78189
-
acts strip clustering: do not compute multiple times the pitch
-
Tadej Novak authored
reserve memory for acts clustering See merge request atlas/athena!78190
-
reserve memory for acts clustering
-
Tadej Novak authored
TestTools: ignore printout changes from EventLoopMgr See merge request atlas/athena!78166
-
Tadej Novak authored
Add reco jet truth labels only for MC See merge request atlas/athena!78175
-
Add reco jet truth labels only for MC
-
Tadej Novak authored
FPGATrackSimHough: Use std::popcount rather than __builtin_popcount. See merge request atlas/athena!78179
-
FPGATrackSimHough: Use std::popcount rather than __builtin_popcount. Avoid non-standard extensions.
-
Tadej Novak authored
eflowRec+PFlowUtils: Avoid writing renamed decorations in tests. See merge request atlas/athena!78178
-
eflowRec: Avoid writing renamed decorations in tests. The tests do pflow reprocessing. As part of this, they rename the input decorations that were the result of previous reconstruction. However, we need to also make sure that these renamed decorations do not get written, to avoid (among other things) bad interactions with thinning. Fixes an ART test failure. Also add some missing fillFromArgs calls. See ATLASRECTS-8156.
-
Tadej Novak authored
SUSYTools: Make Muon Trigger ScaleFactor Tool configurable See merge request atlas/athena!78173
-
SUSYTools: Make Muon Trigger ScaleFactor Tool configurable
-
Tadej Novak authored
CaloUtils: Remove use of ATH_REQUIRES. See merge request atlas/athena!78182
-
CaloUtils: Remove use of ATH_REQUIRES. Use concepts directly rather than the ATH_REQUIRES macro.
-
Tadej Novak authored
MuonTesterTree: Fix some FPEs. See merge request atlas/athena!78183
-
MuonTesterTree: Fix some FPEs. Protect against trying to find eta() of particles along the z-axis. Fixes some FPEs observed in MuonRecRTT/test_Run3_symmetric_fullChain.sh.
-
Tadej Novak authored
Enable AsgObjectScaleFactorAlg for AnalysisBase See merge request atlas/athena!78153
-
Enable AsgObjectScaleFactorAlg for AnalysisBase
-
Tadej Novak authored
MuonReadoutGeometryR4+MuonNSWCommonDecode+MuonGeoModelR4: Use std bit operations. See merge request atlas/athena!78181
-
Tadej Novak authored
DerivationFrameworkFlavourTag: Need to pass TriggerListsHelper. See merge request atlas/athena!78186
-
DerivationFrameworkFlavourTag: Need to pass TriggerListsHelper. Need to pass TriggerListsHelper through to FTAG1CoreCfg. Fixes some ART tests in DerivationFrameworkTrainsART and DerivationFrameworkFlavourTagART.
-
Tadej Novak authored
NewVrtSecInclusiveTool: Lock decorations after writing. See merge request atlas/athena!78187
-
NewVrtSecInclusiveTool: Lock decorations after writing. Decorations need to be locked after writing, so that they will be copied properly. Also need to rename some decorations that were being written by multiple algorithms.
-
Tadej Novak authored
2025-02-28: merge of 24.0 into main See merge request atlas/athena!78177
-
- Feb 28, 2025
-
-
Walter Lampl authored
Asynchronous Algorithms See merge request atlas/athena!74509
-
sss authored
Remove reference unused header bitscan.h.
-
sss authored
Use std::countr_zeros instead of CxxUtils::count_trailing_zeros, and std::bit_width instead of CxxUtils::maxSetBit.
-
sss authored
Use std::popcount instead of CxxUtils::count_ones.
-
Walter Lampl authored
GlobalSim - minor code tweaks See merge request atlas/athena!78171
-
GlobalSim - minor code tweaks src/GlobalAlgs/Hypothesis/UCL/AlgoConstants.h add a constant src/GlobalAlgs/Hypothesis/UCL/eEmSortSelectCountContainerAlgTool.h remove superfluous include statements src/GlobalAlgs/Hypothesis/UCL/eEmSortSelectCountContainerPortsOut.h remove superfluous include statement cahnge a std::vector to std::array
-
Walter Lampl authored
Update PowhegEnvironmentConfig.cmake.in to bump ATLAS_POWHEGVER to 08-03 See merge request atlas/athena!78167
-
Update PowhegEnvironmentConfig.cmake.in to bump ATLAS_POWHEGVER to 08-03
-
Walter Lampl authored
-
Walter Lampl authored
Additional speed up of pixel clustering code. See merge request atlas/athena!78156
-
Additional speed up of pixel clustering code.
-
Walter Lampl authored
Added algorithm to propagate emulated defects to detector element status. See merge request atlas/athena!78146
-
Added algorithm to propagate emulated defects to detector element status. Added algorithms to propagate emulated pixel and strip defects (module, circuit defects) to the detector element conditions data, to allow for mitigation.
-
Andrea Coccaro authored
-
Walter Lampl authored
PyJobTransforms: Make field-wise RNTuple validation work with ROOT head See merge request atlas/athena!78169
-