Public Member Functions | Public Attributes | List of all members
lar_pandora::PFParticleValidation::MatchingDetails Class Reference

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...
 

Detailed Description

MatchingDetails class.

Definition at line 108 of file PFParticleValidation_module.cc.

Constructor & Destructor Documentation

lar_pandora::PFParticleValidation::MatchingDetails::MatchingDetails ( )

Default constructor.

Definition at line 941 of file PFParticleValidation_module.cc.

941  :
942  m_matchedPrimaryId(-1),
943  m_nMatchedHits(0),
944  m_completeness(0.f)
945 {
946 }
int m_nMatchedHits
The number of times the primary has 0 pfo matches.

Member Data Documentation

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.


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