ATLAS Offline Software
|
Hough transform configuration for one bucket of the search space. More...
#include <HoughEventData.h>
Public Member Functions | |
void | updateHoughWindow (double interceptMeas, double TanAngleMeas) |
Update the hough space search window. More... | |
Public Attributes | |
const SpacePointBucket * | bucket {nullptr} |
std::pair< double, double > | searchWindowIntercept {dummyBoundary, -dummyBoundary} |
std::pair< double, double > | searchWindowTanAngle {dummyBoundary, -dummyBoundary} |
Static Public Attributes | |
static constexpr double | dummyBoundary {1.e9} |
Hough transform configuration for one bucket of the search space.
Definition at line 40 of file HoughEventData.h.
|
inline |
const SpacePointBucket* MuonR4::HoughEventData_impl< peakFinder_t, peakFinderConfig_t >::HoughSetupForBucket::bucket {nullptr} |
Definition at line 42 of file HoughEventData.h.
|
staticconstexpr |
Definition at line 44 of file HoughEventData.h.
std::pair<double, double> MuonR4::HoughEventData_impl< peakFinder_t, peakFinderConfig_t >::HoughSetupForBucket::searchWindowIntercept {dummyBoundary, -dummyBoundary} |
Definition at line 46 of file HoughEventData.h.
std::pair<double, double> MuonR4::HoughEventData_impl< peakFinder_t, peakFinderConfig_t >::HoughSetupForBucket::searchWindowTanAngle {dummyBoundary, -dummyBoundary} |
Definition at line 48 of file HoughEventData.h.