![]() |
Belle II Software development
|
Struct containing the parameters for the clustering. More...
#include <Clusterizend.h>
Public Attributes | |
unsigned short | iterations |
Number of iterations of the cluster searching for each Hough space quadrant. | |
unsigned short | omegaTrim |
Number of deleted cells in omega in each direction of the peak. | |
unsigned short | phiTrim |
Number of deleted cells in phi in each direction of the peak. | |
unsigned short | nOmega |
The Hough space dimensions. | |
unsigned short | nPhi |
unsigned short | nCot |
Struct containing the parameters for the clustering.
Definition at line 21 of file Clusterizend.h.
unsigned short iterations |
Number of iterations of the cluster searching for each Hough space quadrant.
Definition at line 23 of file Clusterizend.h.
unsigned short nCot |
Definition at line 31 of file Clusterizend.h.
unsigned short nOmega |
The Hough space dimensions.
Definition at line 29 of file Clusterizend.h.
unsigned short nPhi |
Definition at line 30 of file Clusterizend.h.
unsigned short omegaTrim |
Number of deleted cells in omega in each direction of the peak.
Definition at line 25 of file Clusterizend.h.
unsigned short phiTrim |
Number of deleted cells in phi in each direction of the peak.
Definition at line 27 of file Clusterizend.h.