Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
ListPruningAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_LIST_PRUNING_ALGORITHM_H
9#define LAR_LIST_PRUNING_ALGORITHM_H 1
10
11#include "Pandora/Algorithm.h"
12
13namespace lar_content
14{
15
36
37} // namespace lar_content
38
39#endif // #ifndef LAR_LIST_PRUNING_ALGORITHM_H
Header file for the algorithm class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
pandora::StringVector m_pfoListNames
The pfo list names.
pandora::StringVector m_vertexListNames
The vertex list names.
pandora::StringVector m_clusterListNames
The cluster list names.
pandora::StatusCode Run()
Run the algorithm.
bool m_warnIfObjectsUnavailable
Whether to print warning if attempt made to delete unavailable objects.
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
Definition Algorithm.h:21
std::vector< std::string > StringVector
StatusCode
The StatusCode enum.