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

#include <acts/blob/sPHENIX/Core/include/Acts/AmbiguityResolution/GreedyAmbiguityResolution.hpp>

Public Attributes

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 39 of file GreedyAmbiguityResolution.hpp.

View newest version in sPHENIX GitHub at line 39 of file GreedyAmbiguityResolution.hpp

Member Data Documentation

std::uint32_t Acts::GreedyAmbiguityResolution::Config::maximumIterations = 1000

Maximum number of iterations.

Definition at line 43 of file GreedyAmbiguityResolution.hpp.

View newest version in sPHENIX GitHub at line 43 of file GreedyAmbiguityResolution.hpp

Referenced by Acts::GreedyAmbiguityResolution::resolve().

std::uint32_t Acts::GreedyAmbiguityResolution::Config::maximumSharedHits = 1

Maximum amount of shared hits per track.

Definition at line 41 of file GreedyAmbiguityResolution.hpp.

View newest version in sPHENIX GitHub at line 41 of file GreedyAmbiguityResolution.hpp

Referenced by Acts::GreedyAmbiguityResolution::resolve().

size_t Acts::GreedyAmbiguityResolution::Config::nMeasurementsMin = 7

Minimum number of measurement to form a track.

Definition at line 46 of file GreedyAmbiguityResolution.hpp.

View newest version in sPHENIX GitHub at line 46 of file GreedyAmbiguityResolution.hpp


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