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

Structure used in the CUDA-based triplet finding. More...

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

Public Attributes

std::size_t bottomIndex = static_cast<std::size_t>(-1)
 
std::size_t topIndex = static_cast<std::size_t>(-1)
 
float impactParameter = 0.0f
 
float invHelixDiameter = 0.0f
 
float weight = 0.0f
 

Detailed Description

Structure used in the CUDA-based triplet finding.

Definition at line 53 of file Types.hpp.

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

Member Data Documentation

std::size_t Acts::Cuda::Details::Triplet::bottomIndex = static_cast<std::size_t>(-1)

Definition at line 54 of file Types.hpp.

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

float Acts::Cuda::Details::Triplet::impactParameter = 0.0f

Definition at line 56 of file Types.hpp.

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

float Acts::Cuda::Details::Triplet::invHelixDiameter = 0.0f

Definition at line 57 of file Types.hpp.

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

std::size_t Acts::Cuda::Details::Triplet::topIndex = static_cast<std::size_t>(-1)

Definition at line 55 of file Types.hpp.

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

float Acts::Cuda::Details::Triplet::weight = 0.0f

Definition at line 58 of file Types.hpp.

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


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