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 193 of file SlidingConePfoMopUpAlgorithm.h.
|
inline |
Get the bounded fraction for algorithm-specified cone angle 2.
Definition at line 200 of file SlidingConePfoMopUpAlgorithm.h.
|
inline |
Get the address of the candidate parent (shower) cluster.
Definition at line 186 of file SlidingConePfoMopUpAlgorithm.h.
bool lar_content::SlidingConePfoMopUpAlgorithm::ClusterMerge::operator< | ( | const ClusterMerge & | rhs | ) | const |
operator <
rhs | object for comparison |
Definition at line 284 of file SlidingConePfoMopUpAlgorithm.cc.
|
private |
The bounded fraction for algorithm-specified cone angle 1.
Definition at line 77 of file SlidingConePfoMopUpAlgorithm.h.
|
private |
The bounded fraction for algorithm-specified cone angle 2.
Definition at line 78 of file SlidingConePfoMopUpAlgorithm.h.
|
private |
The address of the candidate parent (shower) cluster.
Definition at line 76 of file SlidingConePfoMopUpAlgorithm.h.