- 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 8650a859]. Former-commit-id: bac9f4d6
-
Jennifer Roloff authored
Former-commit-id: 8650a859
-
- 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: 317d8317b24122874d8916e62e68ff74a3b727f8
-
- 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: 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: b54b335b647ae1a32049726fc4868b30c9e565d0
-
- Sep 29, 2017
-
-
Walter Lampl authored
remove duplicate (obsolete) copyright statements of the form Copyright (C) 2003 by ATLAS Collaboration Former-commit-id: 68f0d5d4
-
- May 01, 2017
-
-
scott snyder authored
Remove reference to deprecated Gaudi header PropertyMgr.h (and a few other unused ones). Former-commit-id: 2cfc1a91
-
- Apr 15, 2017
-
-
Scott Snyder authored
Former-commit-id: 9b3385a5
-
- Apr 10, 2017
-
-
Alexey Boldyrev authored
Former-commit-id: fe11edea
-
- Mar 01, 2017
-
-
Charles Leggett authored
endreq is deprecated, and replaced with endmsg. Did not replace in log files, or READMEs. Two files which are questionable are InnerDetector/InDetAlignAlgs/InDetAlignGenAlgs/src/GeoModelTRT.dev and InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinderUtils/src/PVFindingTrackFilter_cxx Former-commit-id: 699dba0d352bf7192cc4a2d9a7bb4d23845cfe61
-
- Jan 27, 2017
-
-
Scott Snyder authored
* Tagging TBDetDescrAlg-00-00-07. * Avoid gcc7 switch fallthrough warnings. Former-commit-id: ee3c7830
-
- Jan 01, 2017
-
-
Scott Snyder authored
* Tagging TBRec-00-06-24. * Tool handle constness fix. 2016-08-01 scott snyder <snyder@bnl.gov> * Tagging TBRec-00-06-23. * Use ATH_MSG macros. 2016-07-27 scott snyder <snyder@bnl.gov> * Tagging TBRec-00-06-22. * endreq -> endmsg. 2016-07-21 scott snyder <snyder@bnl.gov> * Tagging TBRec-00-06-21. * Const fixes. 2016-06-25 scott snyder <snyder@bnl.gov> ... (Long ChangeLog diff - truncated) Former-commit-id: 9cbd6bf7
-
Scott Snyder authored
* Tagging TBMonitoring-00-02-12. * Coverity 109049. 2016-07-28 scott snyder <snyder@bnl.gov> * Tagging TBMonitoring-00-02-11. * endreq -> endmsg. * Tagging TBMonitoring-00-02-10. * Const fixes. 2016-06-30 scott snyder <snyder@bnl.gov> * Tagging TBMonitoring-00-02-09. * LArCablingService moved from LArTools to LArCabling. * Tagging TBMonitoring-00-02-08. * Avoid FP division by constants. * Tagging TBMonitoring-00-02-07. * Fix duplicate property warnings. * Tagging TBMonitoring-00-02-06. ... (Long ChangeLog diff - truncated) Former-commit-id: cedd47f5
-
Scott Snyder authored
* Tagging TBDetDescrCnv-00-02-01. * endreq -> endmsg. Former-commit-id: 40645727
-
Scott Snyder authored
* Tagging TBEventAthenaPool-00-01-03. * endreq -> endmsg. messageService -> msgSvc. Former-commit-id: 40b49da7
-
Scott Snyder authored
* Tagging TBDetDescr-00-01-01. * endreq -> endmsg. Former-commit-id: bf398146
-
Scott Snyder authored
* Tagging TBCnv-00-03-29. * Remove references to messageService(). 2016-07-27 scott snyder <snyder@bnl.gov> * Tagging TBCnv-00-03-28. * endreq -> endmsg. * Tagging TBCnv-00-03-27. * Const fix. 2016-07-09 scott snyder <snyder@bnl.gov> * Tagging TBCnv-00-03-26. * src/TBByteStreamCnvTool.cxx: Fix gcc6 indentation warnings. Former-commit-id: a365b08d
-
Scott Snyder authored
* Tagging TBCaloGeometry-00-01-05. * Const fix. Former-commit-id: 9982c4b7
-