|
ACTS
Experiment-independent tracking
|
Configuration parameters for the cartesian space point grid. More...
#include <Acts/Seeding2/CartesianSpacePointGrid.hpp>
Public Attributes | |
| std::optional< GridBinFinder< 3ul > > | bottomBinFinder |
| bin finder for bottom space points | |
| std::array< std::vector< std::size_t >, 3ul > | navigation |
| navigation structure for the grid | |
| int | nXbins = 10 |
| minimum pT | |
| int | nYbins = 6 |
| number of bins in the y-coordinate | |
| int | 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 | |
| std::optional< GridBinFinder< 3ul > > | topBinFinder |
| 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 | |
Configuration parameters for the cartesian space point grid.
| int Acts::CartesianSpacePointGrid::Config::nXbins = 10 |
minimum pT
number of bins in the x-coordinate