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.

Member Data Documentation

◆ bottomDoublets

DoubletsForMiddleSp Acts::TripletSeeder::Cache::bottomDoublets

Cache for bottom doublets associated with middle space points.

◆ sortedBottoms

std::vector<DoubletsForMiddleSp::IndexAndCotTheta> Acts::TripletSeeder::Cache::sortedBottoms

Sorted container of bottom doublet indices with cotangent theta values.

◆ sortedTops

std::vector<DoubletsForMiddleSp::IndexAndCotTheta> Acts::TripletSeeder::Cache::sortedTops

Sorted container of top doublet indices with cotangent theta values.

◆ topDoublets

DoubletsForMiddleSp Acts::TripletSeeder::Cache::topDoublets

Cache for top doublets associated with middle space points.

◆ tripletTopCandidates

TripletTopCandidates Acts::TripletSeeder::Cache::tripletTopCandidates

Cache for triplet top candidates during seed formation.