Belle II Software development
NDFinderParameters Struct Reference

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
 

Detailed Description

Struct of NDFinder parameters.

Definition at line 26 of file NDFinder.h.

Member Data Documentation

◆ axialFile

std::string axialFile

Axial and stereo hit representations that should be used.

Definition at line 40 of file NDFinder.h.

◆ iterations

unsigned short iterations

Clustering: Number of iterations for the cluster search in each Hough space quadrant.

Definition at line 32 of file NDFinder.h.

◆ minSuperAxial

unsigned short minSuperAxial

Required number of axial super layers.

Definition at line 28 of file NDFinder.h.

◆ minSuperStereo

unsigned short minSuperStereo

Required number of stereo super layers.

Definition at line 30 of file NDFinder.h.

◆ omegaTrim

unsigned short omegaTrim

Clustering: Number of deleted cells in each omega direction from the maximum.

Definition at line 34 of file NDFinder.h.

◆ phiTrim

unsigned short phiTrim

Clustering: Number of deleted cells in each phi direction from the maximum.

Definition at line 36 of file NDFinder.h.

◆ stereoFile

std::string stereoFile

Definition at line 41 of file NDFinder.h.

◆ storeAdditionalReadout

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.


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