Analysis Software
Documentation for sPHENIX simulation software
|
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 |
Helper struct describing a spacepoint on the device.
Definition at line 16 of file Types.hpp.
View newest version in sPHENIX GitHub at line 16 of file Types.hpp
float Acts::Cuda::Details::SpacePoint::radius = 0.0f |
radius 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 Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup().
float Acts::Cuda::Details::SpacePoint::varianceR = 0.0f |
Definition at line 21 of file Types.hpp.
View newest version in sPHENIX GitHub at line 21 of file Types.hpp
Referenced by Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup().
float Acts::Cuda::Details::SpacePoint::varianceZ = 0.0f |
Definition at line 22 of file Types.hpp.
View newest version in sPHENIX GitHub at line 22 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 17 of file Types.hpp.
View newest version in sPHENIX GitHub at line 17 of file Types.hpp
Referenced by Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup().
float Acts::Cuda::Details::SpacePoint::y = 0.0f |
y-coordinate in beam system coordinates
Definition at line 18 of file Types.hpp.
View newest version in sPHENIX GitHub at line 18 of file Types.hpp
Referenced by Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup().
float Acts::Cuda::Details::SpacePoint::z = 0.0f |
z-coordinate in beam system coordinates
Definition at line 19 of file Types.hpp.
View newest version in sPHENIX GitHub at line 19 of file Types.hpp
Referenced by Acts::Cuda::SeedFinder< external_spacepoint_t >::createSeedsForGroup().