ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::AmbiguityResolutionML< AmbiguityNetwork >::Config Struct Reference

#include <Acts/AmbiguityResolution/AmbiguityResolutionML.hpp>

Collaboration diagram for Acts::AmbiguityResolutionML< AmbiguityNetwork >::Config:
[legend]

Public Attributes

std::string inputDuplicateNN = ""
 Path to the model file for the duplicate neural network.
std::size_t nMeasurementsMin = 7
 Minimum number of measurement to form a track.

Member Data Documentation

◆ inputDuplicateNN

template<AmbiguityNetworkConcept AmbiguityNetwork>
std::string Acts::AmbiguityResolutionML< AmbiguityNetwork >::Config::inputDuplicateNN = ""

Path to the model file for the duplicate neural network.

◆ nMeasurementsMin

template<AmbiguityNetworkConcept AmbiguityNetwork>
std::size_t Acts::AmbiguityResolutionML< AmbiguityNetwork >::Config::nMeasurementsMin = 7

Minimum number of measurement to form a track.