ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::HoughTransformUtils::HoughPlaneConfig Struct Reference

Configuration - number of bins in each axis. More...

#include <Acts/Seeding/HoughTransformUtils.hpp>

Public Attributes

std::size_t nBinsX = 0
 Number of bins in the first hough coordinate.
std::size_t nBinsY = 0
 Number of bins in the second hough coordinate.

Detailed Description

Configuration - number of bins in each axis.

The Hough plane is agnostic of how the bins map to coordinates, allowing to reuse a plane for several (sub) detectors of different dimensions if the bin number remains applicable

Member Data Documentation

◆ nBinsX

std::size_t Acts::HoughTransformUtils::HoughPlaneConfig::nBinsX = 0

Number of bins in the first hough coordinate.

◆ nBinsY

std::size_t Acts::HoughTransformUtils::HoughPlaneConfig::nBinsY = 0

Number of bins in the second hough coordinate.