Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
MatchedEndPointsTool.h
Go to the documentation of this file.
1
8#ifndef MATCHED_END_POINTS_TOOL_H
9#define MATCHED_END_POINTS_TOOL_H 1
10
12
13namespace lar_content
14{
15
20{
21public:
26
27 bool Run(ThreeViewLongitudinalTracksAlgorithm *const pAlgorithm, TensorType &overlapTensor);
28
29private:
31
38 void FindMatchedTracks(const TensorType &overlapTensor, ProtoParticleVector &protoParticleVector) const;
39
48 static bool SortByChiSquared(const TensorType::Element &lhs, const TensorType::Element &rhs);
49
52};
53
54} // namespace lar_content
55
56#endif // #ifndef MATCHED_END_POINTS_TOOL_H
Header file for the three view longitudinal tracks algorithm class.
ThreeViewLongitudinalTracksAlgorithm::MatchingType::TensorType TensorType
static bool SortByChiSquared(const TensorType::Element &lhs, const TensorType::Element &rhs)
Sort tensor elements by chi-squared.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
bool Run(ThreeViewLongitudinalTracksAlgorithm *const pAlgorithm, TensorType &overlapTensor)
Run the algorithm tool.
float m_minMatchedFraction
The min matched sampling point fraction for particle creation.
void FindMatchedTracks(const TensorType &overlapTensor, ProtoParticleVector &protoParticleVector) const
Find matched tracks, hidden by ambiguities in the tensor.
float m_maxEndPointChi2
The max chi2 of matched vertex and end points for particle creation.
std::vector< ProtoParticle > ProtoParticleVector
StatusCode
The StatusCode enum.