LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 166 of file LArHitWidthHelper.h.
|
inline |
Constructor.
clusterToParametersMap | the map [cluster -> cluster parameters] |
Definition at line 404 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.
References lar_content::LArHitWidthHelper::GetClusterParameters(), and lar_content::LArHitWidthHelper::ClusterParameters::GetHigherXExtrema().
|
private |
The map [cluster -> cluster parameters].
Definition at line 187 of file LArHitWidthHelper.h.