![]() |
Belle II Software development
|
Struct of NDFinder parameters. More...
#include <NDFinder.h>
Public Attributes | |
| unsigned short | minSuperAxial |
| Required number of axial super layers. | |
| unsigned short | minSuperStereo |
| Required number of stereo super layers. | |
| unsigned short | iterations |
| Clustering: Number of iterations for the cluster search in each Hough space quadrant. | |
| unsigned short | omegaTrim |
| Clustering: Number of deleted cells in each omega direction from the maximum. | |
| unsigned short | phiTrim |
| Clustering: Number of deleted cells in each phi direction from the maximum. | |
| bool | storeAdditionalReadout |
| Switch for writing the full Hough space and the cluster information to the 3DFinderInfo class. | |
| std::string | axialFile |
| Axial and stereo hit representations that should be used. | |
| std::string | stereoFile |
Struct of NDFinder parameters.
Definition at line 26 of file NDFinder.h.
| std::string axialFile |
Axial and stereo hit representations that should be used.
Definition at line 40 of file NDFinder.h.
| unsigned short iterations |
Clustering: Number of iterations for the cluster search in each Hough space quadrant.
Definition at line 32 of file NDFinder.h.
| unsigned short minSuperAxial |
Required number of axial super layers.
Definition at line 28 of file NDFinder.h.
| unsigned short minSuperStereo |
Required number of stereo super layers.
Definition at line 30 of file NDFinder.h.
| unsigned short omegaTrim |
Clustering: Number of deleted cells in each omega direction from the maximum.
Definition at line 34 of file NDFinder.h.
| unsigned short phiTrim |
Clustering: Number of deleted cells in each phi direction from the maximum.
Definition at line 36 of file NDFinder.h.
| std::string stereoFile |
Definition at line 41 of file NDFinder.h.
| bool storeAdditionalReadout |
Switch for writing the full Hough space and the cluster information to the 3DFinderInfo class.
Definition at line 38 of file NDFinder.h.