DeltaRaySplittingAlgorithm.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArTwoDReco/LArClusterSplitting/DeltaRaySplittingAlgorithm.h
3  *
4  * @brief Header file for the delta ray splitting algorithm class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_DELTA_RAY_SPLITTING_ALGORITHM_H
9 #define LAR_DELTA_RAY_SPLITTING_ALGORITHM_H 1
10 
12 
13 namespace lar_content
14 {
15 
16 /**
17  * @brief DeltaRaySplittingAlgorithm 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 
34  float m_stepSize; ///<
38 };
39 
40 } // namespace lar_content
41 
42 #endif // #ifndef LAR_DELTA_RAY_SPLITTING_ALGORITHM_H
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.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Header file for the two dimensional sliding fit splitting and splicing algorithm class.