Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
ListChangingAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_LIST_CHANGING_ALGORITHM_H
9#define LAR_LIST_CHANGING_ALGORITHM_H 1
10
11#include "Pandora/Algorithm.h"
12
13namespace lar_content
14{
15
20{
21private:
24
25 std::string m_caloHitListName;
26 std::string m_clusterListName;
27 std::string m_vertexListName;
28 std::string m_pfoListName;
29};
30
31} // namespace lar_content
32
33#endif // #ifndef LAR_LIST_CHANGING_ALGORITHM_H
Header file for the algorithm class.
ListChangingAlgorithm::Algorithm class.
pandora::StatusCode Run()
Run the algorithm.
std::string m_pfoListName
The pfo list name to set as the current pfo list.
std::string m_clusterListName
The cluster list name to set as the current cluster list.
std::string m_caloHitListName
The calo hit list name to set as the current calo hit list.
std::string m_vertexListName
The vertex list name to set as the current vertex list.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
Definition Algorithm.h:21
StatusCode
The StatusCode enum.