Public Member Functions | Public Attributes | List of all members
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 84 of file RecursivePfoMopUpAlgorithm.h.

84  :
85  m_numClusterHits(numClusterHits),
86  m_trackScore(trackScore)
87 {
88 }
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.

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

MVA "Track Score" for the PFO.

Definition at line 46 of file RecursivePfoMopUpAlgorithm.h.


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