Analysis Software
Documentation for sPHENIX simulation software
|
Public Attributes | |
std::string | inputTracks |
Input track collection. | |
std::string | inputDuplicateNN |
Path to the ONNX model for the duplicate neural network. | |
std::string | outputTracks |
Output track collection. | |
int | nMeasurementsMin = 7 |
Minimum number of measurement to form a track. | |
Definition at line 28 of file AmbiguityResolutionMLAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 28 of file AmbiguityResolutionMLAlgorithm.hpp
std::string ActsExamples::AmbiguityResolutionMLAlgorithm::Config::inputDuplicateNN |
Path to the ONNX model for the duplicate neural network.
Definition at line 32 of file AmbiguityResolutionMLAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 32 of file AmbiguityResolutionMLAlgorithm.hpp
std::string ActsExamples::AmbiguityResolutionMLAlgorithm::Config::inputTracks |
Input track collection.
Definition at line 30 of file AmbiguityResolutionMLAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 30 of file AmbiguityResolutionMLAlgorithm.hpp
Referenced by ActsExamples::AmbiguityResolutionMLAlgorithm::AmbiguityResolutionMLAlgorithm().
int ActsExamples::AmbiguityResolutionMLAlgorithm::Config::nMeasurementsMin = 7 |
Minimum number of measurement to form a track.
Definition at line 36 of file AmbiguityResolutionMLAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 36 of file AmbiguityResolutionMLAlgorithm.hpp
std::string ActsExamples::AmbiguityResolutionMLAlgorithm::Config::outputTracks |
Output track collection.
Definition at line 34 of file AmbiguityResolutionMLAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 34 of file AmbiguityResolutionMLAlgorithm.hpp
Referenced by ActsExamples::AmbiguityResolutionMLAlgorithm::AmbiguityResolutionMLAlgorithm().