acts-project / traccc

Demonstrator tracking chain on accelerators
Mozilla Public License 2.0
29 stars 50 forks source link

Enhance the track matching condition #734

Closed beomki-yeo closed 1 month ago

beomki-yeo commented 1 month ago

Currently, a track is considered to be unmatched if its measurements are from multiple particles. However, the ACTS defines that the track is matched if the number of measurements of major particle is larger than the half of the number of measurements. This increases the actual tracking efficieny of seq_example slightly

Related code in ACTS: https://github.com/acts-project/acts/blob/69e0b6b181a14daab9b99e1ae6b576914a060afb/Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackTruthMatcher.cpp#L97

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
13.3% Duplication on New Code

See analysis details on SonarCloud