ConeClusterMopUpAlgorithm class.
More...
#include "ConeClusterMopUpAlgorithm.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 | 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 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
◆ Coordinate
◆ CoordinateList
◆ ConeClusterMopUpAlgorithm()
lar_content::ConeClusterMopUpAlgorithm::ConeClusterMopUpAlgorithm |
( |
| ) |
|
◆ ClusterMopUp()
◆ GetClusterLists()
|
protectedvirtualinherited |
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()
|
protectedvirtualinherited |
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()
|
protectedvirtualinherited |
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 |
|
protectedvirtualinherited |
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 |
( |
| ) |
|
|
protectedvirtualinherited |
◆ SortCoordinates()
bool lar_content::ConeClusterMopUpAlgorithm::SortCoordinates |
( |
const Coordinate & |
lhs, |
|
|
const Coordinate & |
rhs |
|
) |
| |
|
staticprivate |
Sort coordinates by increasing transverse displacement.
- Parameters
-
lhs | the first coordinate for comparison |
rhs | the second coordinate for comparison |
- Returns
- boolean
Definition at line 168 of file ConeClusterMopUpAlgorithm.cc.
◆ m_coneAngleCentile
float lar_content::ConeClusterMopUpAlgorithm::m_coneAngleCentile |
|
private |
Cluster cone angle is defined using specified centile of distribution of hit half angles.
Definition at line 49 of file ConeClusterMopUpAlgorithm.h.
◆ m_daughterListNames
◆ m_excludePfosContainingTracks
bool lar_content::ClusterMopUpBaseAlgorithm::m_excludePfosContainingTracks |
|
protectedinherited |
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_maxConeLengthMultiplier
float lar_content::ConeClusterMopUpAlgorithm::m_maxConeLengthMultiplier |
|
private |
Consider hits as bound if inside cone, with projected distance less than N times cone length.
Definition at line 50 of file ConeClusterMopUpAlgorithm.h.
◆ m_minBoundedFraction
float lar_content::ConeClusterMopUpAlgorithm::m_minBoundedFraction |
|
private |
◆ 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_showerEdgeMultiplier
float lar_content::ConeClusterMopUpAlgorithm::m_showerEdgeMultiplier |
|
private |
◆ m_slidingFitWindow
unsigned int lar_content::ConeClusterMopUpAlgorithm::m_slidingFitWindow |
|
private |
◆ 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: