|
ACTS
Experiment-independent tracking
|
Scratch buffers used during seeding for a middle space point. More...
#include <Acts/Seeding/SeedFinder.hpp>
Public Attributes | |
| boost::container::small_vector< Neighbour< grid_t >, detail::ipow(3, grid_t::DIM)> | bottomNeighbours {} |
| Managing bottom doublet candidates. | |
| CandidatesForMiddleSp< const external_space_point_t > | candidatesCollector {} |
| Managing seed candidates for SpM. | |
| std::vector< const external_space_point_t * > | compatBottomSP {} |
| Bottom space points compatible with middle. | |
| std::vector< const external_space_point_t * > | compatTopSP {} |
| Top space points compatible with middle. | |
| std::vector< float > | curvatures {} |
| Curvatures vector to avoid reallocation in each loop. | |
| std::vector< float > | impactParameters {} |
| Impact parameters vector to avoid reallocation in each loop. | |
| std::vector< LinCircle > | linCircleBottom {} |
| Parameters required to calculate circle with linear equation for bottom-middle. | |
| std::vector< LinCircle > | linCircleTop {} |
| Parameters required to calculate circle with linear equation for middle-top. | |
| SpacePointMutableData | spacePointMutableData {} |
| Mutable variables for Space points used in the seeding. | |
| boost::container::small_vector< Neighbour< grid_t >, detail::ipow(3, grid_t::DIM)> | topNeighbours {} |
| Managing top doublet candidates. | |
| std::vector< const external_space_point_t * > | topSpVec {} |
| Top space points vector to avoid reallocation in each loop. | |
Scratch buffers used during seeding for a middle space point.