- Mar 05, 2024
-
-
Add RdbAccessSvcCfg add rdb accessSvc config Do not retrieve IdDictionary during initialize... Fix crash if dicitionaries don't exist Apply 1 suggestion(s) to 1 file(s) Revert GeomodelR4
-
- Mar 01, 2024
-
-
Riccardo Maria Bianchi authored
-
- Feb 24, 2024
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
Add InDetServMat config, add default Geo TAG in output file name, disable temporarily not used CLI options
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
- Feb 23, 2024
-
-
LArGeoModel - Use GeoIntrusivePtrs
-
- Feb 15, 2024
-
-
MuonGeometry - Another trial to decouple the aligned muon world from the ATLAS world
-
BCM/ BCL GeoModel & GeoEnvelopes - Use GeoIntrusivePtr
-
Frank Winklmeier authored
Run unit tests in their own directory to avoid overwriting each other's pool catalogue. Closes ATR-28801.
-
- Feb 14, 2024
-
-
Reeset file for the moment Apply 8 suggestion(s) to 8 file(s) Fix compiler error
-
- Feb 12, 2024
-
-
Johannes Junggeburth authored
-
- Feb 08, 2024
-
-
Vakhtang Tsulaia authored
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
-
Vakhtang Tsulaia authored
For now migrated only the Element Vector
-
Vakhtang Tsulaia authored
The usage of obsolete ConstLink replaced with the usage of GeoIntrusivePtr
-
Vakhtang Tsulaia authored
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
-
- Feb 07, 2024
-
-
Vakhtang Tsulaia authored
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 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
-