![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#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. | |
Definition at line 39 of file GreedyAmbiguityResolution.hpp.
View newest version in sPHENIX GitHub at line 39 of file GreedyAmbiguityResolution.hpp
| 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