|
ACTS
Experiment-independent tracking
|
struct to define the ranges of the hough histogram. More...
#include <Acts/Seeding/HoughTransformUtils.hpp>
Public Attributes | |
| CoordType | xMax = 0.0f |
| Maximum value of the first hough coordinate. | |
| CoordType | xMin = 0.0f |
| Minimum value of the first hough coordinate. | |
| CoordType | yMax = 0.0f |
| Maximum value of the second hough coordinate. | |
| CoordType | yMin = 0.0f |
| Minimum value of the second hough coordinate. | |
struct to define the ranges of the hough histogram.
Used to move between parameter and bin index coordinates. Disconnected from the hough plane binning to be able to reuse a plane with a given binning for several parameter ranges
| CoordType Acts::HoughTransformUtils::HoughAxisRanges::xMax = 0.0f |
Maximum value of the first hough coordinate.
| CoordType Acts::HoughTransformUtils::HoughAxisRanges::xMin = 0.0f |
Minimum value of the first hough coordinate.
| CoordType Acts::HoughTransformUtils::HoughAxisRanges::yMax = 0.0f |
Maximum value of the second hough coordinate.
| CoordType Acts::HoughTransformUtils::HoughAxisRanges::yMin = 0.0f |
Minimum value of the second hough coordinate.