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

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.

Detailed Description

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

Member Data Documentation

◆ xMax

CoordType Acts::HoughTransformUtils::HoughAxisRanges::xMax = 0.0f

Maximum value of the first hough coordinate.

◆ xMin

CoordType Acts::HoughTransformUtils::HoughAxisRanges::xMin = 0.0f

Minimum value of the first hough coordinate.

◆ yMax

CoordType Acts::HoughTransformUtils::HoughAxisRanges::yMax = 0.0f

Maximum value of the second hough coordinate.

◆ yMin

CoordType Acts::HoughTransformUtils::HoughAxisRanges::yMin = 0.0f

Minimum value of the second hough coordinate.