TwoViewClearTracksTool class. More...
#include <TwoViewClearTracksTool.h>
Public Member Functions | |
TwoViewClearTracksTool () | |
Default constructor. More... | |
bool | Run (TwoViewTransverseTracksAlgorithm *const pAlgorithm, MatrixType &overlapMatrix) |
Run the algorithm tool. More... | |
Private Member Functions | |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
void | CreateThreeDParticles (TwoViewTransverseTracksAlgorithm *const pAlgorithm, const MatrixType::ElementList &elementList, bool &particlesMade) const |
Create three dimensional particles for a given tensor element list. More... | |
Private Attributes | |
float | m_minXOverlapFraction |
The min x overlap fraction value for particle creation. More... | |
float | m_minMatchingScore |
The min global matching score for particle creation. More... | |
float | m_minLocallyMatchedFraction |
The min locally matched fraction for particle creation. More... | |
Additional Inherited Members | |
Public Types inherited from lar_content::TransverseMatrixTool | |
typedef TwoViewTransverseTracksAlgorithm::MatchingType::MatrixType | MatrixType |
typedef std::vector < MatrixType::ElementList::const_iterator > | IteratorList |
TwoViewClearTracksTool class.
Definition at line 19 of file TwoViewClearTracksTool.h.
lar_content::TwoViewClearTracksTool::TwoViewClearTracksTool | ( | ) |
Default constructor.
Definition at line 20 of file TwoViewClearTracksTool.cc.
|
private |
Create three dimensional particles for a given tensor element list.
pAlgorithm | address of the calling algorithm (ultimately responsible for the particles) |
elementList | the tensor element list |
particlesMade | receive boolean indicating whether particles have been made |
Definition at line 42 of file TwoViewClearTracksTool.cc.
|
private |
Definition at line 71 of file TwoViewClearTracksTool.cc.
|
virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapMatrix | the overlap matrix |
Implements lar_content::TransverseMatrixTool.
Definition at line 26 of file TwoViewClearTracksTool.cc.
|
private |
The min locally matched fraction for particle creation.
Definition at line 43 of file TwoViewClearTracksTool.h.
|
private |
The min global matching score for particle creation.
Definition at line 42 of file TwoViewClearTracksTool.h.
|
private |
The min x overlap fraction value for particle creation.
Definition at line 41 of file TwoViewClearTracksTool.h.