LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
MatchingDetails class. More...
Public Member Functions | |
MatchingDetails () | |
Default constructor. More... | |
Public Attributes | |
int | m_matchedPrimaryId |
The total number of occurences. More... | |
int | m_nMatchedHits |
The number of times the primary has 0 pfo matches. More... | |
float | m_completeness |
The completeness of the match. More... | |
MatchingDetails class.
Definition at line 107 of file PFParticleValidation_module.cc.
lar_pandora::PFParticleValidation::MatchingDetails::MatchingDetails | ( | ) |
Default constructor.
Definition at line 940 of file PFParticleValidation_module.cc.
float lar_pandora::PFParticleValidation::MatchingDetails::m_completeness |
The completeness of the match.
Definition at line 117 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetRemainingPfoMatches(), and lar_pandora::PFParticleValidation::GetStrongestPfoMatch().
int lar_pandora::PFParticleValidation::MatchingDetails::m_matchedPrimaryId |
The total number of occurences.
Definition at line 115 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetRemainingPfoMatches(), and lar_pandora::PFParticleValidation::GetStrongestPfoMatch().
int lar_pandora::PFParticleValidation::MatchingDetails::m_nMatchedHits |
The number of times the primary has 0 pfo matches.
Definition at line 116 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetRemainingPfoMatches(), and lar_pandora::PFParticleValidation::GetStrongestPfoMatch().