Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Sycl::detail::DeviceSpacePoint Struct Reference

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

Public Attributes

float x
 
float y
 
float z
 
float r
 radius
 
float varR
 variance R
 
float varZ
 variance Z
 

Detailed Description

Simplified internal space point object with parameters required for the seeding algorithm on the device side.

Definition at line 18 of file Types.hpp.

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

Member Data Documentation

float Acts::Sycl::detail::DeviceSpacePoint::r
float Acts::Sycl::detail::DeviceSpacePoint::varR

variance R

Definition at line 25 of file Types.hpp.

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

Referenced by Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().

float Acts::Sycl::detail::DeviceSpacePoint::varZ

variance Z

Definition at line 27 of file Types.hpp.

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

Referenced by Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().

float Acts::Sycl::detail::DeviceSpacePoint::x

Definition at line 19 of file Types.hpp.

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

Referenced by Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().

float Acts::Sycl::detail::DeviceSpacePoint::y

Definition at line 20 of file Types.hpp.

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

Referenced by Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().

float Acts::Sycl::detail::DeviceSpacePoint::z

Definition at line 21 of file Types.hpp.

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

Referenced by Acts::Sycl::detail::DupletSearch< OtherSPType >::operator()(), and Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().


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