Analysis Software
Documentation for sPHENIX simulation 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

unsigned int bottomIndex = static_cast<unsigned int>(-1)
 
unsigned int middleIndex = static_cast<unsigned int>(-1)
 
unsigned int topIndex = static_cast<unsigned int>(-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 50 of file Types.hpp.

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

Member Data Documentation

unsigned int Acts::Cuda::Details::Triplet::bottomIndex = static_cast<unsigned int>(-1)

Definition at line 51 of file Types.hpp.

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

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

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::invHelixDiameter = 0.0f

Definition at line 55 of file Types.hpp.

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

unsigned int Acts::Cuda::Details::Triplet::middleIndex = static_cast<unsigned int>(-1)

Definition at line 52 of file Types.hpp.

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

unsigned int Acts::Cuda::Details::Triplet::topIndex = static_cast<unsigned int>(-1)

Definition at line 53 of file Types.hpp.

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

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

Definition at line 56 of file Types.hpp.

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


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