Skip to content
Snippets Groups Projects
  1. Aug 11, 2020
  2. Aug 10, 2020
  3. Aug 07, 2020
  4. Aug 06, 2020
    • Frank Winklmeier's avatar
      GeoModel: cmake cleanup · d04e280b
      Frank Winklmeier authored
      Cleanup of cmake configuration of GeoModel related packages. Tidy
      external and links dependencies. Remove `atlas_depends_on_subdirs`.
      d04e280b
  5. Aug 05, 2020
  6. Jul 29, 2020
  7. Jul 27, 2020
  8. Jul 20, 2020
  9. Jul 11, 2020
  10. Jul 10, 2020
  11. Jul 07, 2020
  12. Jul 04, 2020
  13. Jun 28, 2020
  14. Jun 27, 2020
    • scott snyder's avatar
      GeoModelUtilities: Compile GeoVisitVolumes::handleSerialTransformer with... · 365e9823
      scott snyder authored
      GeoModelUtilities: Compile GeoVisitVolumes::handleSerialTransformer with optimization, even in debug builds.
      
      GeoVisitVolumes::handleSerialTransformer makes heavy use of Eigen.
      We tend to spend a lot of time there in debug builds, where the performance
      of Eigen is very poor.  So force this function to be compiled with optimization,
      even in debug builds.  This speeds up some tests significantly.
      
      365e9823
  15. Jun 26, 2020
  16. Jun 25, 2020
  17. Jun 23, 2020
    • Savanna Shaw's avatar
      Update MuonSegmentRegionRecoveryTool to use new region selector tools · 3c4b834f
      Savanna Shaw authored and Edward Moyse's avatar Edward Moyse committed
      Migrating the MuonSegmentRegionRecoveryTool to use the new region selector tools instead of the region selector service:
      
      - Extend the new JO configuration for the region selector tools to include the rest of the muon technologies
      - Update the segment region recovery tool to use the region selector tools instead of the old servic
      - Update the configuration for the segment region recovery (both old and new style JOs)
      - We were always configuring the MuonSegmentRegionRecoveryTool due to the 'getPublicTool' call in MooreTools.py. This caused some issues with scheduling the region selector cond alg out of place in the legacy trigger tests. In the end this 'getPublicTool' call is not needed, since the tools are all configured in the relevent places, so have removed it.
      
      Fixes ATLASRECTS-5377.
      3c4b834f
  18. Jun 19, 2020
  19. Jun 17, 2020
  20. Jun 16, 2020
  21. Jun 11, 2020
  22. Jun 09, 2020
  23. Jun 08, 2020
  24. Jun 05, 2020
    • scott snyder's avatar
      Identifier: Preserve invalid 32-bit values. · 5d002146
      scott snyder authored
      When we initialize an Identifier from a 32-bit value, make sure
      to preserve invalid values.  We were just shifting left by 32 bits,
      which means that the invalid 0xffffffff becomes 0xffffffff00000000,
      for which is_valid() returns true.  This was causing us not to detect
      some invalid identifiers after they were saved and reloaded.
      5d002146
Loading