|
ACTS
Experiment-independent tracking
|
Cache for storing intermediate results during triplet seeding to avoid reallocation. More...
#include <Acts/Seeding2/TripletSeeder.hpp>
Public Attributes | |
| DoubletsForMiddleSp | bottomDoublets |
| Cache for bottom doublets associated with middle space points. | |
| std::vector< DoubletsForMiddleSp::IndexAndCotTheta > | sortedBottoms |
| Sorted container of bottom doublet indices with cotangent theta values. | |
| std::vector< DoubletsForMiddleSp::IndexAndCotTheta > | sortedTops |
| 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. | |
Cache for storing intermediate results during triplet seeding to avoid reallocation.