Connector class.
Definition: Connector.h:44
SortByTrackClusterCompatibility class.
Definition: SortingHelper.h:107
SortingHelper class.
Definition: SortingHelper.h:48
bool operator()(const pandora::Cluster *const pLhs, const pandora::Cluster *const pRhs) const
Functor to sort clusters by track-cluster compatibility.
Definition: SortingHelper.cc:212
SortClusterByOmegaTracks class.
Definition: SortingHelper.h:84
static bool SortClustersByNHits(const pandora::Cluster *const pLhs, const pandora::Cluster *const pRhs)
Sort clusters by inner layer, and hadronic energy for same layer.
Definition: SortingHelper.cc:39
bool operator()(const pandora::Cluster *const pLhs, const pandora::Cluster *const pRhs) const
Functor to sort clusters by omega track parameter.
Definition: SortingHelper.cc:178
static bool SortTracksByEnergy(const pandora::Track *const pLhs, const pandora::Track *const pRhs)
Sort tracks by energy at dca.
Definition: SortingHelper.cc:122
static bool SortBranchesBySize(const Branch &lhs, const Branch &rhs)
Sort branches by size.
Definition: SortingHelper.cc:115
SortByTrackClusterCompatibility(const pandora::Pandora *const pPandora)
Constructor.
Definition: SortingHelper.cc:204
SortClusterByOmegaTracks(const pandora::Pandora *const pPandora)
Constructor.
Definition: SortingHelper.cc:170