ConeClusterMopUpAlgorithm class. More...
#include <ConeClusterMopUpAlgorithm.h>
Public Member Functions | |
ConeClusterMopUpAlgorithm () | |
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 Types | |
typedef std::pair< float, float > | Coordinate |
typedef std::vector< Coordinate > | CoordinateList |
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) |
Static Private Member Functions | |
static bool | SortCoordinates (const Coordinate &lhs, const Coordinate &rhs) |
Sort coordinates by increasing transverse displacement. More... | |
Private Attributes | |
unsigned int | m_slidingFitWindow |
The layer window for the sliding linear fits. More... | |
float | m_showerEdgeMultiplier |
Artificially tune width of shower envelope so as to make it more/less inclusive. More... | |
float | m_coneAngleCentile |
Cluster cone angle is defined using specified centile of distribution of hit half angles. More... | |
float | m_maxConeLengthMultiplier |
Consider hits as bound if inside cone, with projected distance less than N times cone length. More... | |
float | m_minBoundedFraction |
The minimum cluster bounded fraction for merging. 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... | |
ConeClusterMopUpAlgorithm class.
Definition at line 21 of file ConeClusterMopUpAlgorithm.h.
|
private |
Definition at line 32 of file ConeClusterMopUpAlgorithm.h.
|
private |
Definition at line 33 of file ConeClusterMopUpAlgorithm.h.
lar_content::ConeClusterMopUpAlgorithm::ConeClusterMopUpAlgorithm | ( | ) |
Default constructor.
Definition at line 23 of file ConeClusterMopUpAlgorithm.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 34 of file ConeClusterMopUpAlgorithm.cc.
|
privatevirtual |
Reimplemented from lar_content::ClusterMopUpBaseAlgorithm.
Definition at line 175 of file ConeClusterMopUpAlgorithm.cc.
|
staticprivate |
Sort coordinates by increasing transverse displacement.
lhs | the first coordinate for comparison |
rhs | the second coordinate for comparison |
Definition at line 168 of file ConeClusterMopUpAlgorithm.cc.
|
private |
Cluster cone angle is defined using specified centile of distribution of hit half angles.
Definition at line 49 of file ConeClusterMopUpAlgorithm.h.
|
private |
Consider hits as bound if inside cone, with projected distance less than N times cone length.
Definition at line 50 of file ConeClusterMopUpAlgorithm.h.
|
private |
The minimum cluster bounded fraction for merging.
Definition at line 51 of file ConeClusterMopUpAlgorithm.h.
|
private |
Artificially tune width of shower envelope so as to make it more/less inclusive.
Definition at line 48 of file ConeClusterMopUpAlgorithm.h.
|
private |
The layer window for the sliding linear fits.
Definition at line 47 of file ConeClusterMopUpAlgorithm.h.