Public Member Functions | Public Attributes | List of all members
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 81 of file PFParticleValidation_module.cc.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 922 of file PFParticleValidation_module.cc.

922  :
923  m_id(-1),
924  m_parentId(-1),
925  m_pdgCode(0),
926  m_nPfoHitsTotal(0),
927  m_nPfoHitsU(0),
928  m_nPfoHitsV(0),
929  m_nPfoHitsW(0),
931  m_nMatchedHitsU(0),
932  m_nMatchedHitsV(0),
933  m_nMatchedHitsW(0),
934  m_pAddress(nullptr)
935 {
936 }
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_id

The unique identifier.

Definition at line 89 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsTotal

The total number of matched hits.

Definition at line 96 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsU

The number of u matched hits.

Definition at line 97 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsV

The number of v matched hits.

Definition at line 98 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nMatchedHitsW

The number of w matched hits.

Definition at line 99 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsTotal

The total number of pfo hits.

Definition at line 92 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsU

The number of u pfo hits.

Definition at line 93 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsV

The number of v pfo hits.

Definition at line 94 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_nPfoHitsW

The number of w pfo hits.

Definition at line 95 of file PFParticleValidation_module.cc.

const recob::PFParticle* lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_pAddress

The address of the pf primary.

Definition at line 100 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_parentId

The unique identifier of the parent pfo (-1 if no parent set)

Definition at line 90 of file PFParticleValidation_module.cc.

int lar_pandora::PFParticleValidation::SimpleMatchedPfo::m_pdgCode

The pdg code.

Definition at line 91 of file PFParticleValidation_module.cc.


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