ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::CartesianSpacePointGrid::Config Struct Reference

Configuration parameters for the cartesian space point grid. More...

#include <Acts/Seeding/CartesianSpacePointGrid.hpp>

Collaboration diagram for Acts::CartesianSpacePointGrid::Config:
[legend]

Public Attributes

GridBinFinder< GridType::DIM > bottomBinFinder {1, 1, 1}
 bin finder for bottom space points.
std::array< std::vector< std::size_t >, GridType::DIM > navigation
 navigation structure for the grid
std::uint32_t nXbins = 10
 number of bins in the x-coordinate
std::uint32_t nYbins = 6
 number of bins in the y-coordinate
std::uint32_t nZbins = 10
 number of bins in the z-coordinate
Acts::CoordinateIndices sortingCoord = Acts::CoordinateIndices::eY
 coordinate to sort the space points by
Acts::Direction sortingDirection = Acts::Direction::Negative()
 direction to sort the space points in
GridBinFinder< GridType::DIM > topBinFinder {1, 1, 1}
 bin finder for top space points.
float xMax = 600 * UnitConstants::mm
 maximum x-coordinate of space points used in the seeding
float xMin = -600 * UnitConstants::mm
 minimum x-coordinate of space points used in the seeding
float yMax = 600 * UnitConstants::mm
 maximum y-coordinate of space points used in the seeding
float yMin = -600 * UnitConstants::mm
 minimum y-coordinate of space points used in the seeding
float zMax = 2700 * UnitConstants::mm
 maximum z coordinate ofspace points used in the seeding
float zMin = -2700 * UnitConstants::mm
 minimum z coordinate ofspace points used in the seeding

Detailed Description

Configuration parameters for the cartesian space point grid.

Member Data Documentation

◆ bottomBinFinder

GridBinFinder<GridType::DIM> Acts::CartesianSpacePointGrid::Config::bottomBinFinder {1, 1, 1}

bin finder for bottom space points.

Defaults to the neighbouring bins on all three axes.

◆ topBinFinder

GridBinFinder<GridType::DIM> Acts::CartesianSpacePointGrid::Config::topBinFinder {1, 1, 1}

bin finder for top space points.

Defaults to the neighbouring bins on all three axes.