LongitudinalExtensionAlgorithm class.
More...
#include "LongitudinalExtensionAlgorithm.h"
|
void | PopulateClusterMergeMap (const pandora::ClusterVector &clusterVector, ClusterMergeMap &clusterMergeMatrix) const |
| Form associations between pointing clusters.
|
|
virtual pandora::StatusCode | Run () |
| Run the algorithm.
|
|
void | MergeClusters (pandora::ClusterVector &clusterVector, ClusterMergeMap &clusterMergeMap) const |
| Merge associated clusters.
|
|
void | CollectAssociatedClusters (const pandora::Cluster *const pSeedCluster, const ClusterMergeMap &clusterMergeMap, pandora::ClusterList &associatedClusterList) const |
| Collect up all clusters associations related to a given seed cluster.
|
|
void | CollectAssociatedClusters (const pandora::Cluster *const pSeedCluster, const pandora::Cluster *const pCurrentCluster, const ClusterMergeMap &clusterMergeMap, const pandora::ClusterSet &clusterVetoList, pandora::ClusterList &associatedClusterList) const |
| Collect up all clusters associations related to a given seed cluster.
|
|
void | GetSortedListOfCleanClusters (const pandora::ClusterVector &inputClusters, pandora::ClusterVector &outputClusters) const |
| Sort the selected clusters, so that they have a well-defined ordering.
|
|
virtual StatusCode | Initialize () |
| Perform any operations that must occur after reading settings, but before running the process.
|
|
virtual StatusCode | Reset () |
| Perform any operations when pandora is reset, typically at the end of each event.
|
|
StatusCode | RegisterDetails (const Pandora *const pPandora, const std::string &type, const std::string &instanceName) |
| Register i) the pandora instance that will run the process and ii) the process type.
|
|
◆ ClusterAssociationMap
◆ ClusterAssociationMatrix
◆ ClusterMergeMap
◆ LongitudinalExtensionAlgorithm()
lar_content::LongitudinalExtensionAlgorithm::LongitudinalExtensionAlgorithm |
( |
| ) |
|
◆ CollectAssociatedClusters() [1/2]
Collect up all clusters associations related to a given seed cluster.
- Parameters
-
pSeedCluster | pointer to the initial cluster |
clusterMergeMap | the map of cluster associations |
associatedClusterList | the output list of associated clusters |
Definition at line 97 of file ClusterMergingAlgorithm.cc.
◆ CollectAssociatedClusters() [2/2]
Collect up all clusters associations related to a given seed cluster.
- Parameters
-
pSeedCluster | pointer to the initial cluster |
pCurrentCluster | pointer to the current cluster |
clusterMergeMap | the map of cluster associations |
clusterVetoList | the list of clusters that have already been merged |
associatedClusterList | the output list of associated clusters |
Definition at line 106 of file ClusterMergingAlgorithm.cc.
◆ FillClusterAssociationMatrix() [1/2]
Form association between two pointing clusters.
- Parameters
-
clusterI | the first pointing cluster |
clusterJ | the second pointing cluster |
clusterAssociationMatrix | the matrix of cluster associations |
Definition at line 89 of file LongitudinalExtensionAlgorithm.cc.
◆ FillClusterAssociationMatrix() [2/2]
◆ FillClusterMergeMap()
◆ GetInstanceName()
const std::string & pandora::Process::GetInstanceName |
( |
| ) |
const |
|
inlineinherited |
Get the instance name.
- Returns
- The instance name
Definition at line 109 of file Process.h.
◆ GetListOfCleanClusters()
◆ GetPandora()
const Pandora & pandora::Process::GetPandora |
( |
| ) |
const |
|
inlineinherited |
Get the associated pandora instance.
- Returns
- the associated pandora instance
Definition at line 116 of file Process.h.
◆ GetSortedListOfCleanClusters()
Sort the selected clusters, so that they have a well-defined ordering.
- Parameters
-
inputClusters | the input vector of clusters |
outputClusters | the output vector of clusters |
Definition at line 135 of file ClusterMergingAlgorithm.cc.
◆ GetType()
const std::string & pandora::Process::GetType |
( |
| ) |
const |
|
inlineinherited |
Get the type.
- Returns
- The type
Definition at line 102 of file Process.h.
◆ Initialize()
|
inlineprotectedvirtualinherited |
◆ MergeClusters()
Merge associated clusters.
- Parameters
-
clusterVector | the vector of clean clusters |
clusterMergeMap | the matrix of cluster associations |
Definition at line 62 of file ClusterMergingAlgorithm.cc.
◆ PopulateClusterMergeMap()
|
protectedvirtualinherited |
◆ ReadSettings()
◆ RegisterDetails()
StatusCode pandora::Process::RegisterDetails |
( |
const Pandora *const |
pPandora, |
|
|
const std::string & |
type, |
|
|
const std::string & |
instanceName |
|
) |
| |
|
inlineprotectedinherited |
Register i) the pandora instance that will run the process and ii) the process type.
- Parameters
-
pPandora | address of the pandora object that will run the process |
type | the process type |
instanceName | the process instance name |
Definition at line 146 of file Process.h.
◆ Reset()
|
inlineprotectedvirtualinherited |
◆ Run()
StatusCode lar_content::ClusterMergingAlgorithm::Run |
( |
| ) |
|
|
protectedvirtualinherited |
◆ m_clusterMinLayerOccupancy
float lar_content::LongitudinalExtensionAlgorithm::m_clusterMinLayerOccupancy |
|
private |
◆ m_clusterMinLength
float lar_content::LongitudinalExtensionAlgorithm::m_clusterMinLength |
|
private |
◆ m_emissionMaxCosRelativeAngle
float lar_content::LongitudinalExtensionAlgorithm::m_emissionMaxCosRelativeAngle |
|
private |
◆ m_emissionMaxLongitudinalDisplacement
float lar_content::LongitudinalExtensionAlgorithm::m_emissionMaxLongitudinalDisplacement |
|
private |
◆ m_emissionMaxTransverseDisplacement
float lar_content::LongitudinalExtensionAlgorithm::m_emissionMaxTransverseDisplacement |
|
private |
◆ m_inputClusterListName
std::string lar_content::ClusterMergingAlgorithm::m_inputClusterListName |
|
protectedinherited |
The name of the input cluster list. If not specified, will access current list.
Definition at line 83 of file ClusterMergingAlgorithm.h.
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_nodeMaxCosRelativeAngle
float lar_content::LongitudinalExtensionAlgorithm::m_nodeMaxCosRelativeAngle |
|
private |
◆ m_nodeMaxDisplacement
float lar_content::LongitudinalExtensionAlgorithm::m_nodeMaxDisplacement |
|
private |
◆ m_pPandora
const Pandora* pandora::Process::m_pPandora |
|
protectedinherited |
The pandora object that will run the process.
Definition at line 87 of file Process.h.
◆ m_type
std::string pandora::Process::m_type |
|
protectedinherited |
The process type.
Definition at line 88 of file Process.h.
The documentation for this class was generated from the following files: