LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
PfoHitCleaningAlgorithm.h
Go to the documentation of this file.
1 
8 #ifndef LAR_PFO_HIT_CLEANING_ALGORITHM_H
9 #define LAR_PFO_HIT_CLEANING_ALGORITHM_H 1
10 
11 #include "Pandora/Algorithm.h"
12 
13 namespace lar_content
14 {
15 
19 class PfoHitCleaningAlgorithm : public pandora::Algorithm
20 {
21 private:
22  pandora::StatusCode Run();
23  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
24 
25  pandora::StringVector m_pfoListNames;
26  pandora::StringVector m_clusterListNames;
27 };
28 
29 } // namespace lar_content
30 
31 #endif // #ifndef LAR_PFO_HIT_CLEANING_ALGORITHM_H
pandora::StringVector m_clusterListNames
The list of cluster list names.
pandora::StringVector m_pfoListNames
The list of pfo list names.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
PfoHitCleaningAlgorithm class.