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 108 of file PFParticleValidation_module.cc.
lar_pandora::PFParticleValidation::MatchingDetails::MatchingDetails | ( | ) |
Default constructor.
Definition at line 941 of file PFParticleValidation_module.cc.
float lar_pandora::PFParticleValidation::MatchingDetails::m_completeness |
The completeness of the match.
Definition at line 118 of file PFParticleValidation_module.cc.
int lar_pandora::PFParticleValidation::MatchingDetails::m_matchedPrimaryId |
The total number of occurences.
Definition at line 116 of file PFParticleValidation_module.cc.
int lar_pandora::PFParticleValidation::MatchingDetails::m_nMatchedHits |
The number of times the primary has 0 pfo matches.
Definition at line 117 of file PFParticleValidation_module.cc.