Belle II Software development
|
validation tool for CA algorithm More...
#include <CAValidator.h>
Public Member Functions | |
bool | isValidRound (int caRound) |
checks if CA is still in valid area | |
bool | checkSeed (const CellType &aCell) |
function to check the cell if seed-conditions are met. | |
Public Attributes | |
int | nMaxIterations = 25 |
determines max number of iterations allowed by user, standard value is (number of VXD layers x 4) + 1. | |
unsigned int | seedThreshold = 1 |
threshold for being seed, standard value is 1 | |
validation tool for CA algorithm
Definition at line 19 of file CAValidator.h.
|
inline |
function to check the cell if seed-conditions are met.
Definition at line 24 of file CAValidator.h.
|
inline |
checks if CA is still in valid area
Definition at line 21 of file CAValidator.h.
int nMaxIterations = 25 |
determines max number of iterations allowed by user, standard value is (number of VXD layers x 4) + 1.
Definition at line 27 of file CAValidator.h.
unsigned int seedThreshold = 1 |
threshold for being seed, standard value is 1
Definition at line 30 of file CAValidator.h.