Analysis Software
Documentation for sPHENIX simulation software
|
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. | |
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
unsigned int Acts::Cuda::Details::DubletCounts::maxMBDublets = 0 |
unsigned int Acts::Cuda::Details::DubletCounts::maxMTDublets = 0 |
unsigned int Acts::Cuda::Details::DubletCounts::maxTriplets = 0 |
unsigned int Acts::Cuda::Details::DubletCounts::nDublets = 0 |
unsigned int Acts::Cuda::Details::DubletCounts::nTriplets = 0 |