EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Cuda::Details::SpacePoint Struct Reference

Helper struct describing a spacepoint on the device. More...

#include <acts/blob/sPHENIX/Plugins/Cuda/include/Acts/Plugins/Cuda/Seeding2/Details/Types.hpp>

Public Attributes

float x = 0.0f
 x-coordinate in beam system coordinates
 
float y = 0.0f
 y-coordinate in beam system coordinates
 
float z = 0.0f
 z-coordinate in beam system coordinates
 
float radius = 0.0f
 radius in beam system coordinates
 
float varianceR = 0.0f
 
float varianceZ = 0.0f
 

Detailed Description

Helper struct describing a spacepoint on the device.

Definition at line 19 of file Types.hpp.

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

Member Data Documentation

float Acts::Cuda::Details::SpacePoint::radius = 0.0f

radius in beam system coordinates

Definition at line 23 of file Types.hpp.

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

Referenced by Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup().

float Acts::Cuda::Details::SpacePoint::varianceR = 0.0f

Definition at line 24 of file Types.hpp.

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

Referenced by Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup().

float Acts::Cuda::Details::SpacePoint::varianceZ = 0.0f

Definition at line 25 of file Types.hpp.

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

Referenced by Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup().

float Acts::Cuda::Details::SpacePoint::x = 0.0f

x-coordinate in beam system coordinates

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

float Acts::Cuda::Details::SpacePoint::y = 0.0f

y-coordinate in beam system coordinates

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

float Acts::Cuda::Details::SpacePoint::z = 0.0f

z-coordinate in beam system coordinates

Definition at line 22 of file Types.hpp.

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

Referenced by eicpy.qaplots.LogAxis::apply(), Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup(), and eicpy.qaplots.LogAxis::rebin().


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