LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
DeltaRaySplittingAlgorithm.h
Go to the documentation of this file.
1 
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 
20 {
21 public:
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.