LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
SimpleMatchedPfo class. More...
Public Member Functions | |
SimpleMatchedPfo () | |
Constructor. More... | |
Public Attributes | |
int | m_id |
The unique identifier. More... | |
int | m_parentId |
The unique identifier of the parent pfo (-1 if no parent set) More... | |
int | m_pdgCode |
The pdg code. More... | |
int | m_nPfoHitsTotal |
The total number of pfo hits. More... | |
int | m_nPfoHitsU |
The number of u pfo hits. More... | |
int | m_nPfoHitsV |
The number of v pfo hits. More... | |
int | m_nPfoHitsW |
The number of w pfo hits. More... | |
int | m_nMatchedHitsTotal |
The total number of matched hits. More... | |
int | m_nMatchedHitsU |
The number of u matched hits. More... | |
int | m_nMatchedHitsV |
The number of v matched hits. More... | |
int | m_nMatchedHitsW |
The number of w matched hits. More... | |
const recob::PFParticle * | m_pAddress |
The address of the pf primary. More... | |
SimpleMatchedPfo class.
Definition at line 78 of file PFParticleValidation_module.cc.
lar_pandora::PFParticleValidation::SimpleMatchedPfo::SimpleMatchedPfo | ( | ) |
Constructor.
Definition at line 986 of file PFParticleValidation_module.cc.
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_id |
The unique identifier.
Definition at line 85 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::GetRemainingPfoMatches(), lar_pandora::PFParticleValidation::GetStrongestPfoMatch(), lar_pandora::PFParticleValidation::PrintAllOutput(), lar_pandora::PFParticleValidation::PrintMatchingOutput(), and lar_pandora::PFParticleValidation::SortSimpleMatchedPfos().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsTotal |
The total number of matched hits.
Definition at line 92 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::GetRemainingPfoMatches(), lar_pandora::PFParticleValidation::GetStrongestPfoMatch(), lar_pandora::PFParticleValidation::IsGoodMatch(), lar_pandora::PFParticleValidation::PrintAllOutput(), lar_pandora::PFParticleValidation::PrintMatchingOutput(), and lar_pandora::PFParticleValidation::SortSimpleMatchedPfos().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsU |
The number of u matched hits.
Definition at line 93 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::PrintAllOutput(), and lar_pandora::PFParticleValidation::PrintMatchingOutput().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsV |
The number of v matched hits.
Definition at line 94 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::PrintAllOutput(), and lar_pandora::PFParticleValidation::PrintMatchingOutput().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsW |
The number of w matched hits.
Definition at line 95 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::PrintAllOutput(), and lar_pandora::PFParticleValidation::PrintMatchingOutput().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsTotal |
The total number of pfo hits.
Definition at line 88 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::IsGoodMatch(), lar_pandora::PFParticleValidation::PrintAllOutput(), lar_pandora::PFParticleValidation::PrintMatchingOutput(), and lar_pandora::PFParticleValidation::SortSimpleMatchedPfos().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsU |
The number of u pfo hits.
Definition at line 89 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::PrintAllOutput(), and lar_pandora::PFParticleValidation::PrintMatchingOutput().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsV |
The number of v pfo hits.
Definition at line 90 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::PrintAllOutput(), and lar_pandora::PFParticleValidation::PrintMatchingOutput().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsW |
The number of w pfo hits.
Definition at line 91 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::PrintAllOutput(), and lar_pandora::PFParticleValidation::PrintMatchingOutput().
const recob::PFParticle* lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_pAddress |
The address of the pf primary.
Definition at line 96 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_parentId |
The unique identifier of the parent pfo (-1 if no parent set)
Definition at line 86 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::PrintAllOutput(), and lar_pandora::PFParticleValidation::PrintMatchingOutput().
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_pdgCode |
The pdg code.
Definition at line 87 of file PFParticleValidation_module.cc.
Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap(), lar_pandora::PFParticleValidation::PrintAllOutput(), and lar_pandora::PFParticleValidation::PrintMatchingOutput().