LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
ListPruningAlgorithm class. More...
#include "ListPruningAlgorithm.h"
Public Member Functions | |
ListPruningAlgorithm () | |
Default constructor. More... | |
Private Member Functions | |
pandora::StatusCode | Run () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
pandora::StringVector | m_pfoListNames |
The pfo list names. More... | |
pandora::StringVector | m_clusterListNames |
The cluster list names. More... | |
pandora::StringVector | m_vertexListNames |
The vertex list names. More... | |
bool | m_warnIfObjectsUnavailable |
Whether to print warning if attempt made to delete unavailable objects. More... | |
ListPruningAlgorithm class.
Definition at line 19 of file ListPruningAlgorithm.h.
lar_content::ListPruningAlgorithm::ListPruningAlgorithm | ( | ) |
Default constructor.
Definition at line 18 of file ListPruningAlgorithm.cc.
|
private |
Definition at line 113 of file ListPruningAlgorithm.cc.
References m_clusterListNames, m_pfoListNames, m_vertexListNames, and m_warnIfObjectsUnavailable.
|
private |
Definition at line 25 of file ListPruningAlgorithm.cc.
References m_clusterListNames, m_pfoListNames, m_vertexListNames, and m_warnIfObjectsUnavailable.
|
private |
The cluster list names.
Definition at line 32 of file ListPruningAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
The pfo list names.
Definition at line 31 of file ListPruningAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
The vertex list names.
Definition at line 33 of file ListPruningAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
Whether to print warning if attempt made to delete unavailable objects.
Definition at line 34 of file ListPruningAlgorithm.h.
Referenced by ReadSettings(), and Run().