EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Sycl::detail::SeedData Struct Reference

#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
 

Detailed Description

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

Member Data Documentation

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::createSeedsForGroupSycl().

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::createSeedsForGroupSycl().

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::createSeedsForGroupSycl().

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::createSeedsForGroupSycl().


The documentation for this struct was generated from the following file: