ATLAS Offline Software
|
Match result returned by analyseTrackTruth. More...
#include <TrackTruthMatchingBaseAlg.h>
Public Attributes | |
const xAOD::TruthParticle * | m_truthParticle |
best matching truth particle or nullptr More... | |
float | m_matchProbability |
the matching probability based on weighted hit sums More... | |
float | m_hitPurity |
fraction of hits originting from best match over total reco hits More... | |
float | m_hitEfficiency |
fraction of hits originting from best match over total best match hits More... | |
Match result returned by analyseTrackTruth.
Definition at line 133 of file TrackTruthMatchingBaseAlg.h.
float ActsTrk::TrackTruthMatchingBaseAlg::TruthMatchResult::m_hitEfficiency |
fraction of hits originting from best match over total best match hits
Definition at line 137 of file TrackTruthMatchingBaseAlg.h.
float ActsTrk::TrackTruthMatchingBaseAlg::TruthMatchResult::m_hitPurity |
fraction of hits originting from best match over total reco hits
Definition at line 136 of file TrackTruthMatchingBaseAlg.h.
float ActsTrk::TrackTruthMatchingBaseAlg::TruthMatchResult::m_matchProbability |
the matching probability based on weighted hit sums
Definition at line 135 of file TrackTruthMatchingBaseAlg.h.
const xAOD::TruthParticle* ActsTrk::TrackTruthMatchingBaseAlg::TruthMatchResult::m_truthParticle |
best matching truth particle or nullptr
Definition at line 134 of file TrackTruthMatchingBaseAlg.h.