Belle II Software development
|
Struct of ndFinder parameters. More...
#include <NDFinder.h>
Public Attributes | |
std::string | axialFile = "data/trg/cdc/ndFinderArrayAxialComp.txt.gz" |
Zero-Suppressed trained hit data. | |
std::string | stereoFile = "data/trg/cdc/ndFinderArrayStereoComp.txt.gz" |
unsigned char | minSuperAxial = 4 |
Clustering options. | |
unsigned char | minSuperStereo = 3 |
Required number of stereo super layers. | |
float | thresh = 0.85 |
houghspace must have thresh x maxweight of cluster | |
unsigned char | minCells = 1 |
Minimum number of cells in the track parameter space. | |
bool | dbscanning = false |
Clustering method: When true: dbscan, when false: fixed 3d volume. | |
unsigned short | minTotalWeight = 450 |
Clustering: minimum of the total weight in all cells of the 3d volume. | |
unsigned short | minPeakWeight = 32 |
Clustering: minimum peak cell weight. | |
unsigned char | iterations = 5 |
Clustering: number of iterations for the cluster search in each Hough space. | |
unsigned char | omegaTrim = 5 |
Clustering: number of deleted cells in each omega direction from the maximum. | |
unsigned char | phiTrim = 4 |
Clustering: number of deleted cells in each phi direction from the maximum. | |
unsigned char | thetaTrim = 4 |
Clustering: number of deleted cells in each theta direction from the maximum. | |
unsigned short | phigeo = 32 |
CDC symmetry: repeat wire pattern 32 times in phi. | |
unsigned short | parcels = 7 |
** CDC symmetry: phi range covered by hit data [0 .. phigeo] */ | |
unsigned short | parcelsExp = 11 |
CDC symmetry: phi range covered by expanded hit data [0 . | |
Struct of ndFinder parameters.
Definition at line 111 of file NDFinder.h.
std::string axialFile = "data/trg/cdc/ndFinderArrayAxialComp.txt.gz" |
Zero-Suppressed trained hit data.
Definition at line 113 of file NDFinder.h.
bool dbscanning = false |
Clustering method: When true: dbscan, when false: fixed 3d volume.
Definition at line 130 of file NDFinder.h.
unsigned char iterations = 5 |
Clustering: number of iterations for the cluster search in each Hough space.
Definition at line 139 of file NDFinder.h.
unsigned char minCells = 1 |
Minimum number of cells in the track parameter space.
Definition at line 127 of file NDFinder.h.
unsigned short minPeakWeight = 32 |
Clustering: minimum peak cell weight.
Definition at line 136 of file NDFinder.h.
unsigned char minSuperAxial = 4 |
Clustering options.
Only accept clusters with minSuperAxial
Definition at line 118 of file NDFinder.h.
unsigned char minSuperStereo = 3 |
Required number of stereo super layers.
Definition at line 121 of file NDFinder.h.
unsigned short minTotalWeight = 450 |
Clustering: minimum of the total weight in all cells of the 3d volume.
Definition at line 133 of file NDFinder.h.
unsigned char omegaTrim = 5 |
Clustering: number of deleted cells in each omega direction from the maximum.
Definition at line 142 of file NDFinder.h.
unsigned short parcels = 7 |
** CDC symmetry: phi range covered by hit data [0 .. phigeo] */
Definition at line 154 of file NDFinder.h.
unsigned short parcelsExp = 11 |
CDC symmetry: phi range covered by expanded hit data [0 .
. phigeo]
Definition at line 157 of file NDFinder.h.
unsigned short phigeo = 32 |
CDC symmetry: repeat wire pattern 32 times in phi.
Definition at line 151 of file NDFinder.h.
unsigned char phiTrim = 4 |
Clustering: number of deleted cells in each phi direction from the maximum.
Definition at line 145 of file NDFinder.h.
std::string stereoFile = "data/trg/cdc/ndFinderArrayStereoComp.txt.gz" |
Definition at line 114 of file NDFinder.h.
unsigned char thetaTrim = 4 |
Clustering: number of deleted cells in each theta direction from the maximum.
Definition at line 148 of file NDFinder.h.
float thresh = 0.85 |
houghspace must have thresh x maxweight of cluster
Definition at line 124 of file NDFinder.h.