Struct Acts::Cuda::Details::DubletCounts

struct DubletCounts

Helper struct summarising the results of the dublet search.

Public Members

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.

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.