APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
TrackRecoveryInteractionsAlgorithm class. More...
#include <TrackRecoveryInteractionsAlgorithm.h>
Classes | |
class | Factory |
Private Member Functions | |
pandora::StatusCode | Run () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
float | m_maxTrackClusterDistance |
Max distance between track and cluster to allow track-cluster association. | |
float | m_trackClusterDistanceCut |
Must pass 1 / 3 cuts: max distance between track and cluster. | |
float | m_clusterEnergyCut |
Must pass 1 / 3 cuts: max cluster hadronic energy. | |
float | m_directionCosineCut |
Must pass 1 / 3 cuts: min cos angle between track to calorimeter proj. and track to cluster. | |
float | m_maxTrackAssociationChi |
Max value of track-cluster consistency chi to allow track-cluster association. | |
unsigned int | m_maxSearchLayer |
Max pseudo layer to examine when calculating track-cluster distance. | |
float | m_parallelDistanceCut |
Max allowed projection of track-hit separation along track direction. | |
float | m_minTrackClusterCosAngle |
Min cos(angle) between track and cluster initial direction. | |