LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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... | |
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.
|
inline |
Constructor.
Vector | filled 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.
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().