LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
lar_pandora::PFParticleValidation::SimpleMatchedPfo Class Reference

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::PFParticlem_pAddress
 The address of the pf primary. More...
 

Detailed Description

SimpleMatchedPfo class.

Definition at line 80 of file PFParticleValidation_module.cc.

Constructor & Destructor Documentation

lar_pandora::PFParticleValidation::SimpleMatchedPfo::SimpleMatchedPfo ( )

Constructor.

Definition at line 921 of file PFParticleValidation_module.cc.

921  :
922  m_id(-1),
923  m_parentId(-1),
924  m_pdgCode(0),
925  m_nPfoHitsTotal(0),
926  m_nPfoHitsU(0),
927  m_nPfoHitsV(0),
928  m_nPfoHitsW(0),
930  m_nMatchedHitsU(0),
931  m_nMatchedHitsV(0),
932  m_nMatchedHitsW(0),
933  m_pAddress(nullptr)
934 {
935 }
const recob::PFParticle * m_pAddress
The address of the pf primary.
int m_parentId
The unique identifier of the parent pfo (-1 if no parent set)

Member Data Documentation

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsU
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsV
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsW
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsU
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsV
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsW
const recob::PFParticle* lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_pAddress

The address of the pf primary.

Definition at line 99 of file PFParticleValidation_module.cc.

Referenced by lar_pandora::PFParticleValidation::GetMCPrimaryMatchingMap().

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_parentId
int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_pdgCode

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