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

#include <acts/blob/sPHENIX/Plugins/Sycl/include/Acts/Plugins/Sycl/Seeding/detail/Types.hpp>

Public Attributes

float zo
 
float cotTheta
 
float iDeltaR
 
float er
 
float u
 
float v
 

Detailed Description

Simple structure holding information about duplet circles (middle-bottom and middle-top) in linear equation form. They are used on the device side in SYCL kernels.

Definition at line 33 of file Types.hpp.

View newest version in sPHENIX GitHub at line 33 of file Types.hpp

Member Data Documentation

float Acts::Sycl::detail::DeviceLinEqCircle::cotTheta

Definition at line 35 of file Types.hpp.

View newest version in sPHENIX GitHub at line 35 of file Types.hpp

Referenced by Acts::Sycl::createSeedsForGroupSycl().

float Acts::Sycl::detail::DeviceLinEqCircle::er

Definition at line 37 of file Types.hpp.

View newest version in sPHENIX GitHub at line 37 of file Types.hpp

Referenced by Acts::Sycl::createSeedsForGroupSycl().

float Acts::Sycl::detail::DeviceLinEqCircle::iDeltaR

Definition at line 36 of file Types.hpp.

View newest version in sPHENIX GitHub at line 36 of file Types.hpp

Referenced by Acts::Sycl::createSeedsForGroupSycl().

float Acts::Sycl::detail::DeviceLinEqCircle::u

Definition at line 38 of file Types.hpp.

View newest version in sPHENIX GitHub at line 38 of file Types.hpp

Referenced by Acts::Sycl::createSeedsForGroupSycl().

float Acts::Sycl::detail::DeviceLinEqCircle::v

Definition at line 39 of file Types.hpp.

View newest version in sPHENIX GitHub at line 39 of file Types.hpp

Referenced by Acts::Sycl::createSeedsForGroupSycl().

float Acts::Sycl::detail::DeviceLinEqCircle::zo

Definition at line 34 of file Types.hpp.

View newest version in sPHENIX GitHub at line 34 of file Types.hpp

Referenced by Acts::Sycl::createSeedsForGroupSycl().


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