Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
TransverseExtensionAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_TRANSVERSE_EXTENSION_ALGORITHM_H
9#define LAR_TRANSVERSE_EXTENSION_ALGORITHM_H 1
10
11#include "Pandora/Algorithm.h"
12
14
16
17namespace lar_content
18{
19
24{
25public:
30
31private:
32 void GetListOfCleanClusters(const pandora::ClusterList *const pClusterList, pandora::ClusterVector &clusterVector) const;
33 void FillClusterAssociationMatrix(const pandora::ClusterVector &clusterVector, ClusterAssociationMatrix &clusterAssociationMatrix) const;
34 void FillClusterMergeMap(const ClusterAssociationMatrix &clusterAssociationMatrix, ClusterMergeMap &clusterMergeMap) const;
35
43 void FillClusterAssociationMatrix(const LArPointingCluster &parentCluster, const pandora::Cluster *const pDaughterCluster,
44 ClusterAssociationMatrix &clusterAssociationMatrix) const;
45
47
51};
52
53} // namespace lar_content
54
55#endif // #ifndef LAR_TRANSVERSE_EXTENSION_ALGORITHM_H
Header file for the algorithm class.
Header file for the cluster extension algorithm class.
Header file for the lar pointing cluster class.
std::unordered_map< const pandora::Cluster *, ClusterAssociationMap > ClusterAssociationMatrix
LArPointingCluster class.
void FillClusterMergeMap(const ClusterAssociationMatrix &clusterAssociationMatrix, ClusterMergeMap &clusterMergeMap) const
Fill the cluster merge map.
void GetListOfCleanClusters(const pandora::ClusterList *const pClusterList, pandora::ClusterVector &clusterVector) const
Populate cluster vector with subset of cluster list, containing clusters judged to be clean.
void FillClusterAssociationMatrix(const pandora::ClusterVector &clusterVector, ClusterAssociationMatrix &clusterAssociationMatrix) const
Fill the cluster association matrix.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
Cluster class.
Definition Cluster.h:31
std::unordered_map< const pandora::Cluster *, pandora::ClusterList > ClusterMergeMap
std::vector< const Cluster * > ClusterVector
MANAGED_CONTAINER< const Cluster * > ClusterList
StatusCode
The StatusCode enum.