 |
Belle II Software
release-05-02-19
|
13 #include <root/TVector2.h>
30 class DATCONTrackCand {
37 for (
unsigned int i = 0; i <
hitList.size(); ++i) {
59 std::vector<unsigned int>
hitList;
unsigned int getHash() const
Get Hash of hit list.
std::vector< unsigned int > getIdList()
Get Index list.
unsigned int hash
Hash for id list.
std::vector< unsigned int > hitList
List of IDs of hits that belong to this DATCONTrackCand.
TVector2 coordinate
Coordinate of this candidate.
Abstract base class for different kinds of events.
unsigned int hitSize
Size of this DATCONTrackCand.
The DATCONTrackCand represents the candidates of tracks found by the DATCON algoritms for u-side and ...
unsigned int getHitSize() const
Get Size of hit list.
TVector2 getCoord()
Get Index list.
DATCONTrackCand(std::vector< unsigned int > &list, TVector2 coord)
Constructor for hough candidates.