LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 78 of file PFParticleValidation_module.cc.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 986 of file PFParticleValidation_module.cc.

987  : m_id(-1)
988  , m_parentId(-1)
989  , m_pdgCode(0)
990  , m_nPfoHitsTotal(0)
991  , m_nPfoHitsU(0)
992  , m_nPfoHitsV(0)
993  , m_nPfoHitsW(0)
995  , m_nMatchedHitsU(0)
996  , m_nMatchedHitsV(0)
997  , m_nMatchedHitsW(0)
998  , m_pAddress(nullptr)
999  {}
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 96 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: