Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
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
13namespace lar_content
14{
15
20{
21public:
26
27private:
28 void FindBestSplitPosition(const TwoDSlidingFitResult &branchSlidingFit, const TwoDSlidingFitResult &replacementSlidingFit,
29 pandora::CartesianVector &replacementStartPosition, pandora::CartesianVector &branchSplitPosition,
30 pandora::CartesianVector &branchSplitDirection) const;
31
33
34 float m_stepSize;
38};
39
40} // namespace lar_content
41
42#endif // #ifndef LAR_DELTA_RAY_SPLITTING_ALGORITHM_H
Header file for the two dimensional sliding fit splitting and splicing algorithm class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
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.
CartesianVector class.
StatusCode
The StatusCode enum.