EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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. | |
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
unsigned int Acts::Cuda::Details::DubletCounts::maxMBDublets = 0 |
unsigned int Acts::Cuda::Details::DubletCounts::maxMTDublets = 0 |
unsigned int Acts::Cuda::Details::DubletCounts::maxTriplets = 0 |
std::size_t Acts::Cuda::Details::DubletCounts::nDublets = 0 |
std::size_t Acts::Cuda::Details::DubletCounts::nTriplets = 0 |