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