SortingHelper class.
More...
#include <SortingHelper.h>
|
static bool | SortClustersByNHits (const pandora::Cluster *const pLhs, const pandora::Cluster *const pRhs) |
| Sort clusters by inner layer, and hadronic energy for same layer. More...
|
|
static bool | SortClustersByInnerLayer (const pandora::Cluster *const pLhs, const pandora::Cluster *const pRhs) |
|
static bool | SortCaloHitsByLayer (const pandora::CaloHit *const pLhs, const pandora::CaloHit *const pRhs) |
|
static bool | SortBranchesBySize (const Branch &lhs, const Branch &rhs) |
| Sort branches by size. More...
|
|
static bool | SortTracksByEnergy (const pandora::Track *const pLhs, const pandora::Track *const pRhs) |
| Sort tracks by energy at dca. More...
|
|
static bool | SortTracksByMomentum (const pandora::Track *const pLhs, const pandora::Track *const pRhs) |
|
static bool | SortHitsByPosition (const pandora::CaloHit *const pLhs, const pandora::CaloHit *const pRhs) |
|
static bool | SortConnectorsByFromPosition (const april_content::Connector *const pLhs, const april_content::Connector *const pRhs) |
|
bool april_content::SortingHelper::SortBranchesBySize |
( |
const Branch & |
lhs, |
|
|
const Branch & |
rhs |
|
) |
| |
|
static |
Sort branches by size.
- Parameters
-
lhs | the left handed branch to compare |
rhs | the right handed branch to compare |
bool april_content::SortingHelper::SortClustersByNHits |
( |
const pandora::Cluster *const |
pLhs, |
|
|
const pandora::Cluster *const |
pRhs |
|
) |
| |
|
static |
Sort clusters by inner layer, and hadronic energy for same layer.
- Parameters
-
pLhs | the left handed cluster to compare |
pRhs | the right handed cluster to compare |
bool april_content::SortingHelper::SortTracksByEnergy |
( |
const pandora::Track *const |
pLhs, |
|
|
const pandora::Track *const |
pRhs |
|
) |
| |
|
static |
Sort tracks by energy at dca.
- Parameters
-
pLhs | the left handed track to compare |
pRhs | the right handed track to compare |
The documentation for this class was generated from the following files: