Skip to content
Snippets Groups Projects
  1. Feb 20, 2024
  2. Feb 08, 2024
  3. Jan 12, 2023
  4. Aug 19, 2022
  5. Jun 17, 2022
  6. Jun 08, 2022
  7. Mar 31, 2022
  8. Jan 24, 2022
  9. Jan 20, 2022
  10. Dec 01, 2021
  11. Nov 24, 2021
  12. Jul 30, 2021
  13. Feb 02, 2021
    • Vakhtang Tsulaia's avatar
      CMakeLists updates in AtlasGeometryCommon · 33339a9e
      Vakhtang Tsulaia authored
      Updated AtlasGeometryCommon 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 CavernInfraGeoModel into component-only package
       * Removed several commented-out include statements from VP1DetInfo.cxx
      33339a9e
  14. Jan 27, 2021
  15. Nov 17, 2020
  16. Aug 29, 2020
    • Vakhtang Tsulaia's avatar
      Code cleanup: GeoModel material managers · 78fc12fb
      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.
      78fc12fb
  17. Aug 05, 2020
    • Frank Winklmeier's avatar
      AtlasGeometryCommon: cmake cleanup · f5617318
      Frank Winklmeier authored
      - remove `atlas_depends_on_subdirs`
      - update link dependencies
      - replace `atlas_install_headers` with interface library or remove it
        entirely if headers not used outside package
      - enable flake8 where applicable
      f5617318
  18. Jul 04, 2020
  19. Apr 13, 2020
  20. Dec 17, 2019
  21. Dec 16, 2019
  22. Dec 04, 2019
    • John Chapman's avatar
      Fix for writing pickle files in python 3 · 7f70a9e8
      John Chapman authored
      Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file.
      In python 3 the output file needs to be explicitly opened in binary mode.
      I.e.
      ```
      f = open('configdump.pkl', 'wb')
      ```
      rather than
      ```
      f = open('configdump.pkl', 'w')
      ```
      7f70a9e8
  23. Jul 18, 2019
  24. Apr 16, 2019
  25. Feb 07, 2019
  26. Jan 20, 2019
  27. Dec 14, 2018
    • Vakhtang Tsulaia's avatar
      Athena code migrated from in-house GeoModelKernel to standalone GeoModelKernel library · 166fab1e
      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: 9cffebb16406dd699b3b8162a9d460b9f91a3a24
      166fab1e
  28. Jul 24, 2018
  29. Jun 19, 2018
  30. Jun 11, 2018
  31. Apr 30, 2018
  32. Apr 16, 2018
  33. Nov 01, 2017
    • Frank Winklmeier's avatar
      Migrate to DECLARE_COMPONENT macros · 799c8872
      Frank Winklmeier authored
      The constructors of the following components had to be made public:
      AthMpEvtLoopMgr
      AthenaConditionStream
      AthenaEventLoopMgr
      AthenaHiveEventLoopMgr
      AthenaOutputStream
      AthenaSummarySvc
      JobIDSvc
      MixingEventSelector
      PyAthenaEventLoopMgr
      SimplePOSIXTimeKeeperSvc
      TestRandomSeqAlg
      ClassIDSvc
      IOVSvc
      PileUpMergeSvc
      ProxyProviderSvc
      ActiveStoreSvc
      SegMemSvc
      SGHiveMgrSvc
      ByteStreamCnvSvc
      ByteStreamCnvSvcBase
      
      
      Former-commit-id: 982601283edb272066ddf6b446b0484b8082f86f
      799c8872
  34. Oct 11, 2017
  35. Oct 06, 2017
  36. Sep 05, 2017
  37. Jan 01, 2017
  38. Sep 19, 2014
Loading