ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
ActsPlugins::EdgeLayerConnector::Config Struct Reference

Configuration for the EdgeLayerConnector. More...

#include <ActsPlugins/Gnn/EdgeLayerConnector.hpp>

Public Attributes

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.

Detailed Description

Configuration for the EdgeLayerConnector.