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

#include <acts/blob/sPHENIX/Examples/Algorithms/AmbiguityResolution/include/ActsExamples/AmbiguityResolution/GreedyAmbiguityResolutionAlgorithm.hpp>

+ Collaboration diagram for ActsExamples::GreedyAmbiguityResolutionAlgorithm::Config:

Public Attributes

std::string inputTracks
 Input trajectories collection.
 
std::string outputTracks
 Output trajectories collection.
 
std::uint32_t maximumSharedHits = 1
 Maximum amount of shared hits per track.
 
std::uint32_t maximumIterations = 1000
 Maximum number of iterations.
 
size_t nMeasurementsMin = 7
 Minimum number of measurement to form a track.
 

Detailed Description

Definition at line 38 of file GreedyAmbiguityResolutionAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 38 of file GreedyAmbiguityResolutionAlgorithm.hpp

Member Data Documentation

std::string ActsExamples::GreedyAmbiguityResolutionAlgorithm::Config::inputTracks

Input trajectories collection.

Definition at line 40 of file GreedyAmbiguityResolutionAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 40 of file GreedyAmbiguityResolutionAlgorithm.hpp

Referenced by ActsExamples::GreedyAmbiguityResolutionAlgorithm::GreedyAmbiguityResolutionAlgorithm().

std::uint32_t ActsExamples::GreedyAmbiguityResolutionAlgorithm::Config::maximumIterations = 1000

Maximum number of iterations.

Definition at line 47 of file GreedyAmbiguityResolutionAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 47 of file GreedyAmbiguityResolutionAlgorithm.hpp

std::uint32_t ActsExamples::GreedyAmbiguityResolutionAlgorithm::Config::maximumSharedHits = 1

Maximum amount of shared hits per track.

Definition at line 45 of file GreedyAmbiguityResolutionAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 45 of file GreedyAmbiguityResolutionAlgorithm.hpp

size_t ActsExamples::GreedyAmbiguityResolutionAlgorithm::Config::nMeasurementsMin = 7

Minimum number of measurement to form a track.

Definition at line 50 of file GreedyAmbiguityResolutionAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 50 of file GreedyAmbiguityResolutionAlgorithm.hpp

std::string ActsExamples::GreedyAmbiguityResolutionAlgorithm::Config::outputTracks

Output trajectories collection.

Definition at line 42 of file GreedyAmbiguityResolutionAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 42 of file GreedyAmbiguityResolutionAlgorithm.hpp

Referenced by ActsExamples::GreedyAmbiguityResolutionAlgorithm::GreedyAmbiguityResolutionAlgorithm().


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