ConeBasedMergingAlgorithm class.
More...
#include <ConeBasedMergingAlgorithm.h>
|
typedef std::map< const
pandora::Cluster *, const
pandora::ClusterFitResult > | ClusterFitResultMap |
|
|
pandora::StatusCode | Run () |
|
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
|
pandora::StatusCode | PrepareClusters (pandora::ClusterVector &daughterVector, ClusterFitResultMap &parentFitResultMap) const |
| Prepare clusters for the cone based merging algorithm, applying pre-selection cuts and performing a mip fit to candidate parent clusters. More...
|
|
float | GetFractionInCone (const pandora::Cluster *const pParentCluster, const pandora::Cluster *const pDaughterCluster, const pandora::ClusterFitResult &parentMipFitResult) const |
| Get the fraction of hits in a daughter candidate cluster that are contained in a cluster defined by a mip fit to the parent candidate cluster. More...
|
|
float april_content::ConeBasedMergingAlgorithm::GetFractionInCone |
( |
const pandora::Cluster *const |
pParentCluster, |
|
|
const pandora::Cluster *const |
pDaughterCluster, |
|
|
const pandora::ClusterFitResult & |
parentMipFitResult |
|
) |
| const |
|
private |
Get the fraction of hits in a daughter candidate cluster that are contained in a cluster defined by a mip fit to the parent candidate cluster.
- Parameters
-
pParentCluster | address of the parent candidate cluster |
pDaughterCluster | address of the daughter candidate cluster |
parentMipFitResult | the mip fit result for the parent candidate cluster |
- Returns
- the fraction of the daughter cluster hits contained in the cone
StatusCode april_content::ConeBasedMergingAlgorithm::PrepareClusters |
( |
pandora::ClusterVector & |
daughterVector, |
|
|
ClusterFitResultMap & |
parentFitResultMap |
|
) |
| const |
|
private |
Prepare clusters for the cone based merging algorithm, applying pre-selection cuts and performing a mip fit to candidate parent clusters.
- Parameters
-
daughterVector | to receive the daughter cluster vector |
parentFitResultMap | to receive the parent cluster fit result map |
The documentation for this class was generated from the following files: