Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
ListMergingAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_LIST_MERGING_ALGORITHM_H
9#define LAR_LIST_MERGING_ALGORITHM_H 1
10
11#include "Pandora/Algorithm.h"
12
13namespace lar_content
14{
15
34
35} // namespace lar_content
36
37#endif // #ifndef LAR_LIST_MERGING_ALGORITHM_H
Header file for the algorithm class.
pandora::StringVector m_sourceVertexListNames
The source vertex list names.
pandora::StringVector m_sourcePfoListNames
The source pfo list names.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
pandora::StatusCode Run()
Run the algorithm.
pandora::StringVector m_targetClusterListNames
The target cluster list names.
pandora::StringVector m_targetPfoListNames
The target pfo list names.
pandora::StringVector m_sourceClusterListNames
The source cluster list names.
pandora::StringVector m_targetVertexListNames
The target vertex list names.
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.