Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::AmbiguityResolutionMLAlgorithm::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/TrackFindingML/include/ActsExamples/TrackFindingML/AmbiguityResolutionMLAlgorithm.hpp>

+ Collaboration diagram for ActsExamples::AmbiguityResolutionMLAlgorithm::Config:

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.
 

Detailed Description

Definition at line 28 of file AmbiguityResolutionMLAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 28 of file AmbiguityResolutionMLAlgorithm.hpp

Member Data Documentation

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().


The documentation for this struct was generated from the following file: