NearbyClusterMopUpAlgorithm class. More...
#include <NearbyClusterMopUpAlgorithm.h>
Public Member Functions | |
NearbyClusterMopUpAlgorithm () | |
Default constructor. More... | |
Public Member Functions inherited from lar_content::ClusterMopUpBaseAlgorithm | |
ClusterMopUpBaseAlgorithm () | |
Default constructor. More... | |
Public Member Functions inherited from lar_content::MopUpBaseAlgorithm | |
template<typename T > | |
const std::string | GetListName (const T *const pT) const |
Find the name of the list hosting a specific object. More... | |
Private Member Functions | |
void | ClusterMopUp (const pandora::ClusterList &pfoClusters, const pandora::ClusterList &remnantClusters) const |
Cluster mop up for a single view. This function is responsible for instructing pandora to make cluster alterations. More... | |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
unsigned int | m_minHitsInCluster |
Minimum number of hits in order to consider a cluster. More... | |
float | m_vertexProximity |
Distance between cluster inner/outer centroid and vtx to declare cluster vtx associated. More... | |
float | m_minClusterSeparation |
Minimum distance between parent and daughter clusters to declare clusters associated. More... | |
float | m_touchingDistance |
Threshold (small) distance below which parent and daughter clusters are declated touching. More... | |
Additional Inherited Members | |
Protected Types inherited from lar_content::ClusterMopUpBaseAlgorithm | |
typedef std::unordered_map< const pandora::Cluster *, float > | AssociationDetails |
typedef std::unordered_map< const pandora::Cluster *, AssociationDetails > | ClusterAssociationMap |
Protected Member Functions inherited from lar_content::ClusterMopUpBaseAlgorithm | |
virtual pandora::StatusCode | Run () |
virtual void | GetPfoClusterLists (pandora::ClusterList &clusterListU, pandora::ClusterList &clusterListV, pandora::ClusterList &clusterListW) const |
Get the two dimensional clusters contained in the input pfo list, divided into three different views. More... | |
virtual void | GetDaughterClusterLists (pandora::ClusterList &clusterListU, pandora::ClusterList &clusterListV, pandora::ClusterList &clusterListW) const |
Get the two dimensional clusters contained in the input remant/daughter cluster lists, divided into three different views. More... | |
virtual void | GetClusterLists (const pandora::ClusterList &inputClusterList, const bool availabilityFlag, pandora::ClusterList &clusterListU, pandora::ClusterList &clusterListV, pandora::ClusterList &clusterListW) const |
Get the two dimensional clusters contained in an input cluster list, divided into three different views. More... | |
virtual void | MakeClusterMerges (const ClusterAssociationMap &clusterAssociationMap) const |
Make the cluster merges specified in the cluster association map, using list name information in the cluster list name map. More... | |
Protected Attributes inherited from lar_content::ClusterMopUpBaseAlgorithm | |
pandora::StringVector | m_pfoListNames |
The list of pfo list names. More... | |
bool | m_excludePfosContainingTracks |
Whether to exclude any pfos containing clusters flagged as fixed tracks. More... | |
Protected Attributes inherited from lar_content::MopUpBaseAlgorithm | |
pandora::StringVector | m_daughterListNames |
The list of potential daughter object list names. More... | |
NearbyClusterMopUpAlgorithm class.
Definition at line 22 of file NearbyClusterMopUpAlgorithm.h.
lar_content::NearbyClusterMopUpAlgorithm::NearbyClusterMopUpAlgorithm | ( | ) |
Default constructor.
Definition at line 21 of file NearbyClusterMopUpAlgorithm.cc.
|
privatevirtual |
Cluster mop up for a single view. This function is responsible for instructing pandora to make cluster alterations.
pfoClusters | the list of pfo clusters |
remnantClusters | the list of remnant clusters |
Implements lar_content::ClusterMopUpBaseAlgorithm.
Definition at line 31 of file NearbyClusterMopUpAlgorithm.cc.
|
privatevirtual |
Reimplemented from lar_content::ClusterMopUpBaseAlgorithm.
Definition at line 93 of file NearbyClusterMopUpAlgorithm.cc.
|
private |
Minimum distance between parent and daughter clusters to declare clusters associated.
Definition at line 37 of file NearbyClusterMopUpAlgorithm.h.
|
private |
Minimum number of hits in order to consider a cluster.
Definition at line 35 of file NearbyClusterMopUpAlgorithm.h.
|
private |
Threshold (small) distance below which parent and daughter clusters are declated touching.
Definition at line 38 of file NearbyClusterMopUpAlgorithm.h.
|
private |
Distance between cluster inner/outer centroid and vtx to declare cluster vtx associated.
Definition at line 36 of file NearbyClusterMopUpAlgorithm.h.