APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
ClustersMergingAlgorithm class. More...
#include <ClustersMergingAlgorithm.h>
Classes | |
class | Factory |
Factory class for instantiating algorithm. More... | |
Private Member Functions | |
pandora::StatusCode | Run () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
pandora::StatusCode | GetEligibleClusters (std::vector< APRILCluster * > &clusterVector) const |
Private Attributes | |
float | m_maxChi |
float | m_lowEnergyMaxChi |
float | m_maxMergingEnergy |
bool | m_useEnergyChi |
bool | m_useMCTruth |
bool | m_mergeIssue |
bool | m_mergeError |
bool | m_onlyMergeCharged |
ClustersMergingAlgorithm class.