Skip to content
Snippets Groups Projects
  1. Nov 17, 2020
  2. Sep 22, 2020
  3. Sep 19, 2020
  4. Sep 14, 2020
  5. 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
  6. 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
  7. Jul 20, 2020
  8. Jul 04, 2020
  9. Apr 13, 2020
  10. Apr 09, 2020
  11. Apr 07, 2020
  12. Dec 17, 2019
  13. Dec 16, 2019
  14. 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
  15. Sep 20, 2019
  16. Jul 25, 2019
  17. Jul 19, 2019
  18. Jul 18, 2019
  19. Apr 16, 2019
  20. Feb 07, 2019
  21. Jan 20, 2019
  22. Dec 28, 2018
  23. 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: 9cffebb1
      166fab1e
  24. Nov 30, 2018
  25. Oct 18, 2018
  26. Sep 27, 2018
  27. Aug 24, 2018
  28. Aug 09, 2018
  29. Jul 24, 2018
  30. Jun 19, 2018
  31. Jun 11, 2018
  32. Apr 30, 2018
  33. Apr 16, 2018
  34. Jan 12, 2018
  35. Dec 11, 2017
  36. Dec 08, 2017
    • Toshiaki Kaji's avatar
      Revert "fix conflicts of KinkTrkSingleJetMetFilterTool" · cdf718bf
      Toshiaki Kaji authored
      This reverts commit 9156e32ac88ebae9bf90ce0c19a40933a6fb097e [formerly f73d17d3f46239034e6ab596ed09b9aa922f4ad5], reversing
      changes made to 27d106d1c78657e78ee8e51365e28572176cf185 [formerly 8f2f51887120a7b1cc2c7aff8c3101d0e69d4a2d].
      
      
      Former-commit-id: 9d67f5b8a4078841f852715040f5a05bd7efc41b
      cdf718bf
Loading