Configuration for the EdgeLayerConnector.
More...
#include <ActsPlugins/Gnn/EdgeLayerConnector.hpp>
|
|
std::size_t | blockSize = 512 |
| | Number of thread blocks for parallel edge processing.
|
|
std::size_t | maxHitsPerTrack = 30 |
| | Maximum number of hits allowed per track candidate.
|
|
std::size_t | minHits = 3 |
| | Minimum number of hits required to keep a track candidate.
|
|
float | weightsCut = 0.01 |
| | Edge weight threshold below which edges are discarded.
|
Configuration for the EdgeLayerConnector.