- Feb 20, 2024
-
-
Melissa Yexley authored
-
Melissa Yexley authored
-
MuonGeometry - Another trial to decouple the aligned muon world from the ATLAS world
-
BCM/ BCL GeoModel & GeoEnvelopes - Use GeoIntrusivePtr
-
-
Run unit tests in their own directory to avoid overwriting each other's pool catalogue. Closes ATR-28801.
-
Reeset file for the moment Apply 8 suggestion(s) to 8 file(s) Fix compiler error
-
GeoModelExperiment modified to hold a vector of smart pointers to temporary boolean envelope volumes instead of the vector of bare pointers. More changes are expected in the code of GeoModelExperiment to complete the migration to smart pointers
-
For now migrated only the Element Vector
-
The usage of obsolete ConstLink replaced with the usage of GeoIntrusivePtr
-
Casted away the constness of the tree top constructed by GeoModelIO in order to have the same code work for both old-style and the new-style detector description systems
-
Introduced new command-line argument for job transforms --geometrySQLiteFullPath to ovveride standard path to the SQLite Geometry Database. If this argument is used then GeoModelSvc switches to the initialization of geometry from SQLite and takes the SQLite database path from the overrider instead of trying to find the file in the standard location
-
- Jan 30, 2024
-
-
Melissa Yexley authored
-
Melissa Yexley authored
-
- Jan 27, 2024
-
-
Implemented the reading of config parameters from the SQLite Geometry DB Extended AtlasGeoDBInterface by adding support for peeking into SQLite database
-
- Jan 19, 2024
-
-
GeoExporter: Mark as not thread-safe. Because it uses VP1. Avoids warnings about calls to unchecked code.
-
- Jan 11, 2024
-
-
Tadej Novak authored
-
- Jan 08, 2024
-
-
AtlasGeoModel: Support IgnoreTagDifference for CA configuration. To allow processing samples that were generated with geometries which were later made non-supported.
-
- Jan 06, 2024
-
-
scott snyder authored
Pass string by const reference, not by value.
-
- Dec 19, 2023
-
-
TRT_BaseElement, SolidStateDetectorElementBase : Inline some simple 'final' methods that are called quite a bit
-
- Dec 18, 2023
-
-
ATH_FLATTEN related fixes
-
- Dec 14, 2023
-
-
Vakhtang Tsulaia authored
In 4.6.0 GeoModelIO::ReadGeoModel::buildGeoModel() returns a pointer to GeoVPhysVol instead of GeoPhysVol as in earlier versions
-
- Nov 25, 2023
-
-
vec_parametrized_sincos: actually enable avx2+fma (x86-64-v3) . Use newer syntax for the attribute
-
- Nov 23, 2023
-
-
GeoModel - Remove PVConstLink includes and predefinitions
-
- Nov 21, 2023
-
-
Update of ZDC geometry using ZdcIdentifier ATLASSIM-6751
-
- Nov 20, 2023
-
-
Vakhtang Tsulaia authored
If GeoModel is initialized from SQLite, then IdDictDetDescrCnv first attempts to read ID dictionaries from SQLite tables in BLOB format. In case of success, the dictionaries will be written out as XML files into the run directory and passed to the dictionary parser for further processing. This can be considered an interim solution aimed to avoid making any changes in the ID dictionary parser, and in this way to support several options for ID dictionary initialization: 1. Retrieve ID dictionary file names from Geometry DB tables 2. Retrieve ID dictionary file names from SQLite database tables 3. Retrieve ID dictionaries as BLOBs from SQLite database tables Later we can consider dropping the step of writing BLOBs on disk as XML files, and instead passing them as strings to the dictionary parser.
-
- Nov 17, 2023
-
-
GeoModelTransientPtr - Modify constructor to accept child class pointers
-
- Nov 16, 2023
-
-
Vakhtang Tsulaia authored
-
- Nov 14, 2023
-
-
GeoPrimitives - Fix small printout typo
-
- Nov 11, 2023
-
-
MuonGeoModelR4 - Continue development of the Tgc Readoutelements & misc clean-up
-
- Oct 31, 2023
-
-
Use Algebra & StringHelpers from ActsGeoUtils package
-
- Oct 30, 2023
-
-
AGDD - Ensure that GeoPrimitives are included before GeoModel
-
- Oct 27, 2023
-
-
Riccardo Maria Bianchi authored
-
Frank Winklmeier authored
Add the `AccumulatorCache` to all regSel Cfg function. Saves about one minute in trigger configuration time. Relates to ATR-26996.
-
- Oct 26, 2023
-
-
Riccardo Maria Bianchi authored
-
- Sep 29, 2023
-
-
RegionSelector: Fix cppcheck warning. Pass strings by const reference, not by value. Remove method declaration with no corresponding definition.
-
- Sep 26, 2023
-
-
AGDDModel: Fix cppcheck warnings. Pass strings by const reference, not by value.
-
- Aug 31, 2023
-
-
Frank Winklmeier authored
In general, we do not support all possible geometry configurations in reco (e.g. not all Muon detectors can be configured individually). Hence only toggle the detector flags but not the geometry flags. Also set a proper conditions and geometry tag. Fix the failing Muon and LAr unit test by configuring the detector geometry. Fixes ATLASRECTS-7290 and ATLASRECTS-7292.
-
- Aug 25, 2023
-
-
Tadej Novak authored
-
- Aug 10, 2023
-
-
MuonReadoutGeometryR4 - Add alignable nodes
-