![]() |
Belle II Software
release-05-02-19
|
The Hough Space Cluster Candidate represents the candidates of clusters found in the Hough Space. More...
#include <DATCONHoughSpaceClusterCand.h>
Public Member Functions | |
DATCONHoughSpaceClusterCand (std::vector< unsigned int > &list, TVector2 coord) | |
Constructor for Hough Space Cluster Candidates. | |
std::vector< unsigned int > | getIdList () |
Get Index list. | |
TVector2 | getCoord () |
Get Index list. | |
unsigned int | getHash () const |
Get Hash of hit list. | |
unsigned int | getHitSize () const |
Get Size of hit list. | |
Private Attributes | |
std::vector< unsigned int > | hitList |
List of IDs of hits that belong to this DATCONHoughSpaceClusterCand. | |
TVector2 | coordinate |
Coordinate of this candidate. | |
unsigned int | hash |
Hash for id list. | |
unsigned int | hitSize |
Size of this DATCONHoughSpaceClusterCand. | |
The Hough Space Cluster Candidate represents the candidates of clusters found in the Hough Space.
It consists of a list of hits (representing the associated space points), hitList, and a TVector2 of the indices of the active Hough Space cell, cooddinate. Internal variables are a hash as sum of the entries of hitList, and the number of hits in hitList, hitSize.
Definition at line 35 of file DATCONHoughSpaceClusterCand.h.