SortByHigherExtrema class. More...
#include <LArHitWidthHelper.h>
Public Member Functions | |
| SortByHigherXExtrema (const ClusterToParametersMap &clusterToParametersMap) | |
| Constructor. More... | |
| bool | operator() (const pandora::Cluster *const pLhs, const pandora::Cluster *const pRhs) |
| Sort clusters by the higher x extremal point of their constituent hits. More... | |
Private Attributes | |
| const ClusterToParametersMap & | m_clusterToParametersMap |
| The map [cluster -> cluster parameters]. More... | |
SortByHigherExtrema class.
Definition at line 165 of file LArHitWidthHelper.h.
|
inline |
Constructor.
| clusterToParametersMap | the map [cluster -> cluster parameters] |
Definition at line 383 of file LArHitWidthHelper.h.
| bool lar_content::LArHitWidthHelper::SortByHigherXExtrema::operator() | ( | const pandora::Cluster *const | pLhs, |
| const pandora::Cluster *const | pRhs | ||
| ) |
Sort clusters by the higher x extremal point of their constituent hits.
| pLhs | first cluster |
| pRhs | second cluster |
Definition at line 63 of file LArHitWidthHelper.cc.
|
private |
The map [cluster -> cluster parameters].
Definition at line 186 of file LArHitWidthHelper.h.
1.8.5