ClusterMopUpBaseAlgorithm class.
More...
#include "ClusterMopUpBaseAlgorithm.h"
|
virtual pandora::StatusCode | Run () |
| Run the algorithm.
|
|
virtual void | GetPfoClusterLists (pandora::ClusterList &clusterListU, pandora::ClusterList &clusterListV, pandora::ClusterList &clusterListW) const |
| Get the two dimensional clusters contained in the input pfo list, divided into three different views.
|
|
virtual void | GetDaughterClusterLists (pandora::ClusterList &clusterListU, pandora::ClusterList &clusterListV, pandora::ClusterList &clusterListW) const |
| Get the two dimensional clusters contained in the input remant/daughter cluster lists, divided into three different views.
|
|
virtual void | GetClusterLists (const pandora::ClusterList &inputClusterList, const bool availabilityFlag, pandora::ClusterList &clusterListU, pandora::ClusterList &clusterListV, pandora::ClusterList &clusterListW) const |
| Get the two dimensional clusters contained in an input cluster list, divided into three different views.
|
|
virtual void | ClusterMopUp (const pandora::ClusterList &pfoClusters, const pandora::ClusterList &remnantClusters) const =0 |
| Cluster mop up for a single view. This function is responsible for instructing pandora to make cluster alterations.
|
|
virtual void | MakeClusterMerges (const ClusterAssociationMap &clusterAssociationMap) const |
| Make the cluster merges specified in the cluster association map, using list name information in the cluster list name map.
|
|
virtual pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
| Read the algorithm settings.
|
|
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.
|
|
◆ AssociationDetails
◆ ClusterAssociationMap
◆ ClusterMopUpBaseAlgorithm()
lar_content::ClusterMopUpBaseAlgorithm::ClusterMopUpBaseAlgorithm |
( |
| ) |
|
◆ ClusterMopUp()
◆ GetClusterLists()
Get the two dimensional clusters contained in an input cluster list, divided into three different views.
- Parameters
-
inputClusterList | the input cluster list |
availabilityFlag | only clusters with matching availability will be considered |
clusterListU | to receive the list of clusters in the u view |
clusterListV | to receive the list of clusters in the v view |
clusterListW | to receive the list of clusters in the w view |
Definition at line 81 of file ClusterMopUpBaseAlgorithm.cc.
◆ GetDaughterClusterLists()
Get the two dimensional clusters contained in the input remant/daughter cluster lists, divided into three different views.
- Parameters
-
clusterListU | to receive the list of clusters in the u view |
clusterListV | to receive the list of clusters in the v view |
clusterListW | to receive the list of clusters in the w view |
Definition at line 66 of file ClusterMopUpBaseAlgorithm.cc.
◆ 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.
◆ GetListName()
template<typename T >
template const std::string lar_content::MopUpBaseAlgorithm::GetListName |
( |
const T *const |
pT | ) |
const |
|
inherited |
Find the name of the list hosting a specific object.
- Parameters
-
pT | the address of the object |
- Returns
- the name of the list
Definition at line 19 of file MopUpBaseAlgorithm.cc.
◆ 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.
◆ GetPfoClusterLists()
Get the two dimensional clusters contained in the input pfo list, divided into three different views.
- Parameters
-
clusterListU | to receive the list of clusters in the u view |
clusterListV | to receive the list of clusters in the v view |
clusterListW | to receive the list of clusters in the w view |
Definition at line 44 of file ClusterMopUpBaseAlgorithm.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 |
◆ MakeClusterMerges()
void lar_content::ClusterMopUpBaseAlgorithm::MakeClusterMerges |
( |
const ClusterAssociationMap & |
clusterAssociationMap | ) |
const |
|
protectedvirtual |
Make the cluster merges specified in the cluster association map, using list name information in the cluster list name map.
- Parameters
-
clusterAssociationMap | the cluster association map |
Definition at line 103 of file ClusterMopUpBaseAlgorithm.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::ClusterMopUpBaseAlgorithm::Run |
( |
| ) |
|
|
protectedvirtual |
◆ m_daughterListNames
◆ m_excludePfosContainingTracks
bool lar_content::ClusterMopUpBaseAlgorithm::m_excludePfosContainingTracks |
|
protected |
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_pfoListNames
◆ 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: