LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
SimplePCAThreeDClusteringTool.h
Go to the documentation of this file.
1 
9 #ifndef LAR_SIMPLE_PCA_THREE_D_CLUSTERING_TOOL_H
10 #define LAR_SIMPLE_PCA_THREE_D_CLUSTERING_TOOL_H 1
11 
12 #include "Pandora/Algorithm.h"
14 
15 namespace lar_content
16 {
17 
19 {
20 public:
22 
23 private:
24  bool Run(const pandora::CaloHitList &inputCaloHitList, std::vector<pandora::CaloHitList> &outputCaloHitListsVector);
25 
26  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle /*xmlHandle*/);
27 };
28 
29 } // namespace lar_content
30 
31 #endif // #endif LAR_SIMPLE_PCA_THREE_D_CLUSTERING_TOOL_H
Header file for the reclustering algorithm class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle)
bool Run(const pandora::CaloHitList &inputCaloHitList, std::vector< pandora::CaloHitList > &outputCaloHitListsVector)