- Feb 06, 2019
-
-
scott snyder authored
Remove useless calls to empty().
-
- Jan 25, 2019
-
-
Attila Krasznahorkay authored
-
- Jan 07, 2019
-
-
John Chapman authored
-
John Chapman authored
-
John Chapman authored
-
- Dec 18, 2018
-
-
Edward Moyse authored
-
- Dec 17, 2018
-
-
Walter Lampl authored
Files with identical content (same SHA1) but different file permissions cause confusing differences shown in GitLab. The file permissions of 61 files were set to 644 (ATLINFR-2011).
-
- Dec 16, 2018
-
-
Changes in the ambiguity solver to improve tracking for high Pt Bs. Changes can be turned on by using two different flags. Former-commit-id: 363b497d
-
- 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
-
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning. Former-commit-id: 4de4f428
-
- Oct 25, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: ceb7f12a
-
- Oct 18, 2018
-
-
scott snyder authored
Update references to headers in CLIDSvc moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 1396df09122439b0eecf2e0b36af6b34e85101ad
-
- Oct 17, 2018
-
-
scott snyder authored
Defer imports that may load shared libraries until after job configuration is complete. Otherwise, we may get mysterious failures of the plugin loader. Former-commit-id: ad54e161
-
scott snyder authored
Defer imports that may load shared libraries until after job configuration is complete. Otherwise, we may get mysterious failures of the plugin loader. Former-commit-id: 3dc4d8ca
-
- Oct 16, 2018
-
-
scott snyder authored
Update references to headers in CLIDSvc moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 04323fc4
-
- Oct 11, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: 447b8d6c
-
scott snyder authored
(Binaries apparently include boost with -I rather than -isystem.) Fixed in boost 1.68 (see https://github.com/boostorg/mpl/issues/31) Former-commit-id: 230efd36
-
- Oct 05, 2018
-
-
scott snyder authored
gcc8 warnings: Catching polymorphic exceptions by value. Former-commit-id: 076af557
-
scott snyder authored
gcc8 warning: Catching polymorphic exception by value. Former-commit-id: a11c75d608627c2de88312bef952bc97f95ba928
-
- Oct 02, 2018
-
-
Former-commit-id: af5d8ada18d14e4ae1a316a6dbeeb3c89041700a
-
- Sep 03, 2018
-
-
Frank Winklmeier authored
algorithm is a header-only library so there is no need to request it as a component. Former-commit-id: 69237d72
-
- Aug 27, 2018
-
-
Frank Winklmeier authored
Former-commit-id: 05e24830feea4cc658c527fe60fcfaf104a4110f
-
- Aug 09, 2018
-
-
Jennifer Roloff authored
This reverts commit 6d8c8624 [formerly 8650a859]. Former-commit-id: bac9f4d6
-
Former-commit-id: 0a971896
-
Jennifer Roloff authored
Former-commit-id: 8650a8592f4c96ffb3ed6993279bf999d98bc120
-
- 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: 83042516db016cf1ec8fde0d4dca19a2cdaa5e79
-
- May 31, 2018
-
-
Stewart Martin-Haugh authored
Former-commit-id: 79c31d233d019ccce2002f563b535d234bb27a3e
-
- 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: c1338c4cab903a259f7683d37ea1e8c4d09b6fcd
-
- Apr 23, 2018
-
-
Chris Hays authored
Former-commit-id: 35b263acd77f3f0c5d3196fb96f9d088758f4af1
-
Former-commit-id: 80d522b9
-
- 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: fd7a40f5
-
- Mar 27, 2018
-
-
Adam Edward Barton authored
Former-commit-id: ea6b08f78f1c97efa69f795ed31255dd7f967889
-
- Mar 11, 2018
-
-
Scott Snyder authored
Add missing reference file. Former-commit-id: 36fd6e99
-
- Mar 07, 2018
-
-
James Beacham authored
Updating unit tests for SimHit and SDO TP Converters See merge request atlas/athena!9151 Former-commit-id: 3e015fa310e3e1f2a5a0eb1ede90c1690a316d39
-
- Feb 21, 2018
-
-
Tamara Vazquez Schroeder authored
Add initial unit tests for HepMcParticleLinkCnv_p1, McEventCollectionCnv_p4 and… See merge request atlas/athena!8923 Former-commit-id: eca386183fdaa956ffaa53770ff84769deb7db21
-
- Feb 07, 2018
-
-
scott snyder authored
Fortran warning: spurious comma in write statement. Former-commit-id: 06addfab948cb3cb6e81e1e695d38f1f943e184e
-
- Feb 01, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: da68b820
-
- Jan 31, 2018
-
-
scott snyder authored
Remove duplicated Gaudi property UseRndmGenSvc. Adjust for change in type of m_pythia in base class. Former-commit-id: 00f6f105
-
scott snyder authored
Add useRndmGenSvc(), to make it available to derived classes. Change m_pythia to a unique_ptr, so that the Pythia instance doesn't need to be created during genconf. Former-commit-id: d3ad28de789aac6d416cbba42b73f9d146c87676
-
scott snyder authored
Fortran warning: variable type mismatch. Former-commit-id: d47fa6b4
-