![]() |
ATLAS Offline Software
|
Data class to represent an eta maximum in hough space. More...
#include <HoughMaximum.h>
Public Types | |
| using | HitType = const SpacePoint* |
Public Member Functions | |
| HoughMaximum (double tanBeta, double interceptY, double counts, std::vector< HitType > &&hits, const SpacePointBucket *bucket) | |
| constructor. | |
| HoughMaximum ()=default | |
| default c-tor, creates empty maximum with zero counts in the origin | |
| double | tanBeta () const |
| getter | |
| double | interceptY () const |
| getter | |
| double | getCounts () const |
| getter | |
| const std::vector< HitType > & | getHitsInMax () const |
| getter | |
| const SpacePointBucket * | parentBucket () const |
| getter | |
| const MuonGMR4::SpectrometerSector * | msSector () const |
| getter | |
Private Attributes | |
| double | m_tanBeta {0.} |
| double | m_interceptY {0.} |
| double | m_counts {0.} |
| std::vector< HitType > | m_hitsInMax {} |
| const SpacePointBucket * | m_bucket {nullptr} |
Data class to represent an eta maximum in hough space.
Definition at line 14 of file HoughMaximum.h.
| using MuonR4::HoughMaximum::HitType = const SpacePoint* |
Definition at line 16 of file HoughMaximum.h.
|
inline |
constructor.
| tanBeta | angle coordinate |
| interceptY | intercept coordinate |
| counts | Weighted hit count of the maximum |
| hits | list of measurements assigned to the maximum (owned by SG). |
| bucket | Space point bucket out of which the hough maximum is built |
Definition at line 23 of file HoughMaximum.h.
|
default |
default c-tor, creates empty maximum with zero counts in the origin
|
inline |
|
inline |
|
inline |
getter
Definition at line 40 of file HoughMaximum.h.
|
inline |
|
inline |
|
inline |
getter
Definition at line 36 of file HoughMaximum.h.
|
private |
Definition at line 65 of file HoughMaximum.h.
|
private |
Definition at line 63 of file HoughMaximum.h.
|
private |
Definition at line 64 of file HoughMaximum.h.
|
private |
Definition at line 62 of file HoughMaximum.h.
|
private |
Definition at line 61 of file HoughMaximum.h.