![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <vector>#include "Acts/Plugins/Sycl/Seeding/DeviceExperimentCuts.hpp"#include "Acts/Plugins/Sycl/Seeding/detail/Types.hpp"#include "Acts/Plugins/Sycl/Utilities/QueueWrapper.hpp"
Include dependency graph for CreateSeedsForGroupSycl.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Acts::Sycl |
Functions | |
| void | Acts::Sycl::createSeedsForGroupSycl (const QueueWrapper &wrappedQueue, const detail::DeviceSeedfinderConfig &seedfinderConfig, const DeviceExperimentCuts &deviceCuts, const std::vector< detail::DeviceSpacePoint > &bottomSPs, const std::vector< detail::DeviceSpacePoint > &middleSPs, const std::vector< detail::DeviceSpacePoint > &topSPs, std::vector< std::vector< detail::SeedData >> &seeds) |
| Seedfinding algorithm implemented in SYCL. | |