LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 
13 namespace lar_content
14 {
15 
19 class ListChangingAlgorithm : public pandora::Algorithm
20 {
21 private:
22  pandora::StatusCode Run();
23  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
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
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_vertexListName
The vertex list name to set as the current vertex list.
std::string m_caloHitListName
The calo hit list name to set as the current calo hit list.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
ListChangingAlgorithm::Algorithm class.