- Aug 11, 2020
-
-
Frank Winklmeier authored
- fix external dependencies - update link dependencies - remove `atlas_depends_on_subdirs`
-
- Aug 10, 2020
-
-
- Aug 07, 2020
-
-
- Aug 06, 2020
-
-
Frank Winklmeier authored
Cleanup of cmake configuration of GeoModel related packages. Tidy external and links dependencies. Remove `atlas_depends_on_subdirs`.
-
- Aug 05, 2020
-
-
John Chapman authored
Also adapting derived classes `DefaultAGDDTool`, `MuonAGDDTool` and `NSWAGDDTool` to use `Gaudi::Property` member variables from the base-class correctly.
-
- Jul 29, 2020
-
-
Frank Winklmeier authored
Delete the unused RegSel*LUTCondData classes (ATR-21807) to avoid a cyclic dependency on the RegionSelector library/package. Also cleanup the cmake configuration.
-
- remove unused Eigen dependency - do not install headers that are not used outside this package
-
- Jul 27, 2020
-
-
Frank Winklmeier authored
- remove unused ROOT dependency - no need to install dictionary header - enable thread checker
-
Frank Winklmeier authored
- cmake cleanup - enable flake8 - delete obsolete `DetStore.py` job options
-
Frank Winklmeier authored
- remove atlas_depends_on_subdirs - remove unused ROOT dependency
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Remove unused CORAL/Boost dependencies. Cleanup cmake configuration and delete unused `Load_IdDictCnvTest_joboptions.py`. Enable thread checker.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Cleanup configuration, remove unused ROOT and boost dependency.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Cleanup cmake configuration and delete deprecated RegionSelector_jobOptions.py.
-
- Jul 20, 2020
-
-
Frank Winklmeier authored
There is already a library that provides the public headers and hence the `atlas_install_headers` is redundant.
-
- Jul 11, 2020
-
-
Vakhtang Tsulaia authored
The list of affected packages: * DetectorDescription/GeoModel/GeoModelExamples * DetectorDescription/GeoModel/GeoModelSvc * DetectorDescription/GeoModel/GeoModelUtilities * DetectorDescription/GeoModel/GeoSpecialShapes
-
- Jul 10, 2020
-
-
Nicolas Köhler authored
-
- Jul 07, 2020
-
-
scott snyder authored
If a dtor is declared final, the class itself should also be declared final.
-
amete authored
-
Vakhtang Tsulaia authored
1. Cleaned CMakeLists.txt in several LArGeoModel packages by dropping atlas_depends_on_subdirs(), and dropping redundant dependencies on BOOST and CORAL 2. Dropped redundant GeoModelUtilities/LArCustomShape.h
-
- Jul 04, 2020
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
- Jun 28, 2020
-
-
- Jun 27, 2020
-
-
scott snyder authored
GeoModelUtilities: Compile GeoVisitVolumes::handleSerialTransformer with optimization, even in debug builds. GeoVisitVolumes::handleSerialTransformer makes heavy use of Eigen. We tend to spend a lot of time there in debug builds, where the performance of Eigen is very poor. So force this function to be compiled with optimization, even in debug builds. This speeds up some tests significantly.
-
- Jun 26, 2020
-
-
scott snyder authored
We spend a lot of time in IdDictDictionary::unpack in debug builds (mostly called from the Csc conditions code). So force this function to be compiled with optimization, even in debug builds. This speeds up some tests by 20-30%.
-
- Jun 25, 2020
-
-
Nicolas Köhler authored
-
- Jun 23, 2020
-
-
Migrating the MuonSegmentRegionRecoveryTool to use the new region selector tools instead of the region selector service: - Extend the new JO configuration for the region selector tools to include the rest of the muon technologies - Update the segment region recovery tool to use the region selector tools instead of the old servic - Update the configuration for the segment region recovery (both old and new style JOs) - We were always configuring the MuonSegmentRegionRecoveryTool due to the 'getPublicTool' call in MooreTools.py. This caused some issues with scheduling the region selector cond alg out of place in the legacy trigger tests. In the end this 'getPublicTool' call is not needed, since the tools are all configured in the relevent places, so have removed it. Fixes ATLASRECTS-5377.
-
- Jun 19, 2020
-
-
Marcin Nowak authored
SealSvc does not have any useful function any more
-
- Jun 17, 2020
-
-
Susumu Oda authored
Add ATLAS_CHECK_THREAD_SAFETY to InDetRegionSelector and MuonRegionSelector packages with removing const from getLUT()
-
Stewart Martin-Haugh authored
-
- Jun 16, 2020
-
-
- Jun 11, 2020
-
-
scott snyder authored
HITS test has been timing out frequently in the dbg build.
-
- Jun 09, 2020
-
-
- Jun 08, 2020
-
-
scott snyder authored
In the muon subsystem checks is_rpc, etc, we first need to ensure that is_muon passes. Otherwise, we can crash if called for a non-muon identifier.
-
-
- Jun 05, 2020
-
-
scott snyder authored
When we initialize an Identifier from a 32-bit value, make sure to preserve invalid values. We were just shifting left by 32 bits, which means that the invalid 0xffffffff becomes 0xffffffff00000000, for which is_valid() returns true. This was causing us not to detect some invalid identifiers after they were saved and reloaded.
-