LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar_content::RecursivePfoMopUpAlgorithm::PfoMergeStats Struct Reference

PfoMergeStats class: Object to compare PFO before/after merging algs have run to see if anything changed. More...

Public Member Functions

 PfoMergeStats (const ClusterNumHitsList &numClusterHits, const float trackScore)
 Constructor. More...
 

Public Attributes

const ClusterNumHitsList m_numClusterHits
 Vector filled with number of hits in each of the PFO's clusters. More...
 
const float m_trackScore
 MVA "Track Score" for the PFO. More...
 

Detailed Description

PfoMergeStats class: Object to compare PFO before/after merging algs have run to see if anything changed.

Definition at line 34 of file RecursivePfoMopUpAlgorithm.h.

Constructor & Destructor Documentation

lar_content::RecursivePfoMopUpAlgorithm::PfoMergeStats::PfoMergeStats ( const ClusterNumHitsList numClusterHits,
const float  trackScore 
)
inline

Constructor.

Parameters
Vectorfilled with number of hits in each of the PFO's clusters
MVA"Track Score" for the PFO

Definition at line 85 of file RecursivePfoMopUpAlgorithm.h.

85  :
86  m_numClusterHits(numClusterHits),
87  m_trackScore(trackScore)
88 {
89 }
const float m_trackScore
MVA "Track Score" for the PFO.
const ClusterNumHitsList m_numClusterHits
Vector filled with number of hits in each of the PFO's clusters.

Member Data Documentation

const ClusterNumHitsList lar_content::RecursivePfoMopUpAlgorithm::PfoMergeStats::m_numClusterHits

Vector filled with number of hits in each of the PFO's clusters.

Definition at line 45 of file RecursivePfoMopUpAlgorithm.h.

Referenced by lar_content::RecursivePfoMopUpAlgorithm::PfoMergeStatsComp().

const float lar_content::RecursivePfoMopUpAlgorithm::PfoMergeStats::m_trackScore

MVA "Track Score" for the PFO.

Definition at line 46 of file RecursivePfoMopUpAlgorithm.h.

Referenced by lar_content::RecursivePfoMopUpAlgorithm::PfoMergeStatsComp().


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