EIC 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

radius

Definition at line 23 of file Types.hpp.

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

Referenced by Acts::Sycl::DeviceExperimentCuts::seedWeight(), and Acts::Sycl::DeviceExperimentCuts::singleSeedCut().

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

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

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 eicpy.qaplots.LogAxis::apply(), Acts::Sycl::Seedfinder< external_spacepoint_t >::createSeedsForGroup(), and eicpy.qaplots.LogAxis::rebin().

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 eicpy.qaplots.LogAxis::apply(), and eicpy.qaplots.LogAxis::rebin().

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 eicpy.qaplots.LogAxis::apply(), and eicpy.qaplots.LogAxis::rebin().


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