|
ACTS
Experiment-independent tracking
|
Configuration struct : contains the configuration for the ambiguity resolution. More...
#include <Acts/AmbiguityResolution/ScoreBasedAmbiguityResolution.hpp>
Public Attributes | |
| std::vector< DetectorConfig > | detectorConfigs |
| Detector-specific configuration settings. | |
| std::size_t | maxShared = 5 |
| maximum number of shared hit per track | |
| std::size_t | maxSharedTracksPerMeasurement = 10 |
| maximum number of shared tracks per measurement | |
| double | minScore = 0 |
| minimum score for any track | |
| double | minScoreSharedTracks = 0 |
| minimum score for shared tracks | |
| std::size_t | minUnshared = 5 |
| minimum number of unshared hits per track | |
| bool | useAmbiguityScoring = false |
| Flag to enable alternative ambiguity scoring algorithm. | |
| std::map< std::size_t, std::size_t > | volumeMap = {{0, 0}} |
| Map from volume IDs to detector configuration indices. | |
Configuration struct : contains the configuration for the ambiguity resolution.