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

Configuration for D-WALK track building. More...

#include <ActsPlugins/Gnn/DWalkTrackBuilding.hpp>

Collaboration diagram for ActsPlugins::DWalkTrackBuilding::Config:
[legend]

Public Attributes

std::size_t minCandidateSize = 3
 Minimum number of hits required to keep a track candidate.
std::string pathMetric = "score_weighted_length"
 DP path metric: "score_weighted_length" or "length".
std::size_t radialFeatureIndex = 0
 Node-feature column used for radial ordering.
float thAdd = 0.6
 Score above which all incoming/outgoing edges are kept in the DP max-add cut.
float thMin = 0.1
 Minimal score for the best incoming/outgoing edge in the DP max-add cut.

Detailed Description

Configuration for D-WALK track building.