ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::TripletSeeder::Cache Struct Reference

Cache for storing intermediate results during triplet seeding to avoid reallocation. More...

#include <Acts/Seeding2/TripletSeeder.hpp>

Collaboration diagram for Acts::TripletSeeder::Cache:
[legend]

Public Attributes

DoubletsForMiddleSp bottomDoublets
 Cache for bottom doublets associated with middle space points.
std::vector< DoubletsForMiddleSp::IndexAndCotThetasortedBottoms
 Sorted container of bottom doublet indices with cotangent theta values.
std::vector< DoubletsForMiddleSp::IndexAndCotThetasortedTops
 Sorted container of top doublet indices with cotangent theta values.
DoubletsForMiddleSp topDoublets
 Cache for top doublets associated with middle space points.
TripletTopCandidates tripletTopCandidates
 Cache for triplet top candidates during seed formation.

Detailed Description

Cache for storing intermediate results during triplet seeding to avoid reallocation.