- Mar 04, 2025
-
-
Tadej Novak authored
-
Tadej Novak authored
main-coverity-MuonPRDTest See merge request atlas/athena!78254
-
main-coverity-MuonPRDTest
-
Tadej Novak authored
ALFA_LocRecCorr: migrate conditions callback to CondHandle Closes ATLASRECTS-7311 See merge request atlas/athena!78252
-
Tadej Novak authored
EFTracking FPGA: update host-side parameters and bugfix See merge request atlas/athena!78246
-
EFTracking FPGA: update host-side parameters and bugfix
-
Tadej Novak authored
RootStorageSvc: change RNTupleWriteOptions namespace See merge request atlas/athena!78247
-
RootStorageSvc: change RNTupleWriteOptions namespace
-
Tadej Novak authored
Reset folder name to empty string when long tag name is provided See merge request atlas/athena!78245
-
Reset folder name to empty string when long tag name is provided
-
Tadej Novak authored
remove the reserve in the constructors See merge request atlas/athena!78256
-
remove the reserve in the constructors
-
Frank Winklmeier authored
Migrate the conditions callback to `ReadCondHandle` as this blocks the removal of the callback feature. NO TESTING performed as this code is likely never going to be used anymore. Closes ATLASRECTS-7311.
-
Tadej Novak authored
Update BPHY25 See merge request atlas/athena!78243
-
Update BPHY25
-
Tadej Novak authored
main-coverity-DataQualityInterfaces See merge request atlas/athena!78235
-
main-coverity-DataQualityInterfaces
-
Tadej Novak authored
Update TauSelectionTool README file See merge request atlas/athena!78234
-
Update TauSelectionTool README file
-
Tadej Novak authored
MuonGeoModelTestR4 - Switch on sTGC in geo comparison tests See merge request atlas/athena!78232
-
MuonGeoModelTestR4 - Switch on sTGC in geo comparison tests
-
Tadej Novak authored
CaloIdHelper - Remove test of muon fields See merge request atlas/athena!78231
-
CaloIdHelper - Remove test of muon fields
-
Tadej Novak authored
New optimized window sizes for the second stage See merge request atlas/athena!78230
-
New optimized window sizes for the second stage
-
Tadej Novak authored
PoolSvc: Configure default container type for each output persistency service See merge request atlas/athena!78229
-
PoolSvc: Configure default container type for each output persistency service
-
Tadej Novak authored
MuonR4 - Solving bug in geometry conversion See merge request atlas/athena!78220
-
MuonR4 - Solving bug in geometry conversion
-
Tadej Novak authored
IDTRKVALID and CTIDE derivations: use proper PrepDataToxAOD for ACTS See merge request atlas/athena!78209
-
IDTRKVALID and CTIDE derivations: use proper PrepDataToxAOD for ACTS
-
Tadej Novak authored
GlobalSim - add NoSort functionality to eEmSortSelectCount See merge request atlas/athena!78224
-
GlobalSim - add virtual keyword to a function which uses the override keyword src/GlobalAlgs/Hypothesis/UCL/eEmSortSelectCountContainerAlgTool.h
-
Tadej Novak authored
first part of columnar prototype (ATLASG-2853) See merge request atlas/athena!78090
-
first part of columnar prototype The columnar prototype is laid out in these two presentations: * https://indico.cern.ch/event/1463263/contributions/6161076/attachments/2941910/5168958/Columnar-2024-10-07.pdf * https://indico.cern.ch/event/1505092/contributions/6335590/attachments/3007720/5302122/Columnar-2025-02-03.pdf The full prototype can be found here: https://gitlab.cern.ch/atlas-asg/columnar-athena/-/tree/columnar/PhysicsAnalysis/Columnar The branch also contains all tool conversions we have so far, including some partial tool conversions. This initial MR tries to have a minimal subset of the prototype: * ColumnarBase base class for tools * ColumnAccessor for accessing simple POD columns * ObjectColumn-ColumnAccessor for accessing objects from event store: this is needed for actual columnar tools in Array mode, as they can't otherwise implement the top-level function callEvents. * ColumnarExampleTools: a few example tools that show common variations of how CP tools access POD columns * ColumnarInterfaces: the interface for columnar tools in Array mode * ColumnarEventInfo: this contains the definition of EventInfo, as that is needed for some tests Parts that were truncated/removed and will come in later MRs: * all of the actual CP tool migrations * the definitions and special accessors for all the xAOD types (beyond the definition for EventInfo) * all the other ColumnAccessor implementations, e.g. for ElementLink and vectors * ColumnInfo members only needed for those accessors * the software stack for using columnar tools in Array mode * any tests that rely on that software stack in Array mode * the python language bindings in array mode
-
Tadej Novak authored
Refactor principal component analysis in GlobalChi2Fitter See merge request atlas/athena!78217
-
Refactor principal component analysis in GlobalChi2Fitter
-
Tadej Novak authored
Set doAnalysis flags to target objects to be analysed See merge request atlas/athena!78227
-
Set doAnalysis flags to target objects to be analysed
-
Tadej Novak authored
Move variables to limited scope in GlobalChi2Fitter See merge request atlas/athena!78218
-