Belle II Software development
|
Hough Candidates class. More...
#include <CDCTriggerHoughETFModule.h>
Public Member Functions | |
CDCTriggerHoughCand (std::vector< unsigned > &_list, coord2dPair _coord, unsigned short _slcount, unsigned _id) | |
Constructor for hough candidates. | |
std::vector< unsigned > | getIdList () const |
Get Index list. | |
coord2dPair | getCoord () const |
Get rectangle coordinates. | |
unsigned short | getSLcount () const |
Get super layer count. | |
unsigned | getID () const |
Get candidate number. | |
CDCTriggerHoughCand (std::vector< unsigned > &_list, coord2dPair _coord, unsigned short _slcount, unsigned _id) | |
Constructor for hough candidates. | |
std::vector< unsigned > | getIdList () const |
Get Index list. | |
coord2dPair | getCoord () const |
Get rectangle coordinates. | |
unsigned short | getSLcount () const |
Get super layer count. | |
unsigned | getID () const |
Get candidate number. | |
Private Attributes | |
std::vector< unsigned > | hitList |
list of hit indices contained in the Hough cell | |
coord2dPair | coord |
Coordinate of rectangle for this candidate. | |
unsigned short | SLcount = 0 |
Super layer count (number of hits from different super layers). | |
unsigned | id = 0 |
candidate number, for debugging. | |
Hough Candidates class.
A candidate is a single Hough cells which passes the minimum hit criterion. It contains the coordinates of the cell corners, a list of hit indices and the super layer count. Connecting candidates are combined to a track.
Definition at line 47 of file CDCTriggerHoughETFModule.h.
|
inline |
Constructor for hough candidates.
Definition at line 50 of file CDCTriggerHoughETFModule.h.
|
inline |
Definition at line 54 of file CDCTriggerHoughETFModule.h.
|
inline |
|
inline |
Definition at line 54 of file CDCTrigger2DFinderModule.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Coordinate of rectangle for this candidate.
Definition at line 69 of file CDCTriggerHoughETFModule.h.
|
private |
list of hit indices contained in the Hough cell
Definition at line 67 of file CDCTriggerHoughETFModule.h.
|
private |
candidate number, for debugging.
Initialized at 0 by the SW shifter.
Definition at line 73 of file CDCTriggerHoughETFModule.h.
|
private |
Super layer count (number of hits from different super layers).
Initialized at 0 by the SW shifter
Definition at line 71 of file CDCTriggerHoughETFModule.h.