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 112 of file ListPruningAlgorithm.cc.
|
private |
Definition at line 24 of file ListPruningAlgorithm.cc.
|
private |
The cluster list names.
Definition at line 32 of file ListPruningAlgorithm.h.
|
private |
The pfo list names.
Definition at line 31 of file ListPruningAlgorithm.h.
|
private |
The vertex list names.
Definition at line 33 of file ListPruningAlgorithm.h.
|
private |
Whether to print warning if attempt made to delete unavailable objects.
Definition at line 34 of file ListPruningAlgorithm.h.
1.8.11