LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 
13 namespace lar_content
14 {
15 
19 class ListMergingAlgorithm : public pandora::Algorithm
20 {
21 private:
22  pandora::StatusCode Run();
23  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
24 
25  pandora::StringVector m_sourceVertexListNames;
26  pandora::StringVector m_targetVertexListNames;
27 
28  pandora::StringVector m_sourceClusterListNames;
29  pandora::StringVector m_targetClusterListNames;
30 
31  pandora::StringVector m_sourcePfoListNames;
32  pandora::StringVector m_targetPfoListNames;
33 };
34 
35 } // namespace lar_content
36 
37 #endif // #ifndef LAR_LIST_MERGING_ALGORITHM_H
pandora::StringVector m_targetClusterListNames
The target cluster list names.
pandora::StringVector m_targetPfoListNames
The target pfo list names.
pandora::StringVector m_targetVertexListNames
The target vertex list names.
pandora::StringVector m_sourceClusterListNames
The source cluster list names.
ListMergingAlgorithm class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
pandora::StringVector m_sourcePfoListNames
The source pfo list names.
pandora::StringVector m_sourceVertexListNames
The source vertex list names.