- Mar 01, 2024
-
-
Projects: Update to layer LCG_104d_ATLAS_7
-
- Feb 29, 2024
-
-
Tadej Novak authored
Resolve standalone dependencies for EDM conversion See merge request atlas/athena!69349
-
Resolve standalone dependencies for EDM conversion
-
Tadej Novak authored
Import HGTD VertexTimeAlg See merge request !69290
-
Remove number of entries variable from Cluster This can be obtained from the size of the entries vector.
-
Tadej Novak authored
Use ReadDecorHandle when reading ACTS SPs from file See merge request atlas/athena!69360
-
Use ReadDecorHandle when reading ACTS SPs from file
-
Tadej Novak authored
main-coverity-AthenaMonitoringKernel See merge request atlas/athena!69367
-
main-coverity-AthenaMonitoringKernel
-
Tadej Novak authored
TrigValSteering: fix adding flags to transform preExec See merge request atlas/athena!69371
-
Tadej Novak authored
main-coverity-PixelGeoModelXml See merge request !69364
-
main-coverity-PixelGeoModelXml
-
Tadej Novak authored
Clean-up warning messages in converter code See merge request atlas/athena!69366
-
Clean-up warning messages in converter code
-
Frank Winklmeier authored
As we no longer need to support "Modifiers" we can greatly simplify the code to add the flags to the transform preExec. Relates to ATR-28872.
-
Tadej Novak authored
2024-02-29: merge of 24.0 into main See merge request atlas/athena!69363
-
Tadej Novak authored
-
Tadej Novak authored
Update ART plot for reconstructed track times See merge request atlas/athena!69342
-
Update ART plot for reconstructed track times
-
Tadej Novak authored
HGTD_Overlay: Fix cppcheck warnings. See merge request atlas/athena!69353
-
HGTD_Overlay: Fix cppcheck warnings. Use unique_ptr interfaces. Fixes cppcheck warnings about ignored return values.
-
Tadej Novak authored
LArRecUtils: cmake fix See merge request atlas/athena!69356
-
LArRecUtils: cmake fix Missing dependency on CaloTTDetDescr.
-
Tadej Novak authored
Quirks: Fix cppcheck warnings. See merge request atlas/athena!69354
-
Quirks: Fix cppcheck warnings. Prefer to initialize class members in an initialization list. Delete copy/assignment for class that manages memory. Add abort() calls after G4Exception(), which is missing a [[noreturn]] declaration.
-
Tadej Novak authored
HGTD_G4_SD: cmake fix Closes HGTD_G4_SD-20240228 See merge request atlas/athena!69355
-
HGTD_G4_SD: cmake fix Missing GeoModel dependencies.
-
Tadej Novak authored
CaloDetDescrUtils: cmake fix See merge request atlas/athena!69357
-
CaloDetDescrUtils: cmmake fix Missing dependency on CaloDetDescr.
-
Tadej Novak authored
Read decor handle key on space points Closes ATLIDTRKCP-553 See merge request atlas/athena!69327
-
Read decor handle key on space points
-
Tadej Novak authored
AthenaKernel: Add a memory_resource to the EventContext. See merge request atlas/athena!69350
-
AthenaKernel: Add a memory_resource to the EventContext. Add memResource / setMemResource to ExtendedEventContext, to allow specifying a slot-specific global std::pmr::memory_resource.
-
Tadej Novak authored
IOVDbFolder: code refactoring See merge request atlas/athena!69319
-
Tadej Novak authored
Deprecate AnaAlgSequence See merge request atlas/athena!69287
-
- Feb 28, 2024
-
-
Vakhtang Tsulaia authored
Introduced a new private function dumpFile to keep the code which produces the "cool_dump" and "crest_dump" files in one place. Also to reduce the complexity of the loadCache() function by a little bit
-
Vakhtang Tsulaia authored
The CREST-related part of the IOVDbFolder::loadCache() was spread over two chunks. These two chunks have been mostly consolidated in one single place as an intermediate step for further refactoring
-
Vakhtang Tsulaia authored
The code for fetching CREST IOVs and turning open-ended IOVs into a set of non-overlapping IOVs was factored out into a separata private function
-
Tim Martin authored
TrigValTools: fix for running transforms See merge request atlas/athena!69347
-
Frank Winklmeier authored
Fix bug introduced by cleanup in !69168. We currently do not support the use of the `.flags` argument in transforms and have to ensure they remain unset. Relates to ATR-28872.
-