- Feb 12, 2021
-
-
Gabriele Cosmo authored
-
Andrei Gheata authored
Setting the millimeter value is a property dependent of the geometry conversion method, so it is more appropriate to pass it as parameter to vgdml::Frontend::Load and only record it statically in GeoManager. Other conversion methods to be done in the same way.
-
- Feb 11, 2021
-
-
Andrei Gheata authored
GeoManager statically holds now the value corresponding to 1 mm (0.1 by default, i.e. cm is the default unit). This can be changed using vecgeom::GeoManager::SetMillimeterUnit() **before** invoking vgdml::Frontend::Load to change the internal unit.
-
- Feb 05, 2021
-
-
Andrei Gheata authored
-
Andrei Gheata authored
Full spheres were treated using the general case, and Normal() was giving normals to inexisting phi/theta cut surfaces in particular cases.
-
- Feb 04, 2021
-
-
Andrei Gheata authored
-
- Feb 03, 2021
-
-
Andrei Gheata authored
Many tests failing due to rounding errors, to be reviewed.
-
- Feb 01, 2021
-
-
Gabriele Cosmo authored
-
- Jan 27, 2021
-
-
Gabriele Cosmo authored
-
- Jan 22, 2021
-
-
Benjamin Morgan authored
Download all test data files to the test/ directory under the build area. Only download ROOT files when VECGEOM_ROOT is enabled.
-
- Jan 11, 2021
-
-
Benjamin Morgan authored
The DATA_DOWNLOAD option for testing is effectively unused because - Testing always(*) requires the data, downloaded or locally copied by the client. - Download is only triggered if the data is not present. - Tests will fail if the data isn't present (*) only if the full suite of tests is enabled. It may be possible to restrict check/download for subsets of tests. Remove the DATA_DOWNLOAD option, always checking for the data files and downloading if not present or there is a hash mismatch. Rewrite download/hashing to use CMake commands only.
-
Benjamin Morgan authored
All options related to testing Vecgeom should only be enabled if the tests themselves are activated. Use cmake_dependent_option to disable these options if the core BUILD_TESTING variable is not true.
-
Benjamin Morgan authored
-
Benjamin Morgan authored
VecGeom uses CTest for testing, and hence its builtin BUILD_TESTING option, but activates it by another custom variable, CTEST. For clarity ans standardization, only use the CTest module and the BUILD_TESTING variable/option. Update scripts/CI to use this.
-
- Jan 07, 2021
-
-
Sandro Christian Wenzel authored
-
- Dec 22, 2020
-
-
Guilherme Lima authored
-
- Dec 21, 2020
-
-
When not validating input against the XML schema, text and comment nodes remain in the DOM. This could result in `DOMNode` that were not `DOMElement` instances, leading to a crash in the whitespace check. Since only the whitespace/comment nodes are *not* elements, we can eliminate the whitespace check more effectively.
-
- Dec 16, 2020
-
-
CMake 3.8 (3.9 for Windows) supports CUDA as a first-class language. To allow VecGeom to use this feature, hence simplifying CUDA support, bump minimum required CMake to 3.8. Add version range support using current 3.19 as upper tested limit. 3.8 is a conservative bump to begin the migration process. CUDA support improves further in CMake 3.17 (FindCUDAToolkit) and 3.18 (CUDA compile features).
-
Sandro Christian Wenzel authored
-
- Dec 15, 2020
-
-
Benjamin Morgan authored
-
Benjamin Morgan authored
Temporary as a proper project/site should be set up for VecGeom.
-
- Dec 14, 2020
-
-
-
This improves the logic so that: - wget/curl is not called when DATA_DOWNLOAD is set to false - downloaded files are checksummed and a warning is issued if they're incorrect
-
-
- Dec 09, 2020
-
-
Guilherme Lima authored
-
Andrei Gheata authored
-
- Dec 07, 2020
-
-
Andrei Gheata authored
-
- Nov 30, 2020
-
-
This is required because globaldevicegeomdata::gMaxDepth is not initialized properly for USE_NAVINDEX=OFF. The static on-device variable globaldevicegeomdata::gMaxDepth is initialized by the CUDA kernel named InitDeviceNavIndexPtrCudaKernel(), and this kernel does not get called unless USE_NAVINDEX=ON.
-
-
- Nov 26, 2020
-
-
Andrei Gheata authored
This reverts commit e295ae2c. The method is used to fill a Transformation3D from data cached in the navigation index table, which is stored in unaligned memory, so may produce crashes.
-
- Nov 25, 2020
-
-
Sandro Christian Wenzel authored
-
- Nov 17, 2020
-
-
Gabriele Cosmo authored
-
- Nov 13, 2020
-
-
Evgueni Tcherniaev authored
-
- Oct 29, 2020
-
-
Pere Mato Vila authored
-
- Oct 27, 2020
-
-
Pere Mato Vila authored
-
- Oct 26, 2020
-
-
Benjamin Morgan authored
-
- Oct 19, 2020
-
-
Guilherme Lima authored
-
- Oct 16, 2020
-
-
Guilherme Lima authored
Part of the algorithm was enabled only #ifndef VECCORE_CUDA, and it has now been enabled everytime.
-
- Oct 05, 2020
-
-
Andrei Gheata authored
-
Andrei Gheata authored
-