APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
Classes | Static Public Member Functions | List of all members
april_content::SortingHelper Class Reference

SortingHelper class. More...

#include <SortingHelper.h>

Classes

class  SortByTrackClusterCompatibility
 SortByTrackClusterCompatibility class. More...
 
class  SortClusterByOmegaTracks
 SortClusterByOmegaTracks class. More...
 

Static Public Member Functions

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)
 

Detailed Description

SortingHelper class.

Member Function Documentation

bool april_content::SortingHelper::SortBranchesBySize ( const Branch lhs,
const Branch rhs 
)
static

Sort branches by size.

Parameters
lhsthe left handed branch to compare
rhsthe 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
pLhsthe left handed cluster to compare
pRhsthe 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
pLhsthe left handed track to compare
pRhsthe right handed track to compare

The documentation for this class was generated from the following files: