- Feb 06, 2024
-
-
Chad Stephen Lantz authored
-
- Jan 26, 2024
-
-
Chad Stephen Lantz authored
-
- Nov 21, 2023
-
-
Update of ZDC geometry using ZdcIdentifier ATLASSIM-6751
-
- Jun 08, 2022
-
-
Frank Winklmeier authored
Adapt to interface changes of `StoredMaterialManager`.
-
- May 19, 2022
-
-
Frank Winklmeier authored
Passing the `MessageSvc` pointer is no longer necessary for `AthMessaging`.
-
- Feb 03, 2022
-
-
- Jan 24, 2022
-
-
scott snyder authored
Explicitly qualify virtual methods called from ctors.
-
- Oct 07, 2021
-
-
scott snyder authored
Enable thread-safety checking. Clean up warnings.
-
- Jul 05, 2021
-
-
Christos Anastopoulos authored
-
- Feb 03, 2021
-
-
Vakhtang Tsulaia authored
Updated ForwardDetectors packages to use FindGeoModel.cmake. Which was introduced to serve the new GeoModel uni-project, which was introduced into our build with !39900. Bonus: * Turned AFP_GeoModel and ZDC_GeoM into component-only packages * Turned ForwardRegionGeoModel into interface + component package
-
- Aug 29, 2020
-
-
Vakhtang Tsulaia authored
Dropped the redundant AbsMaterialManager interface, and removed all references to this interface from client packages. Dropped redundant methods from RDBMaterialManager, and in this way got rid of lots of duplicated code.
-
- Jul 04, 2020
-
-
scott snyder authored
If a dtor is declared final, the class itself should also be declared final.
-
- Jan 25, 2019
-
-
Vakhtang Tsulaia authored
All units migrated except GeoModelKernelUnits::gram/g, which is different from Gaudi::Units::gram/g
-
- Dec 14, 2018
-
-
Vakhtang Tsulaia authored
Given the standalone library is based on Eigen instead of CLHEP, all GeoModel clients in Athena code were also migrated to the Eigen-based interface of GeoModel. This affected a large number of packages. Most significant changes have been introduced to subsystem GeoModel packages. The in-house GeoModelKernel code has been removed from the repository. Almost all header files in PixelGeoModel have been moved to the src directory. The next step should be turning this package into a component-only library. Similar code reorganization can be applied to SCT_GeoModel too. Subsystem readout geometry interfaces remain mostly unchanged, except for a minor change in the InDet readout geometry interface (which was unavoidable). Several non-GeoModel packages affected by this migration mostly required addition of missing CLHEP includes. Former-commit-id: 9cffebb1
-
- Nov 27, 2018
-
-
Scott Snyder authored
Deprecating use of non-bound DataHandle, especially non-const. Also adding const for materials. Former-commit-id: 662fd53d
-
- Jan 09, 2018
-
- Dec 24, 2017
-
-
Scott Snyder authored
gcc8 warnings: catching polymorphic exceptions via value. Former-commit-id: 08af9cc7
-
- Oct 30, 2017
-
-
Frank Winklmeier authored
A few constructors had to be made public as required by the Gaudi Plugin service. Former-commit-id: b88be914d83755d32a130be4d36c218733be605b
-
Frank Winklmeier authored
- Delete all obsolete src/components/*_load.cxx files - Remove obsolete DECLARE_FACTORY_ENTRIES within src/components/*_entries.cxx The removed macros evaluate to NULL on the Gaudi side and have been kept only for backwards compatibility. Former-commit-id: b54b335b
-
- Oct 11, 2017
-
-
Former-commit-id: 237a8a9f
-
- Oct 04, 2017
-
-
Scott Snyder authored
Private data members should start with m_. Former-commit-id: b4989492
-
- Jan 01, 2017
-
-
Vakhtang Tsulaia authored
* Migrating from endreq to endmsg * Tagging as ZDC_GeoM-00-00-13 Former-commit-id: 4c960a94
-
- Sep 19, 2014
-
-
Atlas-Software Librarian authored
-