ATLAS Offline Software
Public Attributes | List of all members
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 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...
 

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: