 |
Belle II Software
release-05-01-25
|
13 #include <root/TVector2.h>
29 class DATCONHoughCand {
45 for (
unsigned int i = 0; i <
hitList.size(); ++i) {
71 std::vector<unsigned int>
hitList;
unsigned int hitSize
Size of this DATCONHoughCand.
coord2dPair getCoord()
Get Index list.
unsigned int hash
Hash for id list.
unsigned int getHash() const
Get Hash of hit list.
unsigned int getHitSize() const
Get Size of hit list.
bool operator<(const DATCONHoughCand &b)
Smaller-than operator for sorting functions.
Abstract base class for different kinds of events.
std::pair< TVector2, TVector2 > coord2dPair
Typedef for the coord2dPair, which represents the DATCONHoughCand.
DATCONHoughCand(std::vector< unsigned int > &list, coord2dPair coord)
Constructor for Hough candidates.
std::vector< unsigned int > getIdList()
Get Index list.
coord2dPair coordinatePair
Coordinate of rectangle for this candidate.
std::vector< unsigned int > hitList
List of IDs of hits that belong to this DATCONHoughCand.