LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
ClusterMerge class. More...
Public Member Functions | |
ClusterMerge (const pandora::Cluster *const pParentCluster, const float boundedFraction1, const float boundedFraction2) | |
Constructor. More... | |
const pandora::Cluster * | GetParentCluster () const |
Get the address of the candidate parent (shower) cluster. More... | |
float | GetBoundedFraction1 () const |
Get the bounded fraction for algorithm-specified cone angle 1. More... | |
float | GetBoundedFraction2 () const |
Get the bounded fraction for algorithm-specified cone angle 2. More... | |
bool | operator< (const ClusterMerge &rhs) const |
operator < More... | |
Private Attributes | |
const pandora::Cluster * | m_pParentCluster |
The address of the candidate parent (shower) cluster. More... | |
float | m_boundedFraction1 |
The bounded fraction for algorithm-specified cone angle 1. More... | |
float | m_boundedFraction2 |
The bounded fraction for algorithm-specified cone angle 2. More... | |
ClusterMerge class.
Definition at line 33 of file SlidingConePfoMopUpAlgorithm.h.
|
inline |
Constructor.
pParentCluster | the address of the candidate parent (shower) cluster |
boundedFraction1 | the bounded fraction for algorithm-specified cone angle 1 |
boundedFraction2 | the bounded fraction for algorithm-specified cone angle 2 |
Definition at line 176 of file SlidingConePfoMopUpAlgorithm.h.
|
inline |
Get the bounded fraction for algorithm-specified cone angle 1.
Definition at line 192 of file SlidingConePfoMopUpAlgorithm.h.
References m_boundedFraction1.
Referenced by lar_content::SlidingConePfoMopUpAlgorithm::GetClusterMergeMap(), and operator<().
|
inline |
Get the bounded fraction for algorithm-specified cone angle 2.
Definition at line 199 of file SlidingConePfoMopUpAlgorithm.h.
References m_boundedFraction2.
Referenced by lar_content::SlidingConePfoMopUpAlgorithm::GetClusterMergeMap(), and operator<().
|
inline |
Get the address of the candidate parent (shower) cluster.
Definition at line 185 of file SlidingConePfoMopUpAlgorithm.h.
References m_pParentCluster.
Referenced by lar_content::SlidingConePfoMopUpAlgorithm::GetClusterMergeMap(), and operator<().
bool lar_content::SlidingConePfoMopUpAlgorithm::ClusterMerge::operator< | ( | const ClusterMerge & | rhs | ) | const |
operator <
rhs | object for comparison |
Definition at line 275 of file SlidingConePfoMopUpAlgorithm.cc.
References GetBoundedFraction1(), GetBoundedFraction2(), lar_content::PfoMopUpBaseAlgorithm::GetParentCluster(), GetParentCluster(), and lar_content::LArClusterHelper::SortByNHits().
|
private |
The bounded fraction for algorithm-specified cone angle 1.
Definition at line 77 of file SlidingConePfoMopUpAlgorithm.h.
Referenced by GetBoundedFraction1().
|
private |
The bounded fraction for algorithm-specified cone angle 2.
Definition at line 78 of file SlidingConePfoMopUpAlgorithm.h.
Referenced by GetBoundedFraction2().
|
private |
The address of the candidate parent (shower) cluster.
Definition at line 76 of file SlidingConePfoMopUpAlgorithm.h.
Referenced by GetParentCluster().