8#ifndef TWO_VIEW_SIMPLE_TRACKS_TOOL_H
9#define TWO_VIEW_SIMPLE_TRACKS_TOOL_H 1
43 bool PassesElementCuts(MatrixType::ElementList::const_reverse_iterator eIter)
const;
Header file for the two view transverse tracks algorithm class.
TransverseMatrixTool class.
TwoViewTransverseTracksAlgorithm::MatchingType::MatrixType MatrixType
TwoViewSimpleTracksTool class.
float m_minXOverlapFraction
The min x overlap fraction (in each view) for particle creation.
float m_minMatchingScore
The min global matching score for particle creation.
unsigned int m_minMatchedSamplingPoints
The min number of matched sampling points for particle creation.
TwoViewSimpleTracksTool()
Default constructor.
bool Run(TwoViewTransverseTracksAlgorithm *const pAlgorithm, MatrixType &overlapMatrix)
Run the algorithm tool.
bool PassesElementCuts(MatrixType::ElementList::const_reverse_iterator eIter) const
Whether a provided (iterator to a) matrix element passes the selection cuts for particle creation.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
void FindBestTrack(const MatrixType &overlapMatrix, ProtoParticleVector &protoParticleVector) const
Find best track match as a simple way to (try to) resolve ambiguities in the matrix.
float m_minMatchedFraction
The min matched sampling point fraction for particle creation.
TwoViewTransverseTracksAlgorithm class.
std::vector< ProtoParticle > ProtoParticleVector
StatusCode
The StatusCode enum.