- Nov 13, 2019
-
-
scott snyder authored
Add unit tests for the converter classes in this package. Fix a few bugs uncovered thereby.
-
- Oct 18, 2019
-
-
Walter Lampl authored
-
- Oct 15, 2019
-
-
scott snyder authored
cppcheck warning: Prefer initializing members in an initialization list.
-
- Sep 10, 2019
-
-
- Sep 05, 2019
-
-
- Sep 03, 2019
-
-
Extend AthenaPoolConverter::PoolToDataObject to pass the SG key. To allow cleaning up xAOD converters for MT thinning.
-
- Aug 27, 2019
-
-
- May 24, 2019
-
-
scott snyder authored
Adjust for headers moved from SGTools to AthenaKernel.
-
- Mar 21, 2019
-
-
Tomasz Bold authored
-
- Mar 18, 2019
-
-
scott snyder authored
Remove unneeded #include of ILArHVCorrTool.h.
-
- Feb 27, 2019
-
-
scott snyder authored
Remove MT-unsafe uses of CaloIdManager. Further cleanups.
-
scott snyder authored
Remove MT-unsafe uses of CaloIdManager.
-
scott snyder authored
Remove MT-unsafe uses of CaloIdManager.
-
- Feb 25, 2019
-
-
Frank Winklmeier authored
- Add `override` keyword
-
- Feb 08, 2019
-
-
Pavol Strizenec authored
-
- Feb 07, 2019
-
-
- Dec 18, 2018
-
-
Edward Moyse authored
-
- 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
-
- Dec 13, 2018
-
-
Former-commit-id: 645176ec
-
- Aug 09, 2018
-
-
Jennifer Roloff authored
This reverts commit 6d8c8624 [formerly 8650a8592f4c96ffb3ed6993279bf999d98bc120]. Former-commit-id: bac9f4d616d35d02eadc79edd1b24b05cb69ca73
-
Jennifer Roloff authored
Former-commit-id: 8650a8592f4c96ffb3ed6993279bf999d98bc120
-
- Jul 08, 2018
-
-
scott snyder authored
Remove references to obsolete package DataModel. Also remove references to CLIDSvc and SGTools. Former-commit-id: df6e02e0
-
scott snyder authored
Headers in this package are not used from any other package. Move those to src. Former-commit-id: dcf4b341
-
- Jun 19, 2018
-
-
scott snyder authored
CaloCellCorrection methods are const. CaloCellCorrection::MakeCorrection is now const, with an EventContext argument. Adjust uses of it. Working to make more of the calorimeter reconstruction reentrant. Former-commit-id: c4b71645
-
- Mar 29, 2018
-
-
charles leggett authored
major changes: - removal of DECLARE_FACTORY_ENTRIES - DECLARE_CONVERTER_FACTORY -> DECLARE_CONVERTER - DECLARE_TOOL_FACTORY -> DECLARE_COMPONENT - DECLARE_SERVICE_FACTORY -> DECLARE_COMPONENT - DECLARE_ALGORITHM_FACTORY -> DECLARE_COMPONENT - constructor of Converters is public, not protected - remove #include "GaudiKernel/CnvFactory.h" - remove #include "GaudiKernel/ToolFactory.h" - remove #include "GaudiKernel/AlgFactory.h" - remove #include "GaudiKernel/AudFactory.h" - remove #include "DeclareFactoryEntries.h" Former-commit-id: fd7a40f56dee72487463a5004d85f32619f250ff
-
- Feb 06, 2018
-
-
Jochen Meyer authored
@srettie spotted some lines in the muon code which ended with two semicolons. As there is no convincing answer, they were changed to single semicolons - and not only in muon code, but throughout the repository (except generator packages). Former-commit-id: 317d8317
-
- Jan 09, 2018
-
- Dec 27, 2017
-
-
Scott Snyder authored
gcc8 warnings: catching polymorphic exceptions via value. Former-commit-id: f65782f0
-
- Dec 25, 2017
-
-
Scott Snyder authored
gcc8 warnings: catching polymorphic exceptions via value. Former-commit-id: 22a43330
-
- Dec 14, 2017
-
-
scott snyder authored
Remove references to obsolete package DataModel. Former-commit-id: 9ad680a5
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
-
Frank Winklmeier authored
Use the proper return type instead of relying on StatusCode/bool conversions. Former-commit-id: 292c3c6b
-
- Dec 07, 2017
-
-
Frank Winklmeier authored
Explicitly specify the CHECK macro return value (0 or false) for methods returning an int/bool instead of relying on the implicit StatusCode conversion. Former-commit-id: c15ca7ed
-
scott snyder authored
CLASS_DEF.h moved from CLIDSvc to AthenaKernel. Former-commit-id: 8a5ddc55
-
- Dec 02, 2017
-
-
scott snyder authored
Compilation warnings: uninitialized variables. Former-commit-id: cd127434
-
- Nov 29, 2017
-
-
scott snyder authored
Compilation warning: uninitialized variable. Former-commit-id: 668f4ddc
-
scott snyder authored
Compilation warning: uninitialized variable. Former-commit-id: 15256a1f
-
- Oct 30, 2017
-
-
Frank Winklmeier authored
Remove cmt directories that contain trivial, obsolete content. Former-commit-id: c24266ed
-
Frank Winklmeier authored
A few constructors had to be made public as required by the Gaudi Plugin service. Former-commit-id: b88be914
-