- Mar 18, 2025
-
-
Frank Winklmeier authored
-
- Mar 15, 2025
-
-
Projects: Update to atlasexternals 2.1.45
-
- Mar 13, 2025
-
-
Tamara Vazquez Schroeder authored
-
Tamara Vazquez Schroeder authored
-
Tamara Vazquez Schroeder authored
-
Tamara Vazquez Schroeder authored
-
Andrew Mehta authored
-
Andrew Mehta authored
-
- Mar 06, 2025
-
-
Update version to 23.6.46
-
Jiří Mašík authored
-
- Mar 05, 2025
-
-
Frank Winklmeier authored
Update all projects to atlasexternals 2.1.16.7. The only change is to make the CrestApi package available for those projects not depending on tdaq-common. Relates to ATDBOPS-393.
-
- Mar 04, 2025
-
-
Tadej Novak authored
-
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
-
- Mar 03, 2025
-
-
Vakhtang Tsulaia authored
In the new version of GeoModel the obsolete Query class was dropped and replaced by the direct usage of std::optional. Several Athena clients have been adapted to this change.
-
- Feb 28, 2025
-
-
Andrea Coccaro authored
-
- Feb 27, 2025
-
-
Frank Winklmeier authored
Fixes bug in detecting OS flavor when `lsb_release` is installed. Relates to ATR-30829 and ATLINFR-5385.
-
Andrew Mehta authored
-
Andrew Mehta authored
-
- Feb 26, 2025
-
-
Marcelo Vogel authored
Update the IOVDbSvc to use external CrestApi library The CrestApi dependency of the IOVDbSvc will be removed from Athena and kept in tdaq-common. This branch contains updates necessary for the IOVDbSvc to work with the external CrestApi project. A new CMakeLists.txt file is introduced to find the external CrestApi package Needed by ATDBOPS-384.
-
- Feb 24, 2025
-
-
Update version to 23.6.45
-
- Feb 21, 2025
-
-
Ewelina Maria Lobodzinska authored
-
Johannes Elmsheuser authored
-
- Feb 20, 2025
-
-
Projects: Update 24.0 externals to version 2.1.16.4
-
Johannes Elmsheuser authored
-
Andrew Mehta authored
-
Andrew Mehta authored
-
- Feb 18, 2025
-
-
Update the IOVDbSvc to use external CrestApi library The CrestApi dependency of the IOVDbSvc will be removed from Athena and kept in tdaq-common. This branch contains updates necessary for the IOVDbSvc to work with the external CrestApi project. A new CMakeLists.txt file is introduced to find the external CrestApi package Needed by ATDBOPS-384.
-
- Feb 17, 2025
-
-
Attila Krasznahorkay authored
And with that, undo the hack that was necessary for successful Debug builds with earlier versions.
-
Frank Winklmeier authored
`ATLAS_USE_CPPCHECK` was set in CxxUtils to `ON` but this should not be done for projects where we do not have cppcheck available. Move the setting to `Athena` and ensure it is propagated to downstream (i.e. `WorkDir`) projects. Closes ATLINFR-5672.
-
- Feb 15, 2025
-
-
Projects: Update to LCG_107a_ATLAS_1, tdaq/tdaq-common 12-01-01 and atlasexternals 2.1.42
-
- Feb 14, 2025
-
-
Andrea Coccaro authored
-
Update Athena to use VecMem-1.13.0. And with that, undo the hack that was necessary for successful Debug builds with earlier versions.
-
Paul Gessinger authored
-
- Feb 13, 2025
-
-
Andrew Mehta authored
-
Andrew Mehta authored
-
- Feb 12, 2025
-
-
Add new GeoModel.DumpGeo flags and fix DumpGeo CA configuration for transforms and other Athena jobs. Closes ATLASDD-56 Add new GeoModel.DumpGeo flags and fix DumpGeo CA configuration for transforms and other Athena jobs. Closes ATLASDD-56
-
- Feb 11, 2025
-
-
Adam Edward Barton authored
-
- Feb 10, 2025
-
-
- Feb 08, 2025
-
-
Projects: Update LCG_107_ATLAS_3, atlasexternals 2.1.40, tdaq/tdaq-common 12-01-00
-
- Feb 06, 2025
-
-
Andrew Mehta authored
-