SlidingConeClusterMopUpAlgorithm class.
More...
#include "SlidingConeClusterMopUpAlgorithm.h"
|
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.
|
|
◆ ClusterMergeList
◆ ClusterMergeMap
◆ ClusterToPfoMap
◆ SlidingConeClusterMopUpAlgorithm()
lar_content::SlidingConeClusterMopUpAlgorithm::SlidingConeClusterMopUpAlgorithm |
( |
| ) |
|
◆ GetAvailableTwoDClusters()
void lar_content::SlidingConeClusterMopUpAlgorithm::GetAvailableTwoDClusters |
( |
pandora::ClusterVector & |
availableClusters2D | ) |
const |
|
private |
Get all available 2d clusters contained in the input cluster lists.
- Parameters
-
availableClusters2D | to receive the sorted list of available 2d clusters |
Definition at line 120 of file SlidingConeClusterMopUpAlgorithm.cc.
◆ GetClusterMergeMap()
Get the cluster merge map describing all potential 3d cluster merges.
- Parameters
-
pVertex | the neutrino interaction vertex, if available |
clusters3D | the sorted list of 3d clusters |
availableClusters2D | the sorted list of available 2d clusters |
clusterMergeMap | to receive the populated cluster merge map |
Definition at line 146 of file SlidingConeClusterMopUpAlgorithm.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.
◆ GetInteractionVertex()
void lar_content::SlidingConeClusterMopUpAlgorithm::GetInteractionVertex |
( |
const pandora::Vertex *& |
pVertex | ) |
const |
|
private |
Get the neutrino interaction vertex if it is available and if the algorithm is configured to do so.
- Parameters
-
pVertex | to receive the neutrino interaction vertex |
Definition at line 71 of file SlidingConeClusterMopUpAlgorithm.cc.
◆ 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.
◆ GetParentCluster()
Select the parent cluster (same hit type and most hits) using a provided cluster list and hit type.
- Parameters
-
clusterList | the cluster list |
hitType | the hit type |
- Returns
- the address of the parent cluster
Definition at line 61 of file PfoMopUpBaseAlgorithm.cc.
◆ GetThreeDClusters()
Get all 3d clusters contained in the input pfo lists and a mapping from clusters to pfos.
- Parameters
-
clusters3D | to receive the sorted list of 3d clusters |
clusterToPfoMap | to receive the mapping from 3d cluster to pfo |
Definition at line 85 of file SlidingConeClusterMopUpAlgorithm.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::SlidingConeClusterMopUpAlgorithm::MakeClusterMerges |
( |
const ClusterToPfoMap & |
clusterToPfoMap, |
|
|
const ClusterMergeMap & |
clusterMergeMap |
|
) |
| const |
|
private |
Make cluster merges based on the provided cluster merge map.
- Parameters
-
clusterToPfoMap | the mapping from 3d cluster to pfo |
clusterMergeMap | the populated cluster merge map |
Definition at line 207 of file SlidingConeClusterMopUpAlgorithm.cc.
◆ MergeAndDeletePfos()
Merge and delete a pair of pfos, with a specific set of conventions for cluster merging, vertex use, etc.
- Parameters
-
pPfoToEnlarge | the address of the pfo to enlarge |
pPfoToDelete | the address of the pfo to delete (will become a dangling pointer) |
Definition at line 20 of file PfoMopUpBaseAlgorithm.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::SlidingConeClusterMopUpAlgorithm::Run |
( |
| ) |
|
|
privatevirtual |
◆ m_coneBoundedFraction
float lar_content::SlidingConeClusterMopUpAlgorithm::m_coneBoundedFraction |
|
private |
◆ m_coneLengthMultiplier
float lar_content::SlidingConeClusterMopUpAlgorithm::m_coneLengthMultiplier |
|
private |
◆ m_coneTanHalfAngle
float lar_content::SlidingConeClusterMopUpAlgorithm::m_coneTanHalfAngle |
|
private |
◆ m_daughterListNames
◆ m_halfWindowLayers
unsigned int lar_content::SlidingConeClusterMopUpAlgorithm::m_halfWindowLayers |
|
private |
◆ m_inputPfoListNames
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_maxConeLength
float lar_content::SlidingConeClusterMopUpAlgorithm::m_maxConeLength |
|
private |
◆ m_maxHitsToConsider2DCluster
unsigned int lar_content::SlidingConeClusterMopUpAlgorithm::m_maxHitsToConsider2DCluster |
|
private |
◆ m_maxHitsToConsider3DTrack
unsigned int lar_content::SlidingConeClusterMopUpAlgorithm::m_maxHitsToConsider3DTrack |
|
private |
◆ m_maxIterations
unsigned int lar_content::SlidingConeClusterMopUpAlgorithm::m_maxIterations |
|
private |
◆ m_minHitsToConsider3DShower
unsigned int lar_content::SlidingConeClusterMopUpAlgorithm::m_minHitsToConsider3DShower |
|
private |
◆ m_nConeFitLayers
unsigned int lar_content::SlidingConeClusterMopUpAlgorithm::m_nConeFitLayers |
|
private |
◆ m_nConeFits
unsigned int lar_content::SlidingConeClusterMopUpAlgorithm::m_nConeFits |
|
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.
◆ m_useVertex
bool lar_content::SlidingConeClusterMopUpAlgorithm::m_useVertex |
|
private |
The documentation for this class was generated from the following files: