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

Helper struct summarising the results of the dublet search. More...

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

Public Attributes

std::size_t nDublets = 0
 The total number of dublets (M-B and M-T) found.
 
std::size_t nTriplets = 0
 The total number of triplet candidates found.
 
unsigned int maxMBDublets = 0
 The maximal number of middle-bottom dublets.
 
unsigned int maxMTDublets = 0
 The maximal number of middle-top dublets.
 
unsigned int maxTriplets = 0
 The maximal number of triplets for any middle SP.
 

Detailed Description

Helper struct summarising the results of the dublet search.

Definition at line 29 of file Types.hpp.

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

Member Data Documentation

unsigned int Acts::Cuda::Details::DubletCounts::maxMBDublets = 0

The maximal number of middle-bottom dublets.

Definition at line 35 of file Types.hpp.

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

unsigned int Acts::Cuda::Details::DubletCounts::maxMTDublets = 0

The maximal number of middle-top dublets.

Definition at line 37 of file Types.hpp.

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

unsigned int Acts::Cuda::Details::DubletCounts::maxTriplets = 0

The maximal number of triplets for any middle SP.

Definition at line 39 of file Types.hpp.

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

std::size_t Acts::Cuda::Details::DubletCounts::nDublets = 0

The total number of dublets (M-B and M-T) found.

Definition at line 31 of file Types.hpp.

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

std::size_t Acts::Cuda::Details::DubletCounts::nTriplets = 0

The total number of triplet candidates found.

Definition at line 33 of file Types.hpp.

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


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