LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
MopUpBaseAlgorithm class. More...
#include "MopUpBaseAlgorithm.h"
Public Member Functions | |
template<typename T > | |
const std::string | GetListName (const T *const pT) const |
Find the name of the list hosting a specific object. More... | |
Protected Member Functions | |
virtual pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Protected Attributes | |
pandora::StringVector | m_daughterListNames |
The list of potential daughter object list names. More... | |
MopUpBaseAlgorithm class.
Definition at line 19 of file MopUpBaseAlgorithm.h.
template const std::string lar_content::MopUpBaseAlgorithm::GetListName | ( | const T *const | pT | ) | const |
Find the name of the list hosting a specific object.
pT | the address of the object |
Definition at line 19 of file MopUpBaseAlgorithm.cc.
Referenced by lar_content::IsolatedClusterMopUpAlgorithm::DissolveClustersToHits(), lar_content::ClusterMopUpBaseAlgorithm::MakeClusterMerges(), and lar_content::SlidingConeClusterMopUpAlgorithm::MakeClusterMerges().
|
protectedvirtual |
Reimplemented in lar_content::VertexBasedPfoMopUpAlgorithm, lar_content::SlidingConePfoMopUpAlgorithm, lar_content::SlidingConeClusterMopUpAlgorithm, lar_content::ClusterMopUpBaseAlgorithm, lar_content::BoundedClusterMopUpAlgorithm, lar_content::IsolatedClusterMopUpAlgorithm, lar_content::ShowerHierarchyMopUpAlgorithm, lar_content::ConeClusterMopUpAlgorithm, lar_content::PfoMopUpBaseAlgorithm, lar_content::NearbyClusterMopUpAlgorithm, and lar_content::ShowerPfoMopUpAlgorithm.
Definition at line 42 of file MopUpBaseAlgorithm.cc.
Referenced by lar_content::ClusterMopUpBaseAlgorithm::ReadSettings().
|
protected |
The list of potential daughter object list names.
Definition at line 35 of file MopUpBaseAlgorithm.h.
Referenced by lar_content::SlidingConeClusterMopUpAlgorithm::GetAvailableTwoDClusters(), lar_content::ClusterMopUpBaseAlgorithm::GetDaughterClusterLists(), lar_content::SlidingConePfoMopUpAlgorithm::ReadSettings(), and lar_content::VertexBasedPfoMopUpAlgorithm::ReadSettings().