ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::TrackTruthMatchingBaseAlg::TruthMatchResult Struct Reference

Match result returned by analyseTrackTruth. More...

#include <TrackTruthMatchingBaseAlg.h>

Collaboration diagram for ActsTrk::TrackTruthMatchingBaseAlg::TruthMatchResult:

Public Attributes

const xAOD::TruthParticlem_truthParticle
 best matching truth particle or nullptr
float m_matchProbability
 the matching probability based on weighted hit sums
float m_hitPurity
 fraction of hits originting from best match over total reco hits
float m_hitEfficiency
 fraction of hits originting from best match over total best match hits

Detailed Description

Match result returned by analyseTrackTruth.

Definition at line 133 of file TrackTruthMatchingBaseAlg.h.

Member Data Documentation

◆ m_hitEfficiency

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.

◆ m_hitPurity

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.

◆ m_matchProbability

float ActsTrk::TrackTruthMatchingBaseAlg::TruthMatchResult::m_matchProbability

the matching probability based on weighted hit sums

Definition at line 135 of file TrackTruthMatchingBaseAlg.h.

◆ m_truthParticle

const xAOD::TruthParticle* ActsTrk::TrackTruthMatchingBaseAlg::TruthMatchResult::m_truthParticle

best matching truth particle or nullptr

Definition at line 134 of file TrackTruthMatchingBaseAlg.h.


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