Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Plugins/Sycl/include/Acts/Plugins/Sycl/Seeding/detail/Types.hpp>
Public Attributes | |
uint32_t | bottom |
uint32_t | top |
uint32_t | middle |
float | weight |
Struct returned from the SYCL seeding algorithm to the host
Stores the indices of the space points and the weight of the seed. They index arrays on the host side, constructed in Acts::Sycl::SeedFinder::createSeedsForGroup
(...).
Definition at line 75 of file Types.hpp.
View newest version in sPHENIX GitHub at line 75 of file Types.hpp
uint32_t Acts::Sycl::detail::SeedData::bottom |
Definition at line 76 of file Types.hpp.
View newest version in sPHENIX GitHub at line 76 of file Types.hpp
Referenced by Acts::Sycl::detail::TripletFilter::operator()().
uint32_t Acts::Sycl::detail::SeedData::middle |
Definition at line 78 of file Types.hpp.
View newest version in sPHENIX GitHub at line 78 of file Types.hpp
Referenced by Acts::Sycl::detail::TripletFilter::operator()().
uint32_t Acts::Sycl::detail::SeedData::top |
Definition at line 77 of file Types.hpp.
View newest version in sPHENIX GitHub at line 77 of file Types.hpp
Referenced by Acts::Sycl::detail::TripletFilter::operator()().
float Acts::Sycl::detail::SeedData::weight |
Definition at line 79 of file Types.hpp.
View newest version in sPHENIX GitHub at line 79 of file Types.hpp
Referenced by Acts::Sycl::detail::TripletFilter::operator()().