Belle II Software development
ClustererParameters Struct Reference

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
 

Detailed Description

Struct containing the parameters for the clustering.

Definition at line 21 of file Clusterizend.h.

Member Data Documentation

◆ iterations

unsigned short iterations

Number of iterations of the cluster searching for each Hough space quadrant.

Definition at line 23 of file Clusterizend.h.

◆ nCot

unsigned short nCot

Definition at line 31 of file Clusterizend.h.

◆ nOmega

unsigned short nOmega

The Hough space dimensions.

Definition at line 29 of file Clusterizend.h.

◆ nPhi

unsigned short nPhi

Definition at line 30 of file Clusterizend.h.

◆ omegaTrim

unsigned short omegaTrim

Number of deleted cells in omega in each direction of the peak.

Definition at line 25 of file Clusterizend.h.

◆ phiTrim

unsigned short phiTrim

Number of deleted cells in phi in each direction of the peak.

Definition at line 27 of file Clusterizend.h.


The documentation for this struct was generated from the following file: