BranchSplittingAlgorithm.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArTwoDReco/LArClusterSplitting/BranchSplittingAlgorithm.h
3  *
4  * @brief Header file for the branch splitting algorithm class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_BRANCH_SPLITTING_ALGORITHM_H
9 #define LAR_BRANCH_SPLITTING_ALGORITHM_H 1
10 
12 
13 namespace lar_content
14 {
15 
16 /**
17  * @brief BranchSplittingAlgorithm class
18  */
20 {
21 public:
22  /**
23  * @brief Default constructor
24  */
26 
27 private:
28  void FindBestSplitPosition(const TwoDSlidingFitResult &branchSlidingFit, const TwoDSlidingFitResult &replacementSlidingFit,
29  pandora::CartesianVector &replacementStartPosition, pandora::CartesianVector &branchSplitPosition,
30  pandora::CartesianVector &branchSplitDirection) const;
31 
32  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
33 
39 };
40 
41 } // namespace lar_content
42 
43 #endif // #ifndef LAR_BRANCH_SPLITTING_ALGORITHM_H
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
void FindBestSplitPosition(const TwoDSlidingFitResult &branchSlidingFit, const TwoDSlidingFitResult &replacementSlidingFit, pandora::CartesianVector &replacementStartPosition, pandora::CartesianVector &branchSplitPosition, pandora::CartesianVector &branchSplitDirection) const
Output the best split positions in branch and replacement clusters.
Header file for the two dimensional sliding fit splitting and splicing algorithm class.
BranchSplittingAlgorithm class.