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

unsigned int nDublets = 0
 The total number of dublets (M-B and M-T) found.
 
unsigned int 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 26 of file Types.hpp.

View newest version in sPHENIX GitHub at line 26 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 32 of file Types.hpp.

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

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

The maximal number of middle-top dublets.

Definition at line 34 of file Types.hpp.

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

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

The maximal number of triplets for any middle SP.

Definition at line 36 of file Types.hpp.

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

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

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

Definition at line 28 of file Types.hpp.

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

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

The total number of triplet candidates found.

Definition at line 30 of file Types.hpp.

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


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