- Dec 18, 2018
-
-
Edward Moyse authored
-
- Dec 14, 2018
-
-
Vakhtang Tsulaia authored
by switching to geant4.10.4.patch02.atlasmt01 Former-commit-id: 4aa1cd51
-
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
-
- Dec 13, 2018
-
-
Former-commit-id: 645176ec
-
- Dec 10, 2018
-
-
scott snyder authored
Adjust for header moved from CLIDSvc to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 1af6a459
-
- Nov 28, 2018
-
-
Scott Snyder authored
Deprecating use of non-bound DataHandle, especially non-const. Former-commit-id: 8d7ef871
-
Scott Snyder authored
Deprecating use of non-bound DataHandle, especially non-const. Former-commit-id: 11784ba7
-
- Nov 27, 2018
-
-
Scott Snyder authored
Deprecating use of non-bound DataHandle, especially non-const. Also adding const for materials. Former-commit-id: 662fd53d
-
- Nov 21, 2018
-
-
Goetz Gaycken authored
Former-commit-id: de5ec538
-
Goetz Gaycken authored
Now data handles are used when not in XAOD_STANDALONE or XAOD_MANACORE mode. Former-commit-id: b2b32104
-
- Oct 23, 2018
-
-
Former-commit-id: d92d4bf0
-
- Oct 16, 2018
-
-
scott snyder authored
Update references to headers in CLIDSvc moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 4919a99b064bb3758574919201c493498cb4d116
-
- Oct 12, 2018
-
-
Frank Winklmeier authored
The '_load.cxx' files are no longer needed to instantiate Gaudi components. Former-commit-id: be9ce23d
-
- Oct 07, 2018
-
-
scott snyder authored
Adjust references to headers in CLIDSvc that moved to AthenaKernel. Also remove unneeded reference to SGTools. Former-commit-id: de01a71b1ccca8f1766136f4bcb76bbc0be9aa29
-
scott snyder authored
Adjust references to headers in CLIDSvc that moved to AthenaKernel. Also remove unneeded reference to SGTools. Former-commit-id: 302752b4
-
scott snyder authored
Adjust references to headers in CLIDSvc that moved to AthenaKernel. Also remove unneeded reference to SGTools. Former-commit-id: 956a16a6
-
scott snyder authored
Adjust references to headers in CLIDSvc that moved to AthenaKernel. Also remove unneeded reference to SGTools. Former-commit-id: e8dcc7a5
-
scott snyder authored
Adjust references to headers in CLIDSvc that moved to AthenaKernel. Also remove unneeded reference to SGTools. Former-commit-id: ac69bc7b
-
- Oct 04, 2018
-
-
scott snyder authored
Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: f5074449
-
- Oct 03, 2018
-
-
scott snyder authored
Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 6586d27d
-
scott snyder authored
Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 0a83a6c0
-
scott snyder authored
Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: dedac8fb
-
scott snyder authored
Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 42a103b3
-
scott snyder authored
Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 0667db4c
-
- Oct 01, 2018
-
-
scott snyder authored
Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: a93b3418
-
- Aug 29, 2018
-
-
scott snyder authored
The CLIDSvc package is obsolete; remove references to it. Headers have been moved to AthenaKernel. Former-commit-id: 6f7e6db3
-
- Aug 09, 2018
-
-
Jennifer Roloff authored
This reverts commit 6d8c8624 [formerly 8650a859]. Former-commit-id: bac9f4d6
-
Jennifer Roloff authored
Former-commit-id: 8650a859
-
- Jul 20, 2018
-
-
charles leggett authored
The Gaudi PluginSvc has been refactored and modernizes. See gaudi/Gaudi!709 As well as some changes to macros that directly call on certain features of the PluginSvc itself, other code that has been impacted is as follows: - destructors of Converters must be public - template arguments of ServiceHandles and ToolHandles cannot always be forward defined and the associated header files may need to be explicitly included Former-commit-id: 83042516
-
- Jul 03, 2018
-
-
Scott Snyder authored
clang warnings: - unused variable. - class with virtual functions but no virtual dtor. Former-commit-id: 2540865d
-
- Jul 02, 2018
-
-
Scott Snyder authored
clang warnings: unused variables. Former-commit-id: 900aee21
-
- Jul 01, 2018
-
-
Scott Snyder authored
clang warnings: unused private data members. Former-commit-id: 0ce15a65
-
- May 15, 2018
-
-
Stewart Martin-Haugh authored
Former-commit-id: 04eeb46e
-
- May 13, 2018
-
-
Scott Snyder authored
Switch from setEventFlagBit/setErrorState to updateEventFlagBit/updateErrorState in order to remove the need for const_cast. Former-commit-id: c458b9cc
-
- May 01, 2018
-
-
scott snyder authored
Remove references to obsolete package DataModel. Also clean up references to files in CLIDSvc and SGTools that were moved to other packages. Former-commit-id: 6bccbc59
-
scott snyder authored
Remove references to obsolete package DataModel. Also clean up references to files in CLIDSvc and SGTools that were moved to other packages. Former-commit-id: c65e4897
-
- Apr 27, 2018
-
-
scott snyder authored
Remove references to obsolete package DataModel. Also remove obsolete references to CLIDSvc and SGTools. Former-commit-id: a3fc0696
-
scott snyder authored
Remove references to obsolete package DataModel. Also remove obsolete references to CLIDSvc and SGTools. Former-commit-id: 00b482b9
-
scott snyder authored
Remove references to obsolete package DataModel. Also remove obsolete references to CLIDSvc and SGTools. Former-commit-id: a2477afd
-
scott snyder authored
Remove references to obsolete package DataModel. Also remove obsolete references to CLIDSvc and SGTools. Former-commit-id: e24250b3
-