 |
Belle II Software
release-05-02-19
|
13 #include <root/TVector2.h>
27 class DATCONHoughSpaceClusterCand {
34 for (
unsigned int i = 0; i <
hitList.size(); ++i) {
56 std::vector<unsigned int>
hitList;
unsigned int getHitSize() const
Get Size of hit list.
unsigned int getHash() const
Get Hash of hit list.
DATCONHoughSpaceClusterCand(std::vector< unsigned int > &list, TVector2 coord)
Constructor for Hough Space Cluster Candidates.
std::vector< unsigned int > getIdList()
Get Index list.
std::vector< unsigned int > hitList
List of IDs of hits that belong to this DATCONHoughSpaceClusterCand.
TVector2 coordinate
Coordinate of this candidate.
Abstract base class for different kinds of events.
unsigned int hash
Hash for id list.
The Hough Space Cluster Candidate represents the candidates of clusters found in the Hough Space.
unsigned int hitSize
Size of this DATCONHoughSpaceClusterCand.
TVector2 getCoord()
Get Index list.