Skip to content
Snippets Groups Projects
  1. Nov 17, 2020
  2. Nov 13, 2020
  3. Oct 29, 2020
  4. Oct 27, 2020
  5. Oct 26, 2020
  6. Oct 19, 2020
  7. Oct 16, 2020
  8. Oct 05, 2020
  9. Sep 28, 2020
  10. Aug 25, 2020
  11. Aug 20, 2020
  12. Aug 05, 2020
  13. Jul 30, 2020
  14. Jul 15, 2020
  15. Jul 13, 2020
  16. Jul 08, 2020
  17. Jul 07, 2020
  18. Jul 03, 2020
  19. Jun 22, 2020
    • Andrei Gheata's avatar
      Added index-based navigation as alternative to the standard path-based NavigationState. · c86c00bd
      Andrei Gheata authored
      Compilation using DUSE_NAVINDEX=ON. A navigation index table is built in this case by GeoManager::CloseGeometry. The table stores the navigation index for all physical volumes, including the relationship parent-child and the cached value of the global transformation to the node, down to a geometry depth specified via GeoManager::SetTransformationCacheDepth. The default is 0 meaning caching down to full depth.
      c86c00bd
  20. Jun 19, 2020
  21. Jun 10, 2020
  22. Jun 08, 2020
  23. Jun 02, 2020
  24. May 28, 2020
    • Benjamin Morgan's avatar
      Force paths to refind builtin VecCore · 39f884b5
      Benjamin Morgan authored and Gabriele Cosmo's avatar Gabriele Cosmo committed
      Reported by @gcosmo when using VecGeom in a Geant4 build - when finding
      VecGeom via VecGeom_DIR, builtin VecCore is not found.
      
      As we know when we use and where a builtin VecCore will be installed,
      export this knowledge to VecGeomConfig.cmake. Force find of VecCore
      via find_package's override mechanism so that only the installed builtin
      path should be considered.
      
      Note that this only covers this one use case and no further downstream
      "builtin" dependencies. Have to rely on clients setting <package>_DIR
      or CMAKE_PREFIX_PATH accordingly either directly or via environment.
      39f884b5
  25. May 26, 2020
  26. May 05, 2020
Loading