DeltaRayGrowingAlgorithm class.
More...
#include "DeltaRayGrowingAlgorithm.h"
|
virtual pandora::StatusCode | Run () |
| Run the algorithm.
|
|
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.
|
|
◆ ClusterMergeMap
◆ DeltaRayGrowingAlgorithm()
lar_content::DeltaRayGrowingAlgorithm::DeltaRayGrowingAlgorithm |
( |
| ) |
|
◆ 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()
◆ GetListOfNonSeedClusters()
Get List of non-seed clusters.
- Parameters
-
inputClusters | the input vector of clean clusters |
seedClusters | the input vector of seed clusters |
nonSeedClusters | the output vector of non-seed clusters |
Definition at line 72 of file ClusterGrowingAlgorithm.cc.
◆ GetListOfSeedClusters()
◆ 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.
◆ GetPfos()
void lar_content::DeltaRayGrowingAlgorithm::GetPfos |
( |
const std::string |
inputPfoListName, |
|
|
pandora::PfoVector & |
pfoVector |
|
) |
| const |
|
private |
Get a vector of Pfos from an input Pfo list name.
- Parameters
-
inputPfoListName | the input Pfo list name |
pfoVector | the output vector of Pfos |
Definition at line 105 of file DeltaRayGrowingAlgorithm.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()
void lar_content::ClusterGrowingAlgorithm::MergeClusters |
( |
const ClusterMergeMap & |
clusterMergeMap | ) |
const |
|
privateinherited |
◆ PopulateClusterMergeMap()
Identify a set of cluster merges.
- Parameters
-
seedClusters | the input vector of seed clusters |
nonSeedClusters | the input vector of non-seed clusters |
clusterMergeMap | the output map of cluster merges |
Definition at line 90 of file ClusterGrowingAlgorithm.cc.
◆ 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::ClusterGrowingAlgorithm::Run |
( |
| ) |
|
|
protectedvirtualinherited |
◆ m_daughterPfoListName
std::string lar_content::DeltaRayGrowingAlgorithm::m_daughterPfoListName |
|
private |
◆ m_inputClusterListName
std::string lar_content::ClusterGrowingAlgorithm::m_inputClusterListName |
|
privateinherited |
The name of the input cluster list. If not specified, will access current list.
Definition at line 79 of file ClusterGrowingAlgorithm.h.
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_maxClusterSeparation
float lar_content::ClusterGrowingAlgorithm::m_maxClusterSeparation |
|
privateinherited |
◆ m_maxSeedClusterDisplacement
float lar_content::DeltaRayGrowingAlgorithm::m_maxSeedClusterDisplacement |
|
private |
◆ m_maxSeedClusterLength
float lar_content::DeltaRayGrowingAlgorithm::m_maxSeedClusterLength |
|
private |
◆ m_minCaloHitsPerCluster
unsigned int lar_content::DeltaRayGrowingAlgorithm::m_minCaloHitsPerCluster |
|
private |
◆ m_minSeedClusterCaloHits
unsigned int lar_content::DeltaRayGrowingAlgorithm::m_minSeedClusterCaloHits |
|
private |
◆ m_parentPfoListName
std::string lar_content::DeltaRayGrowingAlgorithm::m_parentPfoListName |
|
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: